A86: Re: Completely Off Topic
[Prev][Next][Index][Thread]
A86: Re: Completely Off Topic
Do this:
<FRAMESET rows="xx,xx,xx" cols="xx,xx,xx">
<FRAME src="content of frame.html" name="this frame">
<FRAME .....>
</FRAMESET>
please note that the xx is either a percent (add % at the end if so), a * to
denote the rest available, or pixels(the default)
-----Original Message-----
From: Jeanne9005@aol.com <Jeanne9005@aol.com>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Friday, February 05, 1999 2:25 PM
Subject: A86: Completely Off Topic
>
>For lack of a better place to ask this, How do I create a frame in an HTML
>file? Sorry for the off-topicedness. Thanks
>
>