curves not down far enough...

liunx

Guest
i can't seem to get the curved corners that i've made for a webpage to fit right at the bottom of the page.<br />
<br />
My problem can be seen here:<br />
<br />
<!-- m --><a class="postlink" href="http://www.angelfire.com/md2/mjbd/htmlforums/top_l2.html">http://www.angelfire.com/md2/mjbd/htmlf ... op_l2.html</a><!-- m --><br />
<br />
Scroll down to the bottom. You can see the white line that is left where the gifs don't quite fit flush with the bottom of the table.<br />
<br />
Matt<!--content-->here are the last few lines of code. Although HTML is supposed to ignore whitespace in the code, it doesn't always. <br />
<br />
heres the new version, fixing the 'extra' space at the bottom....<br />
<br />
<br />
<tr height=400 ><br />
<td bgcolor=ffffff colspan=2><br />
<tr height=90 bgcolor=ffffff><br />
<td valign="bottom"><font color=white><img src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"bot_l2.gif"></td><br />
<td valign=bottom align=right><img src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"bot_r2.gif"></td><br />
</tr><br />
</table><br />
</BODY><br />
</html><!--content-->HTML code ignores extra white space in code. That pesky one space it does not ignore throws folks for a loop sometimes.<br />
<br />
Kevin<!--content-->Tried yesterday to put the images in a new table.<br />
Was not working.<br />
Now i put the code of Dr Web in the page.<br />
Looked OK.<br />
Using Arachnophilia: analyze html.<br />
After this, there was a white space.<br />
Then used: Compres HTML, and the images are now on the right place.<br />
So if the code is more on one line (compressed) it is OK.<!--content-->yes, as I mentioned... HTML should ignore whitespace... but sometimes it doesn't. Extra space can also make pages render slightly different in Netscape vs IE.<br />
<br />
Try to things on the same line of possible.<!--content-->Thanks Dr. Web, you've sorted me out...yet again!!<!--content-->
 
Back
Top