As demo, please refer to the demo product of Zen Cart v1.3.x
Hewlett Packard LaserJet 1100Xi Linked
http://your_zc_demo_site/index.php?m...products_id=27
Also attached a screen shot of the the Step 3 of 3 - Order Confirmation,
with outlined, pls refer to the attached image of step_3of3.jpg below.
And from view page source, there have:
HTML Code:
<table width='100%' cellspacing='0' cellpadding='0' border='0' id='cartContentsDisplay'>
<tbody>
<tr class='cartTableHeading'>
<th width='30' id='ccQuantityHeading' scope='col'>
Qty.
</th>
<th id='ccProductsHeading' scope='col'>
Item Name
</th>
<th id='ccTotalHeading' scope='col'>
Total
</th>
</tr>
<tr>
<td class='cartQuantity'>
1 x
</td>
<td class='cartProductDisplay'>
Hewlett Packard LaserJet 1100Xi Linked
</td>
<td class='cartTotalDisplay'>
$499.99
</td>
</tr>
</tbody>
</table>
In the above source shown what classes and ids are used.
Please note that most of them are set as center.
Configure them of what is fit in your style sheet.
Hope this helps.