DH Templates

How do i Put a Css Template on a HTML Site?

I did ask this question before but somehow, i cant get it. Can you guys give me a clear answer please! Where do i put my code and why isnt my Template Showing on the HTML Site? Here is the Link to the Other Answer! http://answers.yahoo.com/question/index;_ylt=AkAKC6ECGStifUDxKIgVwMfsy6IX;_ylv=3?qid=20080628163246AAcNK1A&show=7#profile-info-WGCAuOtbaa

Public Comments

  1. The other answers are correct. You can use multiple style sheets, or just one. You can even use inline calls without using a referenced file - if you are so inclined. You have to give the location of your .css file, otherwise the browser will not know where to look when trying to reference the classes. This means that if your .css file is in a folder that is on a different "level" than the page calling it, you will need to fully qualify the location. What exactly is wrong?
Powered by Yahoo! Answers