Framing a web site

If you feel your site should be behind bars. Well this is the way to do it.

Start with the <FRAMESET> tag and define how many rows or columns the window should be brokern up into. They should be a comma delimited list of lenghts. Which can have the units of percentage or pixels.

Then within the <FRAMESET> nad </FRAMESET> define all the <FRAME> elements. use src="url" to set the frame source location.

This is what the simplest frameset will look like :

	<FRAMESET COLS="130,1*">
		<FRAME src="common.html">
	        <FRAME src="simple.html">
	</FRAMESET>

click here to what this frameset looks like. Detailed definitions of the <FRAMESET> <FRAME> tags will be presented on this page along with help on how they are used.

If at anypoint in this excercise you need further assistance please contact the author raditha@webquarry.com


Web Design  :  Frame  :  Jail Break!  :  Don't Frame  :  Wizard


Intro  :  FTP  :  HTML  :  Frames  :  Domain Names
Advanced Topics  :  Banner Exchange  :  Meta Tags  :  Links
Home  :  Search  :  Sri Lanka  :  Shareware  :  Mail & News
Web Design  :  What's new  :  What's Cool
Site Map  :  Links  :  Feedback

raditha@webquarry.com, Oct 21, 2003.