Forum Moderators: not2easy

Message Too Old, No Replies

Newie?

         

derm03

9:37 pm on Jul 26, 2006 (gmt 0)

10+ Year Member



Hello all, hope all is well and everyone is enjoying there day. Alright- I'm def not a web designer so please take it easy if I'm asking stupid questions. Thanks in advance.

well to make a long story short

I'm a graphic artist in need of a better site. Right now my site sucks- here take a look: [ooops]

What did I tell you.

But I'm looking to use CSS and build a better site. I had found a template with CSS

I'm slowy starting to learn how CSS works. But I was wondering instead of having the page centered when it opens. How can u set it to align to the left

Thanks for your time and help.
I really do appreciate it.

Dermot

<No URLs, thanks. See TOS [WebmasterWorld.com] and CSS Forum Charter [WebmasterWorld.com]>

[edited by: SuzyUK at 4:02 pm (utc) on Aug. 19, 2006]

Ingolemo

9:49 pm on Jul 26, 2006 (gmt 0)

10+ Year Member



In the CSS for that page you'll find a block labelled as "#centerColumn". In there you'll find this line:
margin:0 auto;

Change it to this:

margin:0;

You'll also want to delete the "text-align:center;" statement from the "body" block.

[edited by: Ingolemo at 9:52 pm (utc) on July 26, 2006]

derm03

11:20 pm on Jul 26, 2006 (gmt 0)

10+ Year Member



Thanks Ingolemo