Log in

View Full Version : Aligning??



tanuki
01-07-2008, 04:46 PM
OK so this is the page i need help on

my page (http://www.fuzziepaws.com/feezers.htm)

and so you can see, when you maximize the window, on the left side of the page there is about an inch or so of space between the layout image and the edge.
So how do I make it so that my layout is touching the very side of the left side of the window?Oh yeah and when I resize the window, the whole layout moves to the right. I always have this problem.
I'm not sure if this is CSS or not but I thought that the problem was in my CSS code. So if you could help me and explain it to me would be greatly appreciated
thanks in advance o.k.bye

A800
01-09-2008, 10:44 AM
In your CSS, add the following to the body CSS:


margin-left:0px;


I Hope this Helps.