Elzzie
06-20-2003, 12:00 AM
I'm working on my website (http://www.geocities.com/elzziehome), trying to change the layout (so it's gonna seem messed up right now) but the little white dividers between the frames are annoying me because I want it to look like a box (with a pink border and the divider in the middle the same color, I'm still making that though). But 1st things 1st, how on earth do you get those things to go away? URGH! Plz help? Thanx.
amicus
06-20-2003, 12:39 AM
put 'border="0"' into your 'frameset' tag
I'm having the same problem and I tried the code suggested above, but it wouldn't work.
amicus
06-20-2003, 04:04 PM
try this code here, i'm not sure what you put in but this should get rid of those pesky borders.
<html>
<head>
<title>Elzzie Designs Home</title>
</head>
<frameset cols="60%,20%,20%" border="0">
<frame src="righttaghome.htm" name="leftside" scrolling="no">
<frame src="middle.html" name="middle" scrolling="no">
<frame src="lefttaghome.htm" name="rightside" scrolling="no">
</frameset>
<noframes>
<body>
<a href="www.geocities.com/elzziehome">Click Here for my Home Page</a>
</body>
</noframes>
</html>
MaGiCSuN
06-20-2003, 05:26 PM
a small correction:
<html>
<head>
<title>Elzzie Designs Home</title>
</head>
<frameset cols="60%,20%,20%" border="0" frameborder="0" framespacing="0">
<frame src="righttaghome.htm" name="leftside" scrolling="no">
<frame src="middle.html" name="middle" scrolling="no">
<frame src="lefttaghome.htm" name="rightside" scrolling="no">
</frameset>
<noframes>
<body>
<a href="www.geocities.com/elzziehome">Click Here for my Home Page</a>
</body>
</noframes>
</html>
Elzzie
06-20-2003, 10:54 PM
OMIGOSH! Thanx so much, it worked! I'm so happy now, you can check it out if you want, all the links don't work yet.
amicus
06-21-2003, 01:07 AM
i think you forgot to target your guestbook. other then that it looks super duper cool :D