Code Comments
Programming Forum and web based access to our favorite programming groups.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
Post Follow-up to this messageAsked 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 > >
Post Follow-up to this messageTry 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"/> > >
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.