vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Adding image to thread description (https://vborg.vbsupport.ru/showthread.php?t=237741)

philcollins 03-07-2010 07:00 PM

Adding image to thread description
 
What is the simplest way to add a small image to my forum description or forum titles ? Is there a place I can put in a simple img source code to do this ?

Thanks much.

turtile 03-08-2010 01:42 PM

In the forum manager, you can use html in the forum description box. You can type the image tag and it will show on your forum.

philcollins 03-08-2010 02:20 PM

Thanks, I had a "duh" moment and forgot the " " in my code. Been awhile since I did any hand coding.

sulasno 03-08-2010 10:40 PM

can anyone provide an example of the html code? tia

philcollins 03-08-2010 10:56 PM

Sure... :

<img source= " folder/yyy.gif " />

I used absolute links, to get mine working right:

<img source= " http://www.abcc.com/images/abc.jpg />



I might add, while i was in there, I added bold tags ( <b> </b> ) to my forum descriptions. Simple, but looks much better.

sulasno 03-09-2010 03:18 PM

thanks

will try

edit

didn't work

edit

I uploaded the image to Photobucket and used the html code and it works

borbole 03-09-2010 03:29 PM

Quote:

Originally Posted by philcollins (Post 2000118)
Sure... :

<img source= " folder/yyy.gif " />

I used absolute links, to get mine working right:

<img source= " http://www.abcc.com/images/abc.jpg />



I might add, while i was in there, I added bold tags ( <b> </b> ) to my forum descriptions. Simple, but looks much better.

You forgot the alt attribute. Also the source attribute is not correct. :)

Instead it should be:

HTML Code:

<img src = "url to the image" alt = "" />


All times are GMT. The time now is 10:29 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00943 seconds
  • Memory Usage 1,721KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete