dkmulford
Junior Member   Posts: 34 Registered: 6/5/2003 Status: Offline
|
posted on 5/24/2005 at 09:40 PM |
I'm having a problem with one of my rows expanding vertically. I have a
picture set as the background had I have set the height to be 31px. See
the picture below and the bold code below.
This row only expands when certain modules are displayed. Does anyone have
any idea how to prevent this row from vertically expanding?
Thanks,
Darren
<TABLE width="100%" BORDER="1" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD ROWSPAN=3 bgcolor="336699" valign="top" align="left">
<font color="#FFFFFF">
<!-- [left-blocks] -->
</font></TD>
<TD bgcolor="336699" width="30" height="31" valign="top"><img
src="<!-- [image-path] -->shootmatch-template5_corner.jpg" width="30"
height="31"></TD>
<TD COLSPAN=2 height="31" background="<!-- [image-path]
-->shootmatch-template5_10.jpg"></TD>
</TR>
<TR>
<TD background="<!-- [image-path]
-->shootmatch-template5_14.jpg" width="30" rowspan="2"></TD>
<TD bgcolor="FFFFFF" valign="top" width="100%">
<!-- [center-blocks] -->
<!-- [modules] -->
</TD>
<TD bgcolor="FFFFFF" valign="top" align="center">
<!-- [right-blocks] -->
</TD>
</TR>
<TR>
<TD bgcolor="FFFFFF" valign="top" colspan="2" align="center">
<hr width="80%">
<!-- [footer-msg] -->
</TD>
</TR>
</TABLE> |
| |
| |
dkmulford
Junior Member   Posts: 34 Registered: 6/5/2003 Status: Offline
|
posted on 6/4/2005 at 09:52 PM |
Shawn,
Do you have any idea what is going on with this? Do you know of anyone
that might be able to help?
Thanks,
Darren |
| |
mazsalleh
Senior Member   Posts: 149 Registered: 1/31/2004 Status: Offline
|
posted on 6/17/2005 at 06:11 AM |
It's now 6 weeks old this thread and you might found the Solution allready.
In case not try to add valign="top" in the table tag where your background
picture is.
Like this:
quote: <TD height="31"
COLSPAN=2 valign="top" background="<!-- [image-path]
-->shootmatch-template5_10.jpg"></TD>
|
| |
dkmulford
Junior Member   Posts: 34 Registered: 6/5/2003 Status: Offline
|
posted on 6/17/2005 at 08:32 PM |
I still have the problem. I'll give it a try. Thanks. |
| |