Guys, I need some help:
You may also be interested in this/these product(s)
I want to align everything on the center but nothing change.
<hr/>
<h3><?php echo $VM_LANG->_(‘PHPSHOP_RELATED_PRODUCTS_HEADING’) ?> </h3>
<table width=”100%” align=”center”>
<tr>
<?php
while( $products->next_record() ) { ?>
<td valign=”top”>
<?php echo $ps_product->product_snapshot( $products->f(‘product_sku’) ) ?>
</td>
<?php
}
?>
</tr>
</table>
Is this the right area where i update the code?
vertical-align:bottom
display:block;
width:165px;
I want to add the following in it but nothing change when i add these code.