Page 1 of 1

all about frameset

Posted: Sat Sep 03, 2011 2:15 pm
by Rookie
hi everyone :D

i will be going to teach you how to divide the screen of your window using frameset
you can remove this <body></body> in your html code
Code: Select all


<frameset cols="*,*">


<frame src="1.html"/>
<frame src="2.html"/>
</frameset>
they are 2 attribute of frameset. These are the following attributes:
  • cols - for dividng the window into column
  • rows - for dividng the window into rows
as you can see i use asterisk * it means the html will determine the value that is appropriate for the window, you can still put some value like this 100%


thanks i hope you'll understand my tutorial.

Re: all about frameset

Posted: Sat Sep 03, 2011 3:09 pm
by comathi
This is awesome :D +rep

Re: all about frameset

Posted: Sun Sep 11, 2011 5:03 am
by Rookie
Thanks! clapper;