Lo all!
Kay, this is probably a really easy and noobish problem but still I am kinda lost. I have looked at the html for hours and hours and still can't find what I am doing wrong.
My problem is that at the top I wanted the website to hug the top of the screen, which it does perfectly! Now, it's to the bottom I get a little disorientated. I want it to hug the bottom as well...to get that solid and nice look... But, I get like a half of an inch where the background is visible. Maybe I should point out as well that there is three iFrames on top of eachother that holds the content. After the iFrames there is supposed to be the bottom...but noo.
Anyways, here it is...
<html>
<head>
<title>Here Goes Title</title>
</head>
<body topmargin="0" bgcolor="#620000" background="backdrop.jpg" leftmargin="0">
<p align="center">
<iframe name="I1" marginwidth="1" marginheight="0" width="652" scrolling="no" align="top" border="0" frameborder="0" height="254" src="tophtml.htm">
Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
<iframe name="I2" width="652" marginwidth="1" marginheight="0" scrolling="no" align="top" border="0" frameborder="0" height="1585" src="middlehtml.htm">
Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
<iframe name="I3" width="652" marginwidth="1" marginheight="0" scrolling="no" align="top" height="182" border="0" frameborder="0" src="bottomhtml.htm">
Your browser does not support inline frames or is currently configured not to display inline frames.</iframe></p>
</body>
</html>
Ok, that's about it...why does this half an inch show up at the bottom?
Best Regards,
Richie



Reply With Quote

Bookmarks