Web Analytics Made Easy -
StatCounter Center a frameset ?!! - CodingForum

Announcement

Collapse
No announcement yet.

Center a frameset ?!!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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 ...


    Any idea ???


    Thanks in advance
    [color=dark blue]Freddy Bee[/color]

  • #2
    Read rules before posting.

    Do not cross-post anymore.
    Zvona
    First Aid for
    Web Design

    Comment


    • #3
      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
      [color=dark blue]Freddy Bee[/color]

      Comment


      • #4
        Re: Sorry

        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
        Zvona
        First Aid for
        Web Design

        Comment


        • #5
          If you can get away without frames, you can accomplish the same thing with a <div> and

          margin-left:auto;
          margin-right:auto;
          Last edited by edgework; Jul 11, 2002, 10:19 AM.

          Comment

          Working...
          X