Let's say you're working with an html page that doesn't have any css rules yet. Here's a simple way to put all your content into a one-column layout that you can control a bit better.
How to center a simple one-column layout
- Select all (cmnd+a, ctrl+a)
- Go to the Insert menu ..>Layout Objects...>Div Tag
- (Wrap around selection) and then click on new CSS rule
- Use the pulldown to make it an ID, call it #mainbox, click ok
- Under the Box category, pick a width of 500-600px (you decide)
- Under margins, use the pulldown to make your left and right margins "auto"
- Click OK, then click OK again.