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
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