View Full Version : Ok- I just decided I'm going to use an External Syle sheet in my website...


KeLs
04-02-2006, 04:07 PM
When i was browsing the help topics about them i noticed someone said somthing about 'special codes' you have to use to change things. So here are my questions:

1. Can i use normal css codes in a syle sheet?
2. I just have to save text document as .css to have an external style sheet.. righte?
3. In order to use the syle sheet on my pages what do i do? (code please)
4. I tryied it here: http://www.kels.makes.it (the syle sheet should be applied to the mail page...) Why didn't it work??

THANKS SO MUCH to everyone who can help me out! (even just a little)
byes!

Chris
04-02-2006, 04:24 PM
1. Can i use normal css codes in a syle sheet?
2. I just have to save text document as .css to have an external style sheet.. righte?
3. In order to use the syle sheet on my pages what do i do? (code please)
4. I tryied it here: http://www.kels.makes.it (the syle sheet should be applied to the mail page...) Why didn't it work??

1. Yes you can
2. Yup. That's correct.
3. Add the following code between the <head> and </head> tags of your page:<link rel="stylesheet" href="http://www.domain.com/style.css" type="text/css" media="screen" />4. I couldn't find the "mail" page to have a look at it.

Hope that helps
Thanks,
Chris :D

KeLs
04-02-2006, 04:26 PM
Oh im sorry! I ment to type Main page... lol!! (the first one that shows up under the image) lol!!! SOrry baout that!

KeLs
04-02-2006, 04:41 PM
OMGSH IT WORKS YEYEYEYEYEY!!!!!!!!!

lol... i added tags to it... but they weren't supposed to BE THER! :D:D (all i had to do was delete em!) yey!


THANKS SO MUCH FOR YOUR HELP CHRIS! (you can please ignore that PM i sent you...)

tata! :D

Chris
04-02-2006, 09:52 PM
You're very welcome :D