iluvteddies
06-13-2005, 03:05 AM
I'm setting up a site for a friend and she has specifically asked for frames... so I did it. However, there is a border between all the different frames and there shouldn't be, according to the code.
How can I get rid of this? She really doesn't like it!
Thank you sooooo much!
Sheila
06-13-2005, 04:14 AM
Did you put the no border code in the correct place?
Example:
<frameset cols=20%,80% border="0" frameborder="0" framespacing="0">
iluvteddies
06-13-2005, 03:08 PM
This is the code for the top frame....
<frame src="top.html" NAME="top" border=0 frameborder=0 framespacing=0 scrolling=no noresize>
you can put all the non-border codes into all of the FRAME tags.
if that does not help, please provide a link to the webpage in question or post the entire frame page coding.
thanks.
iluvteddies
06-13-2005, 05:45 PM
Here is the page: http://www.angelacharron.com/maria/index.htm
and here is the entire code for the page:
<html>
<head>
<title>I GODDESS</title>
</head>
<frameset rows="40,*">
<frame src="top.html" NAME="top" border=0 frameborder=0 framespacing=0 scrolling=no noresize>
<frameset rows="116,*">
<frame src="title.html" NAME="title" border=0 frameborder=0 framespacing=0 scrolling=no noresize>
<frameset cols="200,*">
<frame src="left.html" NAME="left" border=0 frameborder=0 framespacing=0 scrolling=no noresize>
<frame src="right.html" NAME="right" border=0 frameborder=0 framespacing=0 scrolling=no noresize>
</frameset>
</frameset>
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"> </body>
<noframes>
<a href="main.html">Click Here</a>
</noframes>
</html>
iluvteddies
06-13-2005, 05:46 PM
I know there is a page not found error... I haven't finished that page so I didn't upload it yet.
benlikestennis
06-13-2005, 06:35 PM
When i visted the site in Firefox none of the frams had borders.
iluvteddies
06-13-2005, 06:57 PM
I'm using internet explorer (and I have netscape at home) and there's a little white line in between the frames...
hmmm... try putting the border="0" into the FRAMESET tags as well (or instead of) the FRAME tags.
iluvteddies
06-14-2005, 01:43 AM
Thank you soooo much! She will be sooo happy!
Thank you thank you thank you!