PDA

View Full Version : How can I put pictures next to "forum"? sponsor catagory icon


the stig
11-09-2008, 04:11 AM
yup how can I put pictures next to the forums like this

https://vborg.vbsupport.ru/external/2008/11/38.png

Brandon Sheley
11-09-2008, 04:12 AM
search "category icon" ;)
or "sponsor category"

the stig
11-09-2008, 04:41 AM
search "category icon" ;)
or "sponsor category"

Thanks. I tried both with "all forums" "title only" search. I am not looking for category icon which goes "infront" of the forum name. I am basically looking for sponsor category but search only gave me 2 results and none of them are helpful. :(

UKBusinessLive
11-09-2008, 04:58 AM
Try Adding this in your Forum Discription

To add picture in forum discription

<table border="0" bordercolor="darkblue" cellpadding="1">
<tr>
<td>
<img src="http://Your-picture.gif">
</td><td>Any Wording you want goes here....
</td>
</tr>
</table>


Hope that helps :D

the stig
11-09-2008, 05:25 AM
Try Adding this in your Forum Discription

To add picture in forum discription

<table border="0" bordercolor="darkblue" cellpadding="1">
<tr>
<td>
<img src="http://Your-picture.gif">
</td><td>Any Wording you want goes here....
</td>
</tr>
</table>


Hope that helps :D

https://vborg.vbsupport.ru/external/2008/11/37.png

I love you! It works perfectly. 2 very simple questions

a. How can I make the image clickable as a link?

b. Can I put the text first and then the picture?

c. How can I bold the texts?

mikewastaken
11-09-2008, 09:11 AM
<table border="0" bordercolor="darkblue" cellpadding="1">
<tr>
<td style="font-weight: bold;">Any Wording you want goes here....
</td>
<td style="font-weight: bold;">
<a href="yoursite.com"><img src="http://Your-picture.gif"></a>
</td>
</tr>
</table>

the stig
11-09-2008, 04:50 PM
<table border="0" bordercolor="darkblue" cellpadding="1">
<tr>
<td style="font-weight: bold;">Any Wording you want goes here....
</td>
<td style="font-weight: bold;">
<a href="yoursite.com"><img src="http://Your-picture.gif"></a>
</td>
</tr>
</table>

Very well done, Mike. Works perfectly :up: .

Thank you both and i'm going to change the title that consists the word "sponsor" and "catagory icon". So that it helps next time someone is searching.

oddmud
07-20-2010, 02:42 PM
Can't add a link in there too eh? It just removes the picture.

BirdOPrey5
07-20-2010, 10:05 PM
You should be able to add as many links as you want. What code are you using?