I changed my style.css to fit the color scheme I wanted, but the only problem is the font color is the same as the background. All the links show up though.
Below is what is at the top of my style.css
body {
background: url ("images/bg.gif");
background-color: #989495;
font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
font-size : 12px;
color: #FFFFFF;
margin: 0px;
}
I highlighted what text I think is what determines the font color. Am I correct?
Any help would be appriciated. Thanks.
-Sarah
yes, this determines the font color. The general definition in body later gets overridden in other css classes, e.g. the table cell definitions. Go through your stylesheet for other instances of color:. Post a link to your site for details.
http://rphillippe.com/images
Thank-you for replying so quickly.
what section are you refering to? There are no pics yet, please upload at least one.
Ok, I uploaded an image. But my style.css was changed. It looks completly different than what I had it originally (when I asked the question). I have no idea how to it got changed. I apologize, I can reply to this thread once I have my original style.css up. I can't seem to get it to upload no matter how many times I do it. :-/
Thank-you for replying so quickly.
My Problem is solved. ;D I finally figured it out.