View Full Version : Center a frameset ?!!
freddybee
07-10-2002, 11:36 AM
Hello,
I do have a page composed of frameset.
That page is supposed to be used with a 800x600 screen
I would like that page (the frameset) to be centered in the screen when the resolution is higher ... :rolleyes:
Any idea ???
Thanks in advance
Zvona
07-10-2002, 12:04 PM
Read rules (http://www.codingforums.com/rules.htm) before posting.
Do not cross-post anymore.
freddybee
07-10-2002, 02:54 PM
Sorry, you are right it is in the rules but I did not know if the answer could be find using HTML or javascript.
Freddy Bee
Paris - France
Zvona
07-11-2002, 12:55 PM
Originally posted by freddybee
Sorry, you are right it is in the rules but I did not know if the answer could be find using HTML or javascript.
Freddy Bee
Paris - France
No need to apologize. In case when you're unsure whether your problem is related to html&css or javascript, remember : When your problem has something to do with layout or structure, it is HTML & CSS issue and should be posted in this forum
When your problem has something to do with controlling or manipulating the document or objects in it, it's a scripting issue.
When you need to parse or store data, or handle objects in server, it's a server-side issue
edgework
07-11-2002, 03:08 PM
If you can get away without frames, you can accomplish the same thing with a <div> and
margin-left:auto;
margin-right:auto;
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.