View Single Post
11-27-2011, 07:42 AM
#2
GregBenner is offline GregBenner
Status: I'm new around here
Join date: Nov 2011
Location:
Expertise:
Software:
 
Posts: 2
iTrader: 0 / 0%
 

GregBenner is on a distinguished road

  Old  linking css

Hi try taking out the "/mysite" and "style.css"
basically with relative links you need to think where your html sits.
In this case in the mysite folder. If you added a new folder in my site called "css" you would link the css "css/style.css"

If you are ever in doubt what you can do to guarantee linking it an absolute link. for example <link href= "www.mountaineerevents.com/mysite/style.css" type="text/css" media="screen" />

google relative links vs absolute links to find more tricks and tips.