Css WON'T attach!

This is really frustrating.
I am desinging in Dreamwewaver CS3. I created an external style sheet and put it in its only css folder. I followed the directions to attach the CSS to the main HTML page but it does NOT attach.

Any suggestions?

Here is the CSS link.

</title>

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

It might be a folder organization issue, though I don’t have any clue as to how you’ve organized your stuffs. Try

[highlight=“HTML 4.01 Strict]<link href=”…/cssfiles/styleone.css" rel=“stylesheet” type=“text/css” />



Just a shot in the dark.

Hi, go to the directory where this file is kept. Do you see the folder “cssfiles”? If not, then that’s your problem :slight_smile:

If you do see it, then go inside. Do you see hte file called styleone.css?

If all else fails give it an absolute URL to the stylesheet…or better yet, give us the link to the page (and then the link to the stylseheet) and we will tell u where you went wrong

Well, this is your problem right here !---->I am desinging in Dreamwewaver CS3.

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

Thanks everyone! Seems it was attaching. I just was not giving a class to each element in the HTML page. I have a lot to learn with CSS. :smiley: I will get there. :blush:

http://cssbasics.com/

Thank you for the link!

This website has a useful guide to CSS too:

http://en.wikibooks.org/wiki/Cascading_Style_Sheets/Print_version

It’s run by the people who did Wikipedia, there’s HTML and JS ones at Wikibooks too! :slight_smile: