Hi,

I'd like wrap the price, more info and units in DIV tags to be able to style them.

My current structure looks like this:

Code:
<td class="productListing-data">
$94.00
<br/>
<br/>
<a href="http://localhost/index.php?main_page=product_info&cPath=67_68&products_id=193">... more info</a>
<br/>
</td>
Many thanks