1 Hour SEO : Domain Registration Bank : Ecommerce Dictionary : GoDefy : Great Web Design Tips
JavaScript 2 : Jumbo Keyword : Marketing Tips Store : Michael Wong Blog : Mike's Marketing Tools
Search Engines 2 : SEO eBook : Text Links Ads : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML > Frames > <IFRAME ...>

Inset Boxes using <IFRAME ...>

The most popular use of <IFRAME ...> is for creating "inset boxes", much like those found in newspapers and magazines. Insets boxes are popular for small mini-articles tagentially related to the main page. For example, this code puts an inline frame on the page, and provides a link for non-IFRAME browsers:

<IFRAME
SRC="BeaverHabitat.html"
WIDTH=275 HEIGHT=200
ALIGN=RIGHT
>
<TABLE ALIGN=RIGHT border="1" bordercolor="#CBD3E1" bgcolor="#F1F4F5" CELLPADDING=5>
<TR><TD>See the article on
<A HREF="BeaverHabitat.html">Stuff about the Beaver</A></TD></TR>
</TABLE>
</IFRAME>

which produces this inline frame (or table, or just a link): note that we use ALIGN to set the frame aligned to the right side and to have text flow around it.

<IFRAME SRC="..."> >>>

          

Copyright © 2002-10 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com