Log in

View Full Version : How to this is catagory icons?


compact123
06-13-2007, 01:54 PM
Hello'

how to i do this catagory icons using vb forums?

thnks;
ex;

https://vborg.vbsupport.ru/

https://vborg.vbsupport.ru/

Princeton
06-13-2007, 06:06 PM
the titles found under the SIMILAR THREADS table below may be what you are looking for

compact123
06-14-2007, 08:32 PM
Sorry,

I not want this is example;

https://vborg.vbsupport.ru/

I want here example :D

http://www.bowlandcentral.com/forum/

https://vborg.vbsupport.ru/

Carlos X
06-14-2007, 11:05 PM
I don't want the same example you want, I want it in the forum category section, rather WITH the forum description.

Dismounted
06-15-2007, 07:26 AM
forumbit template, maybe?

compact123
11-10-2008, 04:03 PM
thnaks aggs sir...

UKBusinessLive
11-10-2008, 04:20 PM
Sorry,

I not want this is example;

http://img481.imageshack.us/img481/4259/12051449kx9.png

I want here example :D

http://www.bowlandcentral.com/forum/

https://vborg.vbsupport.ru/

In your forum description add the following code

<span style="color:red; font-weight:bold;">Your description here</span>

If you don't want the red in bold, just take out the

font-weight:bold;

to get the pictures in your forum description just add this to the forum description also

<table border="0" bordercolor="darkblue" cellpadding="1">
<tr>
<td>
<img src="http://i667.photobucket.com/albums/rr114/your picture.png">
</td><td>Any wording you want ....
</td>
</tr>
</table>


Just edit the red to your info.

Hope this helps ;)