
02-08-2007, 09:42 PM
|
|
|
Join Date: Oct 2006
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Cheertobi
I only get thet by using a table for that!
Without testing I would try somethin like that:
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>
Tobi
|
Where did you paste it?
|