Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Driving me batty!

Quote Reply
Driving me batty!
I have a small html problem with my forum that is driving my batty.

Right after <%header_row%> is closed in category_list.html, I added this:

Code:
<%if cat_desc%>
<TR>
<TD class=subheader colSpan=4>
<%if cat_depth%>
<img src="<%image_url%>/clear_shim.gif" height=0 width="<%cat_depth * 16%>">
<%endif%>
<%unescape_html cat_desc%>
</TD>
</TR>
<%endif%>

For reasons that I cannot determine, this knocks my column alignment outta whack. See attached graphic with the segment in, and the segment removed.

If I remove the text, leaving the new row...alignment returns to correct position. So it's not the row, but the contents of it.

The class "subheader" only does the following, and has no effect on my problem if removed.

.subheader {
BORDER-RIGHT: black 0px solid;
PADDING-RIGHT: 100px;
BORDER-TOP: black 0px solid;
PADDING-LEFT: 21px;
FONT-SIZE: 11px;
MARGIN: 0px;
BORDER-LEFT: black 0px solid;
COLOR: #000000;
BORDER-BOTTOM: #000000 1px solid;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
BACKGROUND-COLOR: #eeede4;
text-align: justify;
}

Any tips appreciated.
Subject Author Views Date
Thread Driving me batty! ArmyAirForces 1721 Jul 3, 2002, 11:21 AM
Thread Re: [ArmyAirForces] Driving me batty!
Jagerman 1648 Jul 3, 2002, 4:18 PM
Post Re: [Jagerman] Driving me batty!
ArmyAirForces 1642 Jul 3, 2002, 4:24 PM