Home Frames Noframes Formatting Your Noframes Tag
Search MS Office A-Z   |   Search Web Pages/ Design A-Z

Formatting Your Noframes Tag

You can include other HTML tags inside your NOFRAMES tag. Use them to format the page color, layout, and images to resemble the rest of the pages in your site. For instance, your NOFRAMES section could look something like this:

<noframes>
<body bgcolor="#E8E7C8">
<DIV align="center">
<H1>Sally's Stamps</H1>
<H2>Your Source For Collectible Stamps!<H2>
<p><font face="Arial,'Times New Roman'"size="2">
Sally´s Stamps is the Internet´s largest source 
for rare and collectible postage stamps. View our 
stamps online before you purchase. We specialize in 
stamps from Europe and South America.
</font></p>
<p><font face="Arial" SIZE="2">
Browse our site:<br>
<a href="home.htm">Home</a>
<a href="History.htm">History Of Stamps</a>
<a href="contact.htm">Contact Us</a>
<a href="products.htm">View Our Stamps</a>
</font>
</p>
</DIV>
</body>
</noframes>

When you include formatting, your NOFRAMES tag does double duty: it provides a gateway for search engine spiders while displaying an attractive document for visitors who don't have frames-compatible browsers.