Use this for your template:
PHP Code:
<tr id="cat">
<td bgcolor="#005628" colspan="6" cellspacing="0" cellpadding="0">
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD width="50%" valign="middle"><A href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><NORMALFONT color="#FFCC00"><B>$forum[title]</B></NORMALFONT></A><br><smallfont color="{categoryfontcolor}">$forum[description]</smallfont></TD>
<TD width="50%" valign="top" align="right"><A href="$forum[sponsorurl]" target="_blank"><IMG src="https://vborg.vbsupport.ru/greentek/$forum[sponsorimg]" border="0" alt="Proudly sponsored by $forum[sponsorname]"></A></TD>
</TR>
</TABLE>
</td>
</tr>
Quote:
Originally posted by bpuetz
A question. I would like to get rid of the line between the category name cell and the sponsor cell. Anyone know a way to do this without losing the rest of the lines? What I would really like to do is colspan the entire row and left justify the category name and right justify the sponsor ad in the resulting cell. I don't suppose anyone knows any tricks to do this?
Thanks!
Bill
|