New guy requesting help with frames

Hello,<br />
I was just wondering if it was possible to have a background color 'behind' my frames. I want the left and top frames on my site to be all one color and seamless. Any help would be greatly appreciated. Here is the url:<br />
Click here (<!-- m --><a class="postlink" href="http://www.mapsack.net/frames">http://www.mapsack.net/frames</a><!-- m -->) <br />
<br />
Thanks in advance.<!--content-->no because each frame is a frame by itself. you could put all frmes into 1 big frame and maybe it will do it but that gets sloppy in coding and stuff.<br />
<br />
you will have to make each individual frame the same color and take away the borders<!--content-->This is the code I have used for my frames, yet I still have gaps between the frames.<br />
<br />
<html><br />
<head><br />
<title><br />
Mapsack.net The resource for new mappers<br />
</title><br />
</head><br />
<frameset framespacing="0" border="0" rows="160,*" frameborder="0"><br />
<frame noresize scrolling="no" marginheight="0" marginwidth="0" src=http://www.htmlforums.com/archive/index.php/"http://www.mapsack.net/frames/mapsackbanner.jpg"><br />
<frameset framespacing="0" border="0" cols="160,*" frameborder="0"><br />
<frame noresize scrolling="no" marginheight="0" marginwidth="0" src=http://www.htmlforums.com/archive/index.php/"http://www.mapsack.net/frames/mapsacknavbar.jpg"><br />
<frame noresize scrolling="yes" marginheight="0" marginwidth="0" src=http://www.htmlforums.com/archive/index.php/"http://www.mapsack.net/frames/main.html"><br />
</frameset><br />
</frameset><br />
</html><!--content-->Okay, it's been a while since I've used frames, so this'll be more of a shot in the dark but...<br />
<br />
Question: What's the margin on your html page? The white space could be from the page, rather than the frame.<br />
<br />
And seems to me that some browsers don't recognize "marginheight" and "marginwidth", but they do recognize "topmargin" and "leftmargin".<br />
<br />
Gees, I hope you're playing with the pages now, because when I went back to look at it, the navigation frame had disappeared.<br />
<br />
Another option might be to put the navigation and header image onto an HTML page, rather than having just the image show up. Put those margins at 0 and add a background colour. Would that work, do you think?<br />
<br />
Peg<!--content-->A lot to try and consider. Thank you Pegasus. And yes I was playing around with the page, that's why the nav bar was gone :) .<!--content-->
 
Back
Top