So I created a simple table to align a graphic and some text -
http://www.streetortrack.com/Ford-style-universal-ALL-PRO-radiators-c-1214.html and dropped this html into the category 'description' in x-cart admin:
Code:
<table>
<tr>
<td valign="top">
<p align="center">
[img]files/images/northern/CR5145index.jpg[/img]</td>
</tr>
<tr>
<td>
The Ford style universal fit radiators feature an upper right inlet and a lower left outlet. They will work with any engine, however you will find these radiators more convenient if your hoses already attatch to the same locations. These radiators feature a 7 plate all aluminum high performance transmission cooler and can be used in either manual or automatic vehicles.</td>
</tr>
</table>
Any ideas on why there is a huge white space at the top?
Thanks!