Refurbished HP Proliant DL580G2 1.4Ghz-512
Condition: RF
Is that the description?
If so - you'll need to modify your xmlpackage.
Look for something like this :-
C#/VB.NET Code:
<xsl:value-of select="$pDescription" disable-output-escaping="yes"/>
& replace it with this :-
C#/VB.NET Code:
<div class="prod-desc"><xsl:value-of select="$pDescription" disable-output-escaping="yes"/></div>
& then add something like the following to your css file :-
Code:
.prod-desc {
font-weight: bold;
font-size: 1.5em;
color: black;
}
TTFN
BFG