HighDots Forums  

External style sheet a no go

HTML Writing HTML for the Web (comp.infosystems.www.authoring.html)


Discuss External style sheet a no go in the HTML forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Lan Mind
 
Posts: n/a

Default External style sheet a no go - 06-04-2008 , 02:35 AM






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

Reply With Quote
  #2  
Old   
dorayme
 
Posts: n/a

Default Re: External style sheet a no go - 06-04-2008 , 02:46 AM






In article
<163d032e-d754-410a-b90a-ab908d536f9d (AT) h1g2000prh (DOT) googlegroups.com>,
Lan Mind <LANMIND01 (AT) gmail (DOT) com> wrote:

Quote:
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


Reply With Quote
  #3  
Old   
Lan Mind
 
Posts: n/a

Default Re: External style sheet a no go - 06-04-2008 , 03:13 AM



On Jun 4, 12:46 am, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote:
Quote:
In article
163d032e-d754-410a-b90a-ab908d536... (AT) h1g2000prh (DOT) googlegroups.com>,
Lan Mind <LANMIN... (AT) gmail (DOT) com> wrote:

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?


Reply With Quote
  #4  
Old   
Erwin Moller
 
Posts: n/a

Default Re: External style sheet a no go - 06-04-2008 , 06:52 AM



Lan Mind schreef:
Quote:
On Jun 4, 12:46 am, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote:
In article
163d032e-d754-410a-b90a-ab908d536... (AT) h1g2000prh (DOT) googlegroups.com>,
Lan Mind <LANMIN... (AT) gmail (DOT) com> wrote:

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


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.