When viewing products with many components/options the components/options seem very spaced out. This appears to be due to the use of BLOCKQUOTEs - see example below. Is there any need for this?
<SPAN CLASS="actxsmall">
<INPUT TYPE=CHECKBOX NAME="v_ps-tor-rmw-adult_4" >
Print Numbers £2.00 extra per shirt
<BLOCKQUOTE><Actinic:PRICE_EXPLANATION PROD_REF="ps-tor-rmw-adult" COMPONENTID=1></Actinic:PRICE_EXPLANATION></BLOCKQUOTE>
</SPAN><BR>
<SPAN CLASS="actxsmall">
<INPUT TYPE=CHECKBOX NAME="v_ps-tor-rmw-adult_5" >
Print sponsor name/logo £2.00 extra per shirt
<BLOCKQUOTE><Actinic:PRICE_EXPLANATION PROD_REF="ps-tor-rmw-adult" COMPONENTID=2></Actinic:PRICE_EXPLANATION></BLOCKQUOTE>
</SPAN><BR>
<SPAN CLASS="actxsmall">
<INPUT TYPE=CHECKBOX NAME="v_ps-tor-rmw-adult_4" >
Print Numbers £2.00 extra per shirt
<BLOCKQUOTE><Actinic:PRICE_EXPLANATION PROD_REF="ps-tor-rmw-adult" COMPONENTID=1></Actinic:PRICE_EXPLANATION></BLOCKQUOTE>
</SPAN><BR>
<SPAN CLASS="actxsmall">
<INPUT TYPE=CHECKBOX NAME="v_ps-tor-rmw-adult_5" >
Print sponsor name/logo £2.00 extra per shirt
<BLOCKQUOTE><Actinic:PRICE_EXPLANATION PROD_REF="ps-tor-rmw-adult" COMPONENTID=2></Actinic:PRICE_EXPLANATION></BLOCKQUOTE>
</SPAN><BR>
Comment