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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Netscape, table problem

Status
Not open for further replies.

misterv

Programmer
Joined
Nov 29, 2001
Messages
2
Location
CA
I'm using yhat code (XHTML):

<table width=&quot;100%&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;>
<tr>
<td class=&quot;tdmini&quot; align=&quot;left&quot; valign=&quot;top&quot; bgcolor=&quot;ffffff&quot; background=&quot;/sitedesign/rudolfstrategie/images/backtop.gif&quot; width=&quot;239&quot;>
<img src=&quot;/sitedesign/rudolfstrategie/images/logo-topcorner.gif&quot; height=&quot;66&quot; width=&quot;239&quot; border=&quot;0&quot; alt=&quot;&quot; />
</td>
<td class=&quot;tdmini&quot; align=&quot;left&quot; valign=&quot;top&quot; bgcolor=&quot;#ffffff&quot; background=&quot;/sitedesign/rudolfstrategie/images/backtop.gif&quot; width=&quot;169&quot;>
<img src=&quot;/sitedesign/rudolfstrategie/images/autrefacon.gif&quot; height=&quot;66&quot; width=&quot;169&quot; border=&quot;0&quot; alt=&quot;&quot; />
</td>
<td class=&quot;tdmini&quot; align=&quot;right&quot; valign=&quot;top&quot; bgcolor=&quot;#ffffff&quot; background=&quot;/sitedesign/rudolfstrategie/images/backtop.gif&quot; width=&quot;100%&quot;>
<img src=&quot;/images/1x1.gif&quot; height=&quot;66&quot; width=&quot;20&quot; border=&quot;0&quot; alt=&quot;&quot; />
</td>
</tr>
</table>

I don't know why, I get 1px more of height in Netscape 4.7 and 6.1

Thank you
 
try removing the formatting between the <td> tag and the <img> tags, some times the carriage returns etc can add unwanted spacing
 
Thank you...
Your tip worked just fine with that html header :

<!doctype html public &quot;-//w3c//dtd html 4.0 transitional//en&quot;>
<html>

But width this one I have the same problem :

<!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;<html xmlns=&quot; xml:lang=&quot;no&quot; lang=&quot;no&quot;>

Please help -----------------------
Vincent Saulnier
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top