Page is a not externally linkable
R8kit - 6:42 am on Oct 1, 2011 (gmt 0)
Hey everyone,
I am new to CSS and I am having trouble with CSS specificity.
I used the code:
img {
display: block;
margin-left: auto;
margin-right: auto;
}
To center all my images on my website, but I forgot that the
logo should be margin-left: 0px;
I tried to give the logo a div id and make it go to the left
but it is not working.
Can anyone help me put my logo on the left of my pages without
having to edit my entire website?
Thanks in advance.