Changed style.css, but my text won't show up. Changed style.css, but my text won't show up.
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Changed style.css, but my text won't show up.

Started by saucysarah, August 09, 2005, 10:39:09 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

saucysarah

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

Joachim Müller

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.

saucysarah


Joachim Müller

what section are you refering to? There are no pics yet, please upload at least one.

saucysarah

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. 

saucysarah

My Problem is solved.  ;D   I finally figured it out.