On your homepage, set
up a master file. I've called mine,
"master.html". This is where you'll put
the actual html code for the frames. The frames page
we'll be making is similar to mine, but you can make yours
in any configuration that you like. This one will have
one column on the left, with the second column on the right
having two rows.
Start with the
NOTE:
There is more than one way of telling the computer what
dimensions you want. You could use percentages; such as
This tells the
computer you want to divide the window into two parts; the
first column taking up 25% of the screen
(this
will be on the left), the second column
(on the
right)
will take up 75% of the screen, for a total of 100%. The
second way of writing this would be; If at all possible, you should use
the second way of writing You can divide the screen into as many columns
and rows as you wish. If you want three columns, write it
like this:
Another way is:
These methods also work for Rows.
Example:
<<>frameset
cols="120,*,*">. This means, divide the window into
three columns; first one (left) 120 pixels, second
(middle) half of what's left, third
(left) half of what's left.
This
page hosted by
Get your own Free Homepage