PDA

View Full Version : Lay out of Drop down Attributes within Components


chrismarques
11-Aug-2003, 01:10 PM
Hi Everyone,

I believe I have a work around regarding the lay out of attributes which are held inside components here it goes hope it helps!,

1.First use the following cell (borrowed from a previous post) in your product page :

<td valign="top" align="Center" class="prodprice">
NETQUOTEVAR:VARIANTLABEL1<br>
NETQUOTEVAR:VARIANTSELECTOR1
</td>
<td align="right"><br>
NETQUOTEVAR:VARIANTADDTOCARTBUTTON
</td>

Then go into your individual attributes and set user defined and paste the following in the HTML field

</td><td width="100px" valign="top" align="Center">

This should lay out all the attributes when inside a component in a neat row

Thisdoesn't work for multiple components.

Kind regards
Chris

cdicken
13-Aug-2003, 08:50 AM
Thanks Chris

A handy trick indeed.

chrismarques
13-Aug-2003, 06:02 PM
glad to be able to help for once!
:D