NN6 table alignment

windows

Guest
PREFACE:<br />
Well, I'm impressed with how far Netscape's Navigator has advanced since NN4.6. Up until now it's been quite exausting for us web designers to build a site to be compatible in both NN and IE. There still are a few points that could be fixed, but they don't require too much extra scripting to make the pages compatible with either browser.<br />
<br />
PROBLEM:<br />
I have this image in a table and in NN6 it cuts off the right portion of it by about 10%. Why?<br />
<br />
CODE:<br />
<table style="borderwidth:1; border-style:solid; border-color:black;" width="210px" align="center" valign="1%"><br />
<tr width="100%" align="center"><br />
<td width="100%" cellpadding="3" align="center"><br />
<img width="202" height="34" src=http://www.htmlforums.com/archive/index.php/"where-are-you_202x34_jpg.jpg" align="center" alt="" /><br />
</td><br />
</tr><br />
</table><br />
<br />
Thanks again!<br />
Man! I love this forum!<br />
Gandalf :D<!--content-->valign="1%"> is not valid. valign has either top, middle, or bottom.<br />
<br />
other than that is looks ok.<!--content-->
 
Back
Top