View Full Version : How to put in table frames
Druza
10-16-2005, 03:21 PM
yea....not so good at t3h html-ing....
so how would i be able to put in frames?
and if possibible, someway to do it in Frontpage without using code?
Ahahaha... aren't the last line in your signature the last line of your post sort of mutually exclusive? ;) Mind you, "skills" in 1337-speak is pretty self-contradictory too :p
Don't know about in FrontPage, but you should use the <frameset> tag in HTML. For example:
<frameset rows="20%, 80%">
<frame src="page1.htm"/> <!-- the frame that will take up 20% of the page, vertically -->
<frame src="page2.htm"/> <!-- and the rest -->
</frameset>
You can use cols= instead to specify horizontal frames instead.
Druza
10-16-2005, 03:33 PM
maaayyyybbbeeeee :)
and you got your "vertical" and "horizontal" confused
Did I? No, I don't think so.
Druza
10-16-2005, 04:04 PM
yes, you said col= was horizontal
unless you mean which side the page is on?
I said that using cols="20%,80%" would divide the page 1:4 horizontally. I'm right. :p
Think about it.
Druza
10-16-2005, 04:58 PM
yea ok you meant the pages not the grey line
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.