i can only guess you are using dreamweaver in layer mode, in this case, code like this
- Code: Select all
margin: 0 auto;
will not work, you will need to use the positioning within the
css, or just drag the layers where you want them
but if you want to use that code, you can use floating divs and margin etc
this is not the best tutorial i have seen, but it might give you an idea into
them
http://www.alistapart.com/articles/practicalcss/