From: | Gareth Griffiths |
Date: | 30 Sep 2000 at 20:11:43 |
Subject: | Re: html frames |
Hello Samuel,
> Ive never come across Marginheight and marginwidth so i cant comment on
> that but eticate says that you NAME the frame before you SRC it. Also, you
> said youonly want 2 columns but then you name and src 3 of em???????
marginheight and marginwidth are valid attributes, they specify the amount
of space between the frame contents and the frame borders. It doesn't matter
if you name them before or after they are sourced, as long as you name them
in the same tag.
> is what that should be. I think when u say MARGINheight etc you should
> have FRAMEBORDER="4" but im not sure, as like i say, ive not come across
> that before. (its probably some crap IE or nutscrape coding....)
marginheight and marginwidth are HTML 4.0 standard.
> My frameset - which has a row at the top, then a button bank then the main
> frame goes as follows:
>
> <FRAMESET ROWS=70,* FRAMEBORDER="1">
> <FRAME NAME="top" SRC="banner.html" SCROLLING="no" NORESIZE>
> <FRAMESET COLS=150,* FRAMEBORDER="1">
> <FRAME NAME="buttons" SRC="buttonbank.html">
> <FRAME NAME="main" SRC="intro.html">
> </FRAMESET>
Are you sure? What happened to the second </FRAMESET> ? :-)
Cheers,
GazChap.
Quote carefully and read all ADMIN:README mails