Sorry, Here is a link instead:
Let me know if you see the problem off the link or if you also need me to post the code.
Just in case:
index.html
Style.css
I would love to get this figured out. For whatever reason the same code in a regular HTML site works different in the wordpress theme.
Is there ccs styles already used somewhere else besides the style I created? Thats the only explanaition I can think of because I will have the same code behave different depending on the name of the style.
mexxa84,
Using Firefox I see a background image repeating. It’s sort of a dark burlap.
I think you are refering to the body backgroung. The background I am talking about is not an image its just a dark grey background.It should be on the div going across the top.
Your css doesn’t validate. You have two closing brackets here:
a:active, a:hover { color: #fe9807; text-decoration: underline;}
}
You have to be kidding me LOL.
Thank you so much. I guess thats what happens when you trust expressions for finding any errors. Will there have been the same problem in a regular html site or is wordpress very particular?
I guess code never lies and if something is wrong is because you put it there LOL.
TY so much!