View Single Post
  #2  
Old 11-10-2006, 01:34 PM
 
balinor balinor is offline
 

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

Default Re: Changing css for copyright notice

Surround the copyright text with a <div> and call a style from the stylesheet:

<div class="copyright">copyright text</div>

You'll then need to create a new class in skin1.css called "copyright" and assign the color you want.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote