|
Posted by Erwin Moller on June 4, 2008, 7:52 am
Please log in for more thread options Lan Mind schreef:
>> In article
>>
>>> Hello all,
>>> Ive been trying to get page 2 of my site to link the external style
>>> sheet "mystyle.css" for a while now and am just dumbfounded. Page one
>>> works fine, I don't know whats wrong. Here's my pages:
>>> http://dockhawk.com/
>>> Thanks for any pointers- Lan
>> Change your
>>
>> <a href="http://dockhawk.com/page2.html/" id="link2">2</a>
>>
>> to
>>
>> <a href="http://dockhawk.com/page2.html" id="link2">2</a>
>>
>> --
>> dorayme
>
> Ty dorayme. I'm not sure why that fixed though?
Because the / at the end of the path (url) means the former (page2.html
in this case) is a directory.
I expect in your case it is a file, allthough you could also name you
directory page2.html if you are crazy. ;-)
Regards,
Erwin Moller
|