View Full Version : I can't get my frames right.....


XxsamanthaxX
06-07-2003, 07:50 PM
I'm having a problem trying to figure this whole thing out..... If you look here (http://www.atomic-cherry.org/test.html), notice the stars around my page? I only want them at the top and bottom of the page, not around it....
Here's my html:
<FRAMESET border=0 frameborder=0 framespacing=0>
<FRAMESET rows="30,*,30">
<FRAME src="back.html" name="top" scrolling="no" noresize>
<FRAMESET cols="30,300,*,30">
<FRAME src="back.html" name="left" scrolling="no" noresize>
<FRAME src="index2.html" name="index" scrolling="auto" noresize>
<FRAME src="http://www.livejournal.com/users/xxiama****xx" name="blog" scrolling="auto"
noresize>
<FRAME src="back.html" name="right" scrolling="auto" noresize>
</FRAMESET>
<FRAME src="back.html" name="bottom" scrolling="no" noresize>
</FRAMESET>
</FRAMESET>

<NOFRAMES>
<body>
</BODY></NOFRAMES></HTML>

I tried removing the left and right frames but that doesn't seem to work..... It just smooshes my blog and index page togeather.....

Thanks
-Samantha

XxsamanthaxX
06-07-2003, 10:21 PM
Ok... So I think I figured it out on my own.....
What I did was replace this: <FRAMESET cols="30,300,*,30">
With this: <FRAMESET cols="0,300,*,0">
That way the side frames do not show......
I hope this works for all browsers and resolutions......