PDA

View Full Version : Forum pictures


leffe
12-13-2011, 08:02 PM
How is this done in vb 4.1.7, clickable loggos in forums.

Thanks Leffe

Seven Skins
12-13-2011, 09:48 PM
This is done by editing the forum Description

If you add the code to forum Description like below it will work.

<a href="index.php"><img src="image.jpg" border="0" alt="" /></a>

leffe
12-14-2011, 07:48 PM
Thanks Seven, exactly what i searched for.