WebsiteBaker Community Forum

General Community => Off-Topic => Topic started by: whitestream6 on October 30, 2008, 05:54:26 PM

Title: Page width question
Post by: whitestream6 on October 30, 2008, 05:54:26 PM
I created a new CSS stylesheet, reloaded add-ons and it displayed properly.
However, I'm not sure how to make the page wider - anyone know what CSS I would need to edit to make it wider??

I'm fairly new to this thing, so I'm making a few mistakes here and there...

Thanks
Title: Re: Page width question
Post by: marathoner on October 31, 2008, 02:51:54 PM
Google CSS tutorial...there are many out there.

You'll want to apply the 'width' property to a block element like a DIV. You might also apply to BODY. Research this so that you understand the difference between a hard width (defined in PX) or a soft width (defined by % or EM) and the advantages/disadvantages of each.