From: | Gerald Mellor |
Date: | 30 Sep 2000 at 17:26:45 |
Subject: | Re: html frames |
On 30-Sep-00, nick knight wrote:
> I can now have frames in my web page in my web page but the page is
> divided in to three sections and I just want a collom to the left
> with a few buttons.
>
> <FRAMESET ROWS="80,*,80">
Well there's your problem. If you want columns, why have you specified
rows? Change that line to
<FRAMESET COLS="20%,80%">
or whatever sizes you want the columns to be. Have you actually
learned HTML from a book or a tutorial, or are you just copying from
other peoples' pages?
Regards
Gerry
Quote carefully and read all ADMIN:README mails