callenords Posted October 12, 2008 Posted October 12, 2008 In the checkout_confirmation.php I've made som changes. I have moved "totlal price" to the same part of the table as where all the the products in the shopping cart are lised. How do i move the total price to the right part of the table? It is stuck to the left. It doesnt help if I write: <td class="main" align="right" valign="bottom"> <?php if (MODULE_ORDER_TOTAL_INSTALLED) { echo $order_total_modules->output(); } ?></td> Thanks!
arietis Posted October 12, 2008 Posted October 12, 2008 How do i move the total price to the right part of the table? It is stuck to the left. It doesnt help if I write: how many <td>s do you have in that row? maybe you need to add a colspan= attribute to get it to move over some. without a link to your site, that's all i got.
callenords Posted October 13, 2008 Author Posted October 13, 2008 Thanks, but: I changed it to colspan="4" and made a <div align="right"> but i still doesn't work! No problem with text, but the php code is stuck to the left!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.