Announcement

Collapse
No announcement yet.

backgroung image in mini new products and best seller

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

    backgroung image in mini new products and best seller

    Hi guys,

    Trying to add the code in the mini new products and mini best sellers layouts but it is not changing. The untouched code is here:

    <p class="text_product_small_info_heading"><actinic:variable formatting="font(Color|000000),bold" encoding="actinic" name="ProductName" /></p>
    <div class="product_image_cost">
    <actinic:block if="%3cactinic%3avariable%20name%3d%22ProductImageFileName%22%20%2f%3e%20%21%3d%20%22%22">
    <a href="<actinic:variable name="SearchCGIURL" />?PRODREF=<actinic:variable Name="ProductID" />&amp;NOLOGIN=1<actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">&amp;SHOP=<actinic:variable name="ShopID" /></actinic:block>">
    <a href="<actinic:variable name="SearchCGIURL" />?PRODREF=<actinic:variable name="ProductReference" />&amp;NOLOGIN=1<actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">&amp;SHOP=<actinic:variable name="ShopID" /></actinic:block>">
    <img src="<actinic:variable name="ProductImageFileName" />" width="75" alt="<actinic:variable name="ProductName" />" />
    </a>
    </actinic:block>
    </div>
    <div>
    <p class="text_product_small_info_price">
    <Actinic:PRICES PROD_REF="<actinic:variable Name="ProductID" />" RETAIL_PRICE_PROMPT="<Actinic:Variable Name="ProductPriceDescription"/>">
    <actinic:variable value="Marketing Price List" name="PriceListRetail" />
    </Actinic:PRICES>
    </p>
    <p class="text_product_small_info"><actinic:variable formatting="style|actsmall" encoding="actinic" name="ProductDescription" /><br>
    <a href="<actinic:variable name="SearchCGIURL" />?PRODREF=<actinic:variable Name="ProductID" />&amp;NOLOGIN=1<actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">&amp;SHOP=<actinic:variable name="ShopID" /></actinic:block>">find out more</a></p>
    </div>

    Where do I add the <a href=""> for an image or <bgcolor=""> for a color
    in the code??


    TIA.

    Regards,
    Thanks!!

    Regards,

    Bob

    www.valleydecoratingdepot.com

    #2
    you dont.

    neither of those tags will work.

    the anchor (<a>) tag is for linking and bgcolor isnt a tag, its an attribute. dont do what you're about to do, or you'll make baby jesus cry.

    <img src="" /> : an image tag
    <span style="background-color: #F0F7FB;"></span> : setting a background in an element

    Comment


      #3
      i suggest damn good html book, before you break your shop sir.

      Comment

      Working...
      X