Forum Moderators: open
I continue to get a blank vertical space between 2 frames.
(Scratches head!)
My code is:
<frameset cols="212,*">
<frame name="lh" src="lh_side.html" frameborder="0">
<frame name="rh" src="rh_side.html" frameborder="0">
</frameset>
The L/H frame is longer than the screen, so there is
a scroll bar. Just to the right of that scroll bar is
the white space. How to get rid of it, please?
<frameset frameborder="no" framespacing="0" border=0>
<frame frameborder="0">
Note: in the <frameset> tag, I used frameborder="no", but in the <frame> tag, I used frameborder="0". Also make sure that the body element of the framed document has zero margin and/or borders.
I haven't used frames in a long time, and I don't recall anymore which browsers needed which attributes, but I do recall getting crazy before I pinned it all down. These attributes are not all W3C "valid", but they don't generate true errors, either.