CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   HTML & CSS (http://www.codingforums.com/forumdisplay.php?f=13)
-   -   Center a frameset ?!! (http://www.codingforums.com/showthread.php?t=1725)

freddybee 07-10-2002 11:36 AM

Center a frameset ?!!
 
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 before posting.

Do not cross-post anymore.

freddybee 07-10-2002 02:54 PM

Sorry
 
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

Re: Sorry
 
Quote:

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;


All times are GMT +1. The time now is 12:25 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.