Lidewij
09-24-2005, 01:51 PM
Hey, I made my css, and I got some pages I want to put it on. Do I just have to copy it on each of them or what?
|
View Full Version : help.. Lidewij 09-24-2005, 01:51 PM Hey, I made my css, and I got some pages I want to put it on. Do I just have to copy it on each of them or what? Arwen 09-24-2005, 02:19 PM You just need to save it as style.css and paste this on each of your pages <link rel= "stylesheet" ; type="text/css" ; href= "style.css"> pb&j 09-24-2005, 06:02 PM You just need to save it as style.css and paste this on each of your pages <link rel= "stylesheet" ; type="text/css" ; href= "style.css"> that should be... <link rel="stylesheet" type="text/css" href= "style.css"> or yes, you can copy it onto each page if you like. on the each page idea, surround the coding in STYLE tags and it goes in the HEAD area of your coding. on the seperatepage/link idea, take out the STYLE tags on the css page. Arwen 09-27-2005, 03:01 PM that should be... <link rel="stylesheet" type="text/css" href= "style.css"> Really? I have it with ; on my page and it works fine... lol :lol: Monkey Bizzle 09-27-2005, 06:42 PM Really? I have it with ; on my page and it works fine... lol :lol: just because it works doesn't mean it's right ;) Arwen 09-28-2005, 08:21 PM just because it works doesn't mean it's right ;) I know! I thought it was right... Now I know what is right and what is not! :) |