View Single Post
  #3 (permalink)  
Old 05-06-2008, 09:47 PM
eugen eugen is offline
Junior Member
 
Join Date: Apr 2008
Posts: 22
iTrader: 0 / 0%
eugen is on a distinguished road
Default

Yes, like Bagi said, you have to insert <style> tag in your HTML page:

Code:
<style type="text/css" href="{PATH_TO_CSS_FILE}" />
or

Code:
<style type="text/css">
  @import "{PATH_TO_CSS_FILE}";
</style>
__________________
+ read about passive smoking facts
Reply With Quote