View Single Post
  #4  
Old 03-15-2005, 11:29 AM
 
balinor balinor is offline
 

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

Default

Don't try to override the style sheet...simply add a new style to the stylesheet and add the formatting to the element you want to format. For example, say you have a line of text you want to appear different in your new template, let's call it link1. To apply a style, surround it with a span tag like this:

<span class="style1">link1</span>

You would then have to create a style1 class in skin1.css. Now the link1 text will appear using style1 formatting. That make sense?
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote