PDA

View Full Version : CSS question


Anonymous
10-30-2004, 05:30 PM
Hey,

I'm all new to css and are trying to custom fit the dark template a little.
I just can't figure out, what makes the main part of the page stay in the center? I guess its something in the wrapper?

Thanks for a great photoblog, looking forward to getting to use it.

- Emil

aishou
10-31-2004, 03:43 PM
I think it's the
text-align: center;

on the BODY {

pixelpunk
11-01-2004, 07:27 AM
...together with margin:0 auto; in the #wrapper.

Have a look here: http://www.bluerobot.com/
That guy has some helpers on css-centering.

CSS is mostly great, but for some things it's just plain whack.

// punK

Anonymous
11-01-2004, 11:32 PM
Thanks for the info, I will look into that link.

- Emil