Forum Moderators: open

Message Too Old, No Replies

css link will not work

fp 2003

         

snmiller

5:47 am on Jan 11, 2004 (gmt 0)

10+ Year Member



I have just recently started using css and combining my handwritten code with original pages done in FP 2003. I have wiped out all references (I think) to MS borders, which I had used in my site. Although I was able to get the link to work on the page I was first working on, I cannot get any of my other pages in my site to link with my css page. I have attempted new webs in new directories and copied the css page over to the new site directory, but nothing happens when I link. Being a novice with css and not much more than that with my pages, it sure does hurt to have spent so much time building a css sheet, have it work on one page, but no others in same site. Hopefully this is just a switch somewhere, but darn if I can find it.

thehittmann

7:23 am on Jan 11, 2004 (gmt 0)

10+ Year Member



you need to have this meta tag in the head tags of all the pages that you want to link to your css (unless you use ssi for this)

<link href="yourfile.css" rel="stylesheet" type="text/css">

snmiller

1:52 pm on Jan 11, 2004 (gmt 0)

10+ Year Member



Thank you hittman. I did have the link code on the page and figured out what the problem was. It was so simple I'm embarrassed to put it before the world, so I won't. Suffice it to say I have to live with the stupidity.