Sharing .css files between applications

  • Thread starter Thread starter groston
  • Start date Start date
G

groston

I have a number of applications that run on the same sever (and my
development machine). Is there an easy way to share the same style
sheet between these apps? I assume that I can do a

<LINK href="http://<full path/Styles.css" type="text/css"
rel="stylesheet">

but then the web pages for my development machine and the server would
be different.

Thanks for your help.

*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
 
You could do what I do and put them in their own directory off of the root
and then reference them as "/css/mycssfils.css"
 
Back
Top