This is a bit of a strange one. I've created a table containing three cells to display "Quantity" "Price" and "Add to Cart" The code is as follows:
<table border="1" width="100"%>
<tr>
<td align="center"> NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY </td>
<td align="center"> NETQUOTEVAR:PRODUCTPRICE </td>
<td align="center"> <Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
NETQUOTEVAR:TEMPLATEENDXML
</td>
</tr>
</table>
For some reason the "Quantity" field or "QTY" as I've renamed it stays glued to the bottom of the cell. The other two fields reposition using Valign="top" Valign="Middle" etc., But the QTY field will not obey this command. It should position to the middle by default, but for some strange reason it hasn't.
Does anyone have any ideas as to what is happening here?
Thanks,
Myles Sinclair
<table border="1" width="100"%>
<tr>
<td align="center"> NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY </td>
<td align="center"> NETQUOTEVAR:PRODUCTPRICE </td>
<td align="center"> <Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
NETQUOTEVAR:TEMPLATEENDXML
</td>
</tr>
</table>
For some reason the "Quantity" field or "QTY" as I've renamed it stays glued to the bottom of the cell. The other two fields reposition using Valign="top" Valign="Middle" etc., But the QTY field will not obey this command. It should position to the middle by default, but for some strange reason it hasn't.
Does anyone have any ideas as to what is happening here?
Thanks,
Myles Sinclair
Comment