Encapsulating a web page using CSS?

Discussion in 'CSS' started by Matt Ridge, Sep 15, 2011.

  1. #1
    As people have seen I have a website, I am attempting to make it so that the webpage is always one size. So in English I have several input fields that move with the size of the browser. I want them to be fixed, I use to remember the command to do this, but I forget it.

    It use to be HTML code, as far as I know it still works, but is there a CSS code that would allow it?

    I have attached my web page, I just want to know if it is even possible with the setup I have right now, or do I need to change things?

    I know I probably do, I haven't designed a real web page is ages... so I am going to be looking archaic with my coding so I apologize up front.


    View attachment Test.zip
     
    Matt Ridge, Sep 15, 2011 IP
  2. Toycel

    Toycel Peon

    Messages:
    243
    Likes Received:
    11
    Best Answers:
    4
    Trophy Points:
    0
    #2
    Using a CSS style sheet you can add a wrapper to the site with a fixed width and then have the fields being a % of the wrapper.

    Cheers,
    T
     
    Toycel, Sep 22, 2011 IP