Download User Guide - NetObjects Fusion

Transcript
NOF7.5UG~1.BOO Page 459 Thursday, January 21, 1904 11:14 PM
Chapter 28
Working with HTML Directly
<META HTTP-EQUIV="REFRESH" CONTENT="seconds; URL=http://server.domain.com/
page.html">
where seconds is the number of seconds you want the transition page to appear,
and http://server.domain.com/page.html is the URL of the page you want to link to.
3. Click OK.
Preview the site to test the transition, and go to HTML Source view to see your
code.
Accommodating Browsers that Don't Support Frames
Some older browsers don’t support frames. To prevent site visitors using these
browsers from being greeted with a blank page or error message when they access
your site, add alternate content for them using the HTML <NOFRAMES> tag.
You add the <NOFRAMES> tag and your alternate content to the frameset file
generated when you publish. Your content can include text, pictures, and links,
using standard HTML tags.
1. In Page view, right-click in the MasterBorder and choose Master HTML.
The Page HTML dialog appears.
2. Click the Beginning of Body tab and enter:
<NOFRAMES>
<H1>Thanks for visiting our site!</H1>
We’re sorry you haven’t had a chance to upgrade your browser yet and can’t see our
framed site. We think the frames make it easier to find what you want.
<P>If you want to obtain a more current browser, check out either Microsoft’s <A
HREF=”http://www.microsoft.com”>Internet Explorer</A> or Netscape’s <A
HREF=”http://www.netscape.com”>Navigator or Communicator</A> products!
</NOFRAMES>
3. Click OK to close the dialog.
459