Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Setting Dreamweaver to adjust relative to whatever browser size

Options
  • 10-05-2006 11:53am
    #1
    Closed Accounts Posts: 78 ✭✭


    Hi,

    Having read the rules, I am now a bit scared to ask my question! I've looked in the FAQ's and searched a bit online for my answer but couldn't find it - am sure this may make be a 'luser!'.

    I'm also afraid my question is probably not that stimulating, so i'm sorry.

    My question is quite simple. I'm using dreamweaver to put a site together and I want the display to change automatically to fit with whatever size a browser is rather than scroll bars appearing allowing me to go further to the right of the page so I can see what is there.

    I know it is possible to do this - I just can't remember how.

    Thanks in advance, and sorry for the lack of stimulus....


Comments

  • Closed Accounts Posts: 1,200 ✭✭✭louie


    try this
    <body style="width:100%;">

    you should already have the <body> tag in the page so just replace it with the above.

    also the style applies to <table> or <div> tag as well if you want.


  • Closed Accounts Posts: 78 ✭✭Jen199


    Thanks a million - that worked great in the div tags.


Advertisement