If it's an external CSS stylesheet, does your webpage have inside the
<head> ... </head> tags, a link tag like so:
<link rel="stylesheet" href="/includes/style.css" type="text/css" />
If it is an inline css, you should have something similar to the following:
<style type="text/css" media="screen">
<!--
a {
color: #BE0237;
}
-->
</style>
Hope that helps,
Tony Evans
Victor Odhner wrote:
> I am building an Apache site on Solaris, including a css file.
>
> The CSS was working, but I went to change some colors. Now none of my
> browsers seem to be getting the CSS. That's one IE on XP; one Firefox
> on XP; and Firefox on two Linux systems.
>
> I'm using the Firefox "WebDeveloper" toolbar that displays the CSS that
> is in effect. When I visit other sites, the CSS pops right up. But not
> from my site: the "Edit CSS" window comes up blank.
>
> How might I have broken this? Ever in search of a clue . . .
>
> Thanks,
>
> Vic
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
>
---------------------------------------------------
PLUG-discuss mailing list -
PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss