//flex table opened by JP

Click to See Complete Forum and Search --> : HTML frames


ironik311
09-10-2002, 11:42 PM
I'm working on a quick website and I've come across a problem with frame borders. When I was using my WYSIWYG editor (adobe go live 4) I could turn of the frame borders and margins without any problem. Now I'm writing up a website (the first few basic pages anyway) using notepad. I've tried to turn the borders of and set the margin width and height to zero but I still get a line about 4px wide that does not enable me to blend in the graphics seamlessly. I know there is a way to do it, but it doesn't seem to be written in any of the books I have.

Have a look at the screenshot and you'll see what I mean. Here is the source code for the frames:
<frameset rows="152,*">
<frame frameborder="0" marginheight= "0" marginwidth="0" src="header.html" name="header" scrolling="no" noresize>

<frameset cols="165,*">

<frame frameborder="0" marginheight= "0" marginwidth="0" src="navigation.html" name="left" scrolling="no" noresize >

<frame frameborder="0" marginheight= "0" marginwidth="0" src="home.html" name="main">

</frameset>
</frameset>

If anyone can see what is happening here I'd appreciate the help
Thanks in Advance,
Anthony

ironik311
09-12-2002, 07:21 PM
I've manage to solve it. There is a frameborder=no command under the frameset tag... Phew!

bubbagumpshrimp
09-19-2002, 01:22 AM
well, if u wanted to be uber technical, u would either not put the frameborder attribute in or u would put the "null" value 0, i never knew that u could put "no" as a answer.... but yes :D