CSS does not change screen text

E

Eric the Kiwi

I have set up a cascading style sheet. It has been linked to the page and
shows in the style box. When I try to apply a style to some text, nothing
happens.

Can anyone suggest the cause of the problem.
 
E

Eric the Kiwi

Thank you for the response. The help is much appreciated. I tried the
refresh, but, alas, to no avail.

When I apply a CSS style, it does not seem to "stick." The standard embedded
styles work just fine.
 
S

Stefan B Rusynko

Check if you have left over inline styles, embedded styles in head section, or html formatting
- which will all override external style sheets




| Thank you for the response. The help is much appreciated. I tried the
| refresh, but, alas, to no avail.
|
| When I apply a CSS style, it does not seem to "stick." The standard embedded
| styles work just fine.
|
| "Rob Giordano (Crash Gordon®)" wrote:
|
| > try a refresh
| >
| >
| > > I have set up a cascading style sheet. It has been linked to the page and
| > > shows in the style box. When I try to apply a style to some text, nothing
| > > happens.
| > >
| > > Can anyone suggest the cause of the problem.
| > >
| >
 
E

Eric the Kiwi

Thank you Stefan for taking the time to respond to my problem.

I have tried the CSS with a totally new blank site, but alas, with the same
lack of success. Does Java script have anything to do with this?
 
Top