Here is the site: wp
This is what i want it to look like: not wp
Here is my css: http://pastebin.com/4HntzkHy
I don't know where my background color went. How do I bring my background color back?
When I preview it in opera It has these two styles:
html {
margin-top: 28px !important;
}
user agent stylesheet
html {
display: block;
}
I don't know where they come from, but I don't want them.
When I preview the site in Chrome, Firefox, & IE I notice html has a height of 8px. I don't want that either. How do I get rid of this strange extra space at the top?
By the way, thanks in advance for reading my post.