| Author |
<link> don't match the css file
|
|
| Hernán Castelo 2005-06-01, 3:55 pm |
| hi
i'm trying to do :
<link rel="stylesheet" type="text/css" href="myurl..../inc/css/style.css"/>
from the url field of the browser
i can normally open the "style.css" with notepad
but thru the <link> tag, IIS don't match the file ??
should i add some configuration to run CSS ?
i'm using URLScan
and have activated the .css extension
thanks
IIS 5
--
atte,
Hernán Castelo
SGA - UTN - FRBA
| |
| Ray Costanzo [MVP] 2005-06-01, 3:55 pm |
| Asked and answered in another group. Please do not multipost.
Ray at work
"Hernán Castelo" <bajopalabra@hotmail.com> wrote in message
news:eRQ3QHrZFHA.3676@TK2MSFTNGP10.phx.gbl...
> hi
> i'm trying to do :
> <link rel="stylesheet" type="text/css"
href="myurl..../inc/css/style.css"/>
>
> from the url field of the browser
> i can normally open the "style.css" with notepad
> but thru the <link> tag, IIS don't match the file ??
> should i add some configuration to run CSS ?
> i'm using URLScan
> and have activated the .css extension
>
> thanks
> IIS 5
>
> --
> atte,
> Hernán Castelo
> SGA - UTN - FRBA
>
>
| |
|
| Try this
<LINK href='..../inc/css/style.css' type=text/css rel=STYLESHEET>
Good Luck.!
"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
message news:OTMZHVrZFHA.2768@tk2msftngp13.phx.gbl...
> Asked and answered in another group. Please do not multipost.
>
> Ray at work
>
> "Hernán Castelo" <bajopalabra@hotmail.com> wrote in message
> news:eRQ3QHrZFHA.3676@TK2MSFTNGP10.phx.gbl...
> href="myurl..../inc/css/style.css"/>
>
>
|
|
|
|