Announcement

Collapse
No announcement yet.

Images at the top?

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

    Images at the top?

    Hi Guys,

    I'd like my product images to be aligned with the description text so that the images for all products are top justified.

    Yu can see the product layout at TIGGYPIG.COM and the images are all middle justified rather than top justified.

    Ive peeped into Act_Primary but cannot see which one to change.

    Any suggestions?

    #2
    Try adding align="top" after your img src tag
    Thanks in advance.

    Jonathan Moss
    www.memixdirect.com

    Comment


      #3
      if its the product pages you are talking about then act_productline.htm

      or if it is at section level then act_sectionline.htm

      Comment


        #4
        Hi,

        Open the template that you are using for your products (usually Act_ProductLine.html). Add:

        valign="top"

        to the <td> tag before NETQUOTEVAR:PRODUCTIMAGE. It should look like:

        <td valign="top">
        ********************
        Tracey
        SellerDeck

        Comment

        Working...
        X