Quote:
Originally Posted by teedizz
he wants to know the exact steps in centering the forum name & description next to the forum icon.
|
Ah, ok
The white line is a css issue, you have to check yoir css for something like border-left 1px and set that to 0px! Sorry, I do not use the standardstyle, so I cannot say right now, what style to change in your css!
For the second "problem" try this code in forumhome_forumbit_columncell:
Code:
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" width="$column_width">
<table>
<tr>
<td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
<td><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if></td>
</tr>
</table>
</td>
As said before, I use a different style, but this should work.
Tobi