[Home]  [Edit this page]  [Recent Changes]  [Special Pages]  [Help
HTMLSPEC-FRAMESET

Frameset

Usage

Used to define a web page "frameset" by dividing a document into rows or columns with each row or column containing a web document. The <frameset> element can also contain nested "framesets" and multiple "frames" referencing the URL's of the web documents to be rendered in the frame cells.

Attributes

row="#"


Specifies the horizontal frame divisions represented by #; can be pixel values, percentage values, or "*" asterisk entry denoting whatever space is left.

col="#"


Specifies the vertical frame divisions represented by #; can be pixel values, percentage values, or "*" asterisk entry denoting whatever space is left.

frameborder="#"


Specifies whether frame cells will have borders; 1 (default) representing show borders; 0 is often used with border="0" and framespacing="0"

		
border="#"


Specifies the thickness of the border between cells; default value is 5.

framespacing="#"


Specifies the thickness of the border between cells; default value is 5.

Live Example
<html>
<head><title>Frameset Document Example</title></head>
<body>
<frameset cols="20%, *">
<!-- frameset definition will be placed here -->
</frameset>
</body>
</html> 


HTML Tags Center

last edited (April 12, 2004) by leeos, Number of views: 1090, Current Rev: 4 (Diff)

[Edit this page]  [Page history]  [What links here]  [Discuss this topic]  [Printer Friendly]  

Members

Username:

Password:


Register
Forgot Password?




Programmers Heaven - for .NET, Java, C/C++ and WEB Developers!
© 1996-2008 Community Networks Ltd. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by Tore Nestenius at .NET Consultant - Synchron Data.