Frames: I can't seem to get the option

C

crankylemming

(also posted to a very dead-looking FP2000 group)

Hi

I realise this is probably a silly question, but I'm trying to learn
how to use Frontpage 2000 and can't seem to get the Frames option
working. It's always grayed out in the toolbar dropdown, and I don't
see any way of 'opening' the option. The Help doen't give me an answer,

either.


Any advice would be welcome.


Thanks


S:)
 
C

coreybryant

I cannot remember how in FP2000, but you need to create the frame page
first by going to File - New - Page. Then I think it is templates -
frames. That will create the frames page and then you can have the
options.

Or copy this code into the HTML :
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>

<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>New Page 5</title>
</head>

<frameset cols="150,*">
<frame name="contents" target="main">
<frame name="main">
<noframes>
<body>

<p>This page uses frames, but your browser doesn't support them.</p>

</body>
</noframes>
</frameset>

</html>

And then you should be able to access the frames information

Corey
http://www.loudcommerce.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top