From: | Gareth Griffiths |
Date: | 30 Sep 2000 at 20:52:54 |
Subject: | Re: html frames |
Hello nick,
> Sam Byford wrote this program for me it work but there is a collum at
> the top and right side of the page, when I am trying to just get a
> right collum with some buttons in.
Try:
<HTML>
<HEAD>
<TITLE>Collinge Antiques</TITLE>
</HEAD>
<FRAMESET cols="*,100">
<FRAME name="main" src="main.html" noresize scrolling="auto">
<FRAME name="buttons" src="buttons.html" noresize scrolling="no">
</FRAMESET>
</HTML>
Change the 100 bit in the <FRAMESET> tag to however many pixels you want the
column to be wide.
Cheers,
GazChap.
Quote carefully and read all ADMIN:README mails