[nycphp-talk] secure page not showing styles in external css in mozilla?
Stephen Musgrave
stephen at musgrave.org
Fri Sep 10 19:02:02 EDT 2004
Chris -
Here's the head:
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
<link rel="stylesheet" title="Default" href="/css/default.css"
type="text/css" />
</head>
It doesn't seem to make a difference even if I change it to this:
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
<link rel="stylesheet" title="Default"
href="https://servername.com/css/default.css" type="text/css" />
</head>
On Friday, September 10, 2004, at 05:39 PM, csnyder wrote:
> Hmmm... how are you including the stylesheet? What's the HTML?
> _______________________________________________
> New York PHP Talk
> Supporting AMP Technology (Apache/MySQL/PHP)
> http://lists.nyphp.org/mailman/listinfo/talk
> http://www.newyorkphp.org
>
>
More information about the talk
mailing list