How do I justify the product description text - my client has asked for this and I'm having problems getting it right.
I've created a new css style based on actxsmall as follows:-
.actxsmalljustify{
font-size:x-small;
text-align: justify;
color:NETQUOTEVAR:FGCOLORCSS;}
I've assigned this style to the product description as follows
<td><span class="actxsmall"><b>NETQUOTEVAR:PRODUCTPRICE</b></span> <br>
<span class="actxsmalljustify">NETQUOTEVAR:PRODUCTDESCRIPTION</span>
</td>
This doesn't seem to have made any difference at all as the text remains left justified instead of left and right justified. What am I doing wrong?
Thank you
I've created a new css style based on actxsmall as follows:-
.actxsmalljustify{
font-size:x-small;
text-align: justify;
color:NETQUOTEVAR:FGCOLORCSS;}
I've assigned this style to the product description as follows
<td><span class="actxsmall"><b>NETQUOTEVAR:PRODUCTPRICE</b></span> <br>
<span class="actxsmalljustify">NETQUOTEVAR:PRODUCTDESCRIPTION</span>
</td>
This doesn't seem to have made any difference at all as the text remains left justified instead of left and right justified. What am I doing wrong?
Thank you
Comment