Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Spaces below my image on a table....

Status
Not open for further replies.

TonyU

Technical User
Feb 14, 2001
1,317
US
I'm having problems with an image when place on a table.
here's the code

Cells where logo is:
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 bgcolor=&quot;e68c4a&quot; width=&quot;100%&quot;>
<TR bgcolor=&quot;#8E959D&quot;>
<TD ROWSPAN=3 bgcolor=&quot;#e68c4a&quot; valign=&quot;top&quot; width=&quot;66%&quot;>
<div align=&quot;left&quot;><img src=&quot;../INTRANETLOGO.gif&quot; width=&quot;450&quot; height=&quot;59&quot; LEFTMARGIN=&quot;0&quot; TOPMARGIN=&quot;0&quot; MARGINWIDTH=&quot;0&quot; MARGINHEIGHT=&quot;0&quot; align=&quot;top&quot;&quot;></div>
</TD>
<TD ROWSPAN=3 width=&quot;0%&quot;><font color=&quot;#333399&quot;></font> </TD>

For some reason, I'm getting a SPACE between were the logo is and where the other table begins and I don't know how to get rid of it

intranet.bmp

The white rectangle is where the image goes and the orange space is the space I'm getting using the code above. Can someone help me with this? Thanks
[tt]
[sup]&quot;The only ideas that will work for you are the ones you put to work.&quot;[/sup]
[/tt]

banana.gif
rockband.gif
banana.gif

 
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 bgcolor=&quot;e68c4a&quot; width=&quot;100%&quot;>
<TR bgcolor=&quot;#8E959D&quot;>
<TD ROWSPAN=3 bgcolor=&quot;#e68c4a&quot; valign=&quot;top&quot; width=&quot;66%&quot;>
<div align=&quot;left&quot;><img src=&quot;../INTRANETLOGO.gif&quot; width=&quot;450&quot; height=&quot;59&quot; LEFTMARGIN=&quot;0&quot; TOPMARGIN=&quot;0&quot; MARGINWIDTH=&quot;0&quot; MARGINHEIGHT=&quot;0&quot; align=&quot;top&quot;&quot;></div></TD>
<TD ROWSPAN=3 width=&quot;0%&quot;><font color=&quot;#333399&quot;></font> </TD>


Try butting the </TD> right up agains the closing div tag and see if that works. ====================================
I love people. They taste just like
chicken!

 
thanks for the reply mithrilhall, I found the problem. I had an empty row nested in there.
[tt]
[sup]&quot;The only ideas that will work for you are the ones you put to work.&quot;[/sup]
[/tt]

banana.gif
rockband.gif
banana.gif

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top