|
-
Jan 5th, 2002, 03:03 PM
#1
Thread Starter
Member
Help with Frameset tag
hi this is what i am trying to do.
<body colour="yellow">
<fameset ........ frameboader=no> ok you get no board but it leave a white line behide how do i get ride of the white line
could someone show me a way please ....
Waheed Rafiq (ICT Technician):
Network +
-
Jan 5th, 2002, 03:47 PM
#2
Hyperactive Member
You can't have a body and a frameset in the same document..
-
Jan 5th, 2002, 03:48 PM
#3
Addicted Member
I might be wrong, but I didn't think that <body > tags were allowed with <frameset> definitions.
This might be your problem because I've had no problem with frames without borders showing up completely invisibly.
If you are trying to do something tricky, it's hard to say, maybe you should include a little more code.
cudabean
-
Jan 5th, 2002, 03:56 PM
#4
Frenzied Member
maybe an <iframe> is what you're looking for...an integrated frame
I'm bringing geeky back...
-
Jan 5th, 2002, 04:06 PM
#5
Hyperactive Member
*whisper* IFrame = Inline frame */whisper*
-
Jan 6th, 2002, 06:28 AM
#6
Thread Starter
Member
this is the code which loads up all main 3 webpages please help me.
<HTML>
<HEAD>
<TITLE> My Frame Page-The Master page</TITLE>
</HEAD>
<FRAMESET rows="50,2*" frameboarder=No>
<FRAME SRC="TITLE.HTML" >
<FRAMESET cols="26%,74%" SCROLLING=NO BORDERCOLOR="YELLOW">
<FRAME SRC="home.HTML" SCROLLING=NO BORDERCOLOR="YELLOW">
<FRAME SRC="MAIN.HTML" SCROLLING=NO BORDERCOLOR="YELLOW">
</FRAMESET>
</FRAMESET>
</HTML>
what happens is like i said i want yellow background with no boarders but it take boarders away and leaves a white line how do i get rid of this
Waheed Rafiq (ICT Technician):
Network +
-
Jan 6th, 2002, 06:31 AM
#7
Thread Starter
Member
THATS <frameset ????? frameborder=no>
sorry about the spelling
Waheed Rafiq (ICT Technician):
Network +
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|