FrameSpacing

R

Redmar

Hello,

In HTML4.01 the property FRAMEBORDER = 0 of FRAMESPACING = 0 is no longer
valid for the FRAMESET tag.
Now I need to make a FRAMESET where all the frames are without borders.

I'm using the following code:
<FRAMESET ROWS="140,*">
<FRAME SRC="title.html" NAME="title" FRAMEBORDER="0" MARGINWIDTH=0
MARGINHEIGHT=0 NORESIZE SCROLLING=no>
<FRAMESET COLS="235,*">
<FRAME SRC="left.html" NAME="left" FRAMEBORDER="0" MARGINWIDTH=0
MARGINHEIGHT=0 NORESIZE SCROLLING=no>
<FRAME SRC="home.html" NAME="page" FRAMEBORDER="0" NORESIZE>
</FRAMESET>
</FRAMESET>

This - unfortuantly - gives a site with bordes between frames.

Adding FRAMEBORDER and FRAMESPACING to the frameset is nog valid according
to W3.

Does anybody know how to solve this?

Greetz,
Redmar
 
M

Michael Weber

Hi Redmar,

[Thu, 11 Sep 2003 19:21:22 +0200/Redmar]
Hello,

In HTML4.01 the property FRAMEBORDER = 0 of FRAMESPACING = 0 is no longer
valid for the FRAMESET tag.
Now I need to make a FRAMESET where all the frames are without borders.

I'm using the following code:
<FRAMESET ROWS="140,*">
<FRAME SRC="title.html" NAME="title" FRAMEBORDER="0" MARGINWIDTH=0
MARGINHEIGHT=0 NORESIZE SCROLLING=no>
<FRAMESET COLS="235,*">
<FRAME SRC="left.html" NAME="left" FRAMEBORDER="0" MARGINWIDTH=0
MARGINHEIGHT=0 NORESIZE SCROLLING=no>
<FRAME SRC="home.html" NAME="page" FRAMEBORDER="0" NORESIZE>
</FRAMESET>
</FRAMESET>

This - unfortuantly - gives a site with bordes between frames.
to W3.

Frameborder, -spacing, top-/leftmargin etc. are browserelated
switches and never were valid. Use it or not. It doesnt matter, if
they are "valid" or not.

regs
michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top