Announcement

Collapse
No announcement yet.

Productdescription Column Width

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Productdescription Column Width

    Hi

    I am trying to constain the width (to 200px) of the PRODUCTDESCRIPTION field (to cause it to wrap rather than extend to the right) in the productline template without success.

    Am I missing something ?

    Code below:

    <!-- ProductLine HTML begin -->
    <!-- Insert HTML for the top of the individual product -->
    NETQUOTEVAR:INCLUDE Act_ProductSeparator.html
    NETQUOTEVAR:ENDSEPARATOR
    NETQUOTEVAR:PRODUCTFORMBEGIN
    <tr>
    <td rowspan="3" valign="TOP" align="CENTER"> NETQUOTEVAR:TEMPLATEBEGINXML NETQUOTEVAR:PRODUCTIMAGE </td>
    <td width=200 valign="TOP" align="LEFT" ><a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actsmallr"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
    <BR>
    Reference: NETQUOTEVAR:PRODUCTREFERENCE </td>
    <td>&nbsp;</td>
    </tr>

    <tr>
    <td width=200><span class="actxxsmall">NETQUOTEVAR:PRODUCTREF<br>
    NETQUOTEVAR:PRODUCTDESCRIPTION&nbsp;NETQUOTEVAR:EXTINFOLINK</span></td>
    <td>&nbsp;</td>
    </tr>

    <tr>
    <td valign="TOP" align="LEFT">NETQUOTEVAR:EXTINFOBUTTON <span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINK NETQUOTEVAR:PRODUCTLINKTEXT NETQUOTEVAR:PRODUCTENDLINK
    NETQUOTEVAR:PRICEEXPLANATION</span><br>
    <b>NETQUOTEVAR:PRODUCTPRICE</b> <span class="actxsmall">NETQUOTEVARISCOUNTINFO </span> <span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span> <span class="actxsmall">NETQUOTEVARATEPROMPT <br>
    NETQUOTEVAR:PRODUCTQUANTITY</span> </td>
    <td valign="bottom" align="LEFT" ><span class="actxsmall">NETQUOTEVAR:CARTERRORXML
    <Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
    </span> NETQUOTEVAR:TEMPLATEENDXML </td>
    </tr>


    NETQUOTEVAR:PRODUCTFORMEND
    NETQUOTEVAR:NEXT
    <!-- Insert HTML for the bottom of the individual product -->
    <!-- ProductLine HTML end -->

    #2
    OK - I now know the answer to my problem - there was nothing wrong with my code.

    The problem was with my test data ie. the text string (without spaces) was too long - I did not realise that HTML needs a space to wrap on.

    Apologies if I wasted anyone's time with this.

    Comment

    Working...
    X