Announcement

Collapse
No announcement yet.

Image vertical alignment

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

    Image vertical alignment

    Ok, I know this is an easy one.

    Just want to know which template controls the vertical alignment of the product image.

    Ta

    #2
    The product template?

    If you mean how, find the cell the image is in and add or alter the valign= attribute of that cell - example <td valign="top" - will have the top the image at the top of the cell (subject to any cellpadding you are using - but that should be consistent on all images).
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      If its the product image you're after, its in Act_ProductLine.html, near the top, the table cell entry looks like this:
      Code:
      <tr>
        <td rowspan="1" valign="TOP" align="CENTER"> NETQUOTEVAR:TEMPLATEBEGINXML NETQUOTEVAR:PRODUCTIMAGE 
        </td>
      Alan

      Comment

      Working...
      X