Log in

View Full Version : centering css PS ouptut



itsglitzy
09-18-2006, 02:22 PM
hi all i am new to css, so have output my my design using photoshop
which generates the css (great) but when i get it to dreamweaver the file is absolute, how would i get it to be centred and remain centred when the user moves the page (the old was in your rable tag "align = "centred"" woul do this :confused:

CyberGuy
09-18-2006, 08:42 PM
try this

body{
text-align:center;
margin:0 auto;
}
good luck