PDA

View Full Version : aaaaaah! help!


N!ck
11-03-2002, 03:32 AM
i've got a little problem on a style i'm making...

i've got the following code in "forumhome":


<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr id="cat">
<td bgcolor="{categorybackcolor}" colspan="3"><normalfont color="{categoryfontcolor}"><b>Welcome</b></normalfont></td>
</tr>


looks fine, but that part of the code produces what you see in the screenshot. does anyone see what's causing that extra space before the category bar that says "welcome"?

thanks for any advice you can give me.

N!ck
11-03-2002, 03:58 AM
...and here is the html


<table cellpadding="0" cellspacing="0" border="0" bgcolor="#111166" width="100%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr id="cat">
<td bgcolor="#000099" background="images/categorybg.gif" colspan="3"><font face="verdana, arial, helvetica" size="2" color="#FFFFFF"><b>Welcome</b></font></td>
</tr>

N!ck
11-03-2002, 04:18 AM
nm, got it