Still probs with 1px line between frames....code follows
Can anyone help me?....Im trying to get rid of the one px line between the top and left frame so the graphic looks as one....????
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="190,443" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="UntitledFrame-5.htm" name="Top" noresize scrolling="NO" marginwidth="0" marginheight="0" frameborder="NO">
<frameset cols="234,260" rows="*">
<frame src="Untitled-2.htm" name="Left" noresize scrolling="NO" marginwidth="0" marginheight="0" frameborder="NO">
<frame src="UntitledFrame-6.htm" name="Main" noresize scrolling="NO" marginwidth="0" marginheight="0" frameborder="NO">
</frameset>
</frameset>
<noframes><body bgcolor="#FFFFFF">
</body></noframes>
</html>
Josh Simpson posted this at 02:26 — 28th January 2000.
They have: 147 posts
Joined: Dec 1999
Do you have a link to this page? So we can see the page and the 1px line
Josh
syaegerii posted this at 05:46 — 28th January 2000.
They have: 45 posts
Joined: Jan 2000
I don't know if this will help any, but I had the same problem. An HTML tutorial at:
http://junior.apk.net/%7Ejbarta/tutor/makapage/index.html
....says to adjust settings that cover all browsers. You can find the topic to the script below in the table of contents (Frame Tutor - eliminating those pesky thin lines).
And to the <FRAME> tags we'll add:
BORDER=0 SPACING=0 FRAMEBORDER=0 FRAMESPACING=0 MARGINWIDTH=0 MARGINHEIGHT=0
<FRAMESET ROWS="60,*" BORDER=0 SPACING=0 FRAMEBORDER=0 FRAMESPACING=0 >
<FRAME SRC="doc1.html" NAME="top" BORDER=0 SPACING=0 FRAMEBORDER=0 FRAMESPACING=0 MARGINWIDTH=0 MARGINHEIGHT=0 >
<FRAMESET COLS="160,*" BORDER=0 SPACING=0 FRAMEBORDER=0 FRAMESPACING=0 >
<FRAME SRC="doc2.html" NAME="left" BORDER=0 SPACING=0 FRAMEBORDER=0 FRAMESPACING=0 MARGINWIDTH=0 MARGINHEIGHT=0 >
<FRAME SRC="doc3.html" NAME="main" BORDER=0 SPACING=0 FRAMEBORDER=0 FRAMESPACING=0 MARGINWIDTH=0 MARGINHEIGHT=0 >
</FRAMESET>
</FRAMESET>
Celstk550 posted this at 00:37 — 30th January 2000.
They have: 30 posts
Joined: Jan 2000
Thankyou so far but still no luck....
here is the URL for a page I set up for viewing the prob. http://www.ozemail.com.au/~stuartjohnston/HTML/UntitledFrame-17.htm
I'm trying to construct it using Dreamweaver as a table tool.
Hope someone can help.
I havent yet been able to find a frames oriented page that displays the image/logo in the corner across two or more frames.
Stu
AndyB posted this at 03:43 — 30th January 2000.
They have: 344 posts
Joined: Aug 1999
Stu - what I saw had images that had no lines between them but didn't line up. I'm using IE5 with a 1024 monitor.
BTW - vspace and hspace are image attributes, not table attributes. And from the previous post, marginheight, marginwidth, etc. are html body tags, not frame tags.
syaegerii posted this at 07:58 — 30th January 2000.
They have: 45 posts
Joined: Jan 2000
I seen what you were talking about. I didn't know the page had frames. I have a couple Yahoo Search Results pages I use when I get stuck. Good luck????
AndyB posted this at 14:16 — 30th January 2000.
They have: 344 posts
Joined: Aug 1999
Just a thought, here.
When testing, set the page backgrounds to (say) black. Then you can tell whether those little WHITE lines are part of the image of part of a frame problem ...
Josh Simpson posted this at 19:47 — 30th January 2000.
They have: 147 posts
Joined: Dec 1999
Same here but withe screen res 800x600 IE5
Josh
JLS (Joshua Lee Simpson)
Celstk550 posted this at 20:07 — 30th January 2000.
They have: 30 posts
Joined: Jan 2000
Thanks for all your replies.
I appreciate the comments re IE5, looks okay on mine too, but Netscape is the prob.
I thought someone would have conquered this before??...
I shall keep looking ...again many thanks.
Stu
Jim Shilt posted this at 21:27 — 30th January 2000.
They have: 268 posts
Joined: May 1999
I think you might need to add the following to your body tags in the pages that go inside the frameset.
<BODY LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
See if this works.
------------------
My goal in life is found in Phillipians 4:8-9
My goal in life is found in Phillipians 4:8-9
shoutingrock.org/troop214
AndyB posted this at 21:55 — 30th January 2000.
They have: 344 posts
Joined: Aug 1999
Threw up something in a corner of my webspace.
If it's what you want, view source and have a blast
http://webhome.idirect.com/~bowers/testing/frame.htm
Celstk550 posted this at 18:44 — 1st February 2000.
They have: 30 posts
Joined: Jan 2000
Thanks for the Web address, but you must be using IE5 like some of the others...
This seems to be a NS problem.
When I viewed your page, there is a green 1pixel line running between the top and left frames. Thats what I'm talking about...
Stu
Celstk550 posted this at 18:54 — 1st February 2000.
They have: 30 posts
Joined: Jan 2000
!!!!!DONE!!!!!
Thankyou!!!! Jim Shilt.....(above)
you hit it on the head!!!!
Ive been looking for a solution to this for months? Mind you not as hard as I have the past Week....
Cheers!!
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.