Thread: css in tpl file
View Single Post
  #2  
Old 11-09-2006, 03:08 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: css in tpl file

You can't do either as there is no <head> tag in welcome.tpl. Use the main stylesheet and use a <div> to call the style:

<div class="newstyle">
content
</div>
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote