Re: text color
You would need to use CSS to style those individual items. Surround them with a <span> or <div> tag with a class associated with it. Example:
<span class="white">text you want formatted</span>
Then in skin1.css, add a 'white' class:
.white {color: #FFFFFF;}
make sense?
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
|