View Single Post
  #2 (permalink)  
Old Mar 10th, 2008, 21:05
saltedm8's Avatar
saltedm8 saltedm8 is online now
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,512
Blog Entries: 1
Thanks: 1
Thanked 11 Times in 11 Posts
Re: How to create a centered page with layers.

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/

Last edited by saltedm8; Mar 10th, 2008 at 22:39.
Reply With Quote