all about frameset

3 posts Page 1 of 1
Contributors
User avatar
Rookie
Top Poster
Top Poster
Posts: 85
Joined: Thu May 19, 2011 10:28 am

all about frameset
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.
User avatar
comathi
Coding God
Coding God
Posts: 1242
Joined: Fri Mar 26, 2010 1:59 pm

Re: all about frameset
comathi
This is awesome :D +rep
User avatar
Rookie
Top Poster
Top Poster
Posts: 85
Joined: Thu May 19, 2011 10:28 am

Re: all about frameset
Rookie
Thanks! clapper;
3 posts Page 1 of 1
Return to “Tutorials”