Quote:
|
Originally Posted by Donners
Thats what I did, but somehow the tags wont work with me.
|
Try a different approach...
Code:
<style type="text/css" media="screen">
@import url("style.css");
</style>
style.css being your file name of course if its outside that directory you will need the full path.
Also, to make your code cleaner you check out the short hand of FONT:
http://www.w3schools.com/css/css_font.asp