PDA

View Full Version : Moderated by...


Boofo
06-22-2002, 11:16 PM
Can someone please help me fix the problem that I am having with the space between the forum desciption and the Moderated By line being bigger than the space between the forum title and the forum description? I would like a tighter space bewteen all of them, if possible. :)

I am attaching a picture of what I mean to this post.

Admin
06-23-2002, 05:46 AM
HTML code?

Boofo
06-23-2002, 05:48 AM
I'm sorry, Chen, what do you mean? You want to see the code I am using? :)

Originally posted by FireFly
HTML code?

Admin
06-23-2002, 05:59 AM
Yes.

Boofo
06-23-2002, 06:08 AM
This is the code from my forumhome_forumbit_level2_post template. Do you need the code from the index.php, too?

<tr align="center">
<td bgcolor="{ secondaltcolor}" valign="middle"><img src="{ imagesfolder}/$forum[onoff].gif" border="0" alt=""></td>
<td bgcolor="{ firstaltcolor}" onMouseOver="this.style.backgroundColor='{ secondaltcolor}';
this.style.cursor='hand';"
onMouseOut="this.style.backgroundColor='{ firstaltcolor}';"
onClick="window.location.href='forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]'">
<table width=100% cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="left">
$ficonimg
<normalfont><b>$forum[title]</b></normalfont></a></td>
<td width="35%" align="right" valign="top">
<smallfont>(<b>$count</b> user$s browsing)</smallfont></td>
</tr>
<td colspan="2">
<smallfont>$forum[description]<br>$forum[moderators]</smallfont>
</td>
</tr>
</table>
</td>

<td bgcolor="{ secondaltcolor}"><normalfont>$forum[replycount]</normalfont></td>
<td bgcolor="{ firstaltcolor}"><normalfont>$forum[threadcount]</normalfont></td>
<td bgcolor="{ secondaltcolor}"><smallfont>$forum[lastpostinfo]</smallfont></td>
</tr>