PDA

View Full Version : Image vertical alignment


Mr Questions!
02-Aug-2006, 11:59 AM
Ok, I know this is an easy one.

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

Ta

wjcampbe
02-Aug-2006, 12:45 PM
:confused: The product template? :confused:

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).

acompton
02-Aug-2006, 12:57 PM
If its the product image you're after, its in Act_ProductLine.html, near the top, the table cell entry looks like this:
<tr>
<td rowspan="1" valign="TOP" align="CENTER"> NETQUOTEVAR:TEMPLATEBEGINXML NETQUOTEVAR:PRODUCTIMAGE
</td>

Alan