Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

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 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.

 
 
  Copyright 1997-2002 Idocs inc. Published under the terms of the Open Content License Design by Interspire