If you look at the video forum and picture forum I have added an icon but doesn't line up well.
http://www.treeworld.info/index.php
How exactly do I line it up like this guys forum?
http://forum.palmettostaterivals.com/index.php
And how do I turn the icon into a link?
Hey, I'm a new user and this isn't that simple ... pretty good I got this far!
Quote:
Originally Posted by scdurwood
Not sure why you would need to define the CSS....I just added:
Code:
<span><img src="$stylevar[imgdir_statusicon]/$forum[forumid].gif" border="0" align="left"></span>
to the link tag:
Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><span width="100"><img src="$stylevar[imgdir_statusicon]/$forum[forumid].gif" border="0" align="right"></span><strong>$forum[title]</strong></a>
You can align them left or right as you so wish.
DEMO: www.palmettostaterivals.com
|
Like where do you put these codes?