View Full Version : frame borders aren't comming off!! plz help


psychommunity0
07-25-2003, 04:46 AM
Hi
i've searched the site about getting rid of frame borders, but none of it seems to work. Is it possible so that the frames have absolutely no lines between each of them. So like, the site is continuous. Thanks!!

Alcy
07-25-2003, 05:05 AM
<frameset frameborder="0" border="0">

Dude128
07-25-2003, 05:06 AM
border="0" frameborder="0"

I'm positive that code has been posted a number of times before, and it should work for you...

psychommunity0
07-25-2003, 02:03 PM
Yea that's what I put into my code before but it doesn't seem to work
<html>
<head>
<FRAMESET frameborder="0" border="0" ROWS="15%,*">
<FRAME SRC="drop.html" NAME=TITLE SCROLLING="NO">
<FRAME SRC="recipesidebar.html" NAME=SIDEBAR SCROLLING="NO">
</FRAMESET>
</head>
<body>



</body>
</html>

also, the scrolls don't go away either. Could this be a browser problem or something? i'm using ie6 so that shouldn't be it. One more thing, how come when I put the frame code between <body> and </body>, nothing shows up on the screen?

Dude128
07-25-2003, 03:13 PM
both the border and the scrollbar things should work- could you post a link to the page so we can see if it's something else messing things up?

also, it doesn't work when you put it in the body section because that's not where it goes ;) frames affect the way the entire page is set up- so the code doesn't belong in the body section