StealthBlitz
07-20-2003, 06:01 PM
How do can i get rid of that gap between the picutre?
___________________________
GAp
----------------------------------
| Picture |
| |
|--------------------------------|
http://www31.brinkster.com/aznmib/index.html
kittycat
07-20-2003, 06:25 PM
You'll have to resize the frame so that it's the same height as the image. Also, on the page that's inside that frame you'll probably want to add topmargin="0" to the <body> tag.
StealthBlitz
07-21-2003, 03:40 AM
uh... it didn't work, i made it the size of my pic but it still has the gap and i added the html code and it didn't help either
here is how my html looks like
<html>
<head>
<title>My Page</title>
</head>
<frameset rows="208,*" border="0" frameborder="0" framespacing="0">
<frame src="top.html" NAME="top" scrolling=no>
<frameset cols="200,*">
<frame src="left.html" NAME="left" scrolling=no>
<frame src="right.html" NAME="right" scrolling=no>
</frameset>
</frameset>
<body>
topmargin="0"
</body>
<noframes>
<a href="your main page.html">Click Here</a>
</noframes>
</html>
kittycat
07-21-2003, 04:54 AM
On your frameset page, get rid of the topmargin="0".
To the page that the image is on, the one inside the top frame, change the body tag so it looks like this:
<body bgcolor="#000000" topmargin="0" leftmargin="0">