alright well im gonna start using one CSS page to control all the "variables" on my pages, so i put this <link rel="stylesheet" href="style.css" type="text/css"> in the head page of the pages i want to add to. So i make a CSS file called style that has all my CSS coding and watnot. Now when i save them the pages dont seem to work? why not? i copy the CSS coding and paste it into the pages individually and they work but when its all in the style.css page it doesnt work why is this? I saved them both in the same area yet they do nothing any help?
Comments
i doubt it will make any difference but thats the code i use, it might be worth a try?
Your style sheet is saved as style.css, right?
Not just "style"....
If it's still not working, perhaps you can show us the contents of the style sheet...
notice the .css its got to be the same as your folder or for your style.ccs
<link rel="stylesheet" type="text/css" href="style.css">
e.g. <link rel="stylesheet" type="text/css" href="[full_path][yourcssfilename].css">
body {background-color: cccccc; }
is how it should read