Im actually using the default template that came with the Zencart itself.
I also noticed that the text is not inside a table or anything
If this is true...you have taken a tabless design and added not only tables but nested them inside each other. So that almost each item exists within a table. As you seem to know your way around tables, place what you want centered in a table and position it using tables. Couple of examples:
Code:
rc="images/Movie3.swf" wmode="transparent quality="high"...></embed></object></td>
</tr>
</table>
</div></td>
</tr>
</table>
<table width="96%" height="45" align="center" cellpadding="0" cellspacing="0" bgcolor="#FF9933" class="headershipping">
<tr>
<td align="center" valign="middle"> <script language="JavaScript1.2" type="text/javascript">
Code:
</script>
<table border="0" cellpadding="0" cellspacing="0" width="800">
<!-- fwtable fwsrc="Untitled" fwbase="Untitled-28.gif" fwstyle="Dreamweaver" fwdocid = "539025190" fwnested="0" -->
<tr>
<td><img src="images/spacer.gif" width="739" height="1" border="0" alt="" /></td>
<td><img src="images/spacer.gif" width="54" height="1" border="0" alt="" /></td>
<td><img src="images/spacer.gif" width="7" height="1" border="0" alt="" /></td>
<td><img src="images/spacer.gif" width="1" height="1" border="0" alt="" /></td>
</tr>
<tr>
<td colspan="3"><img name="Untitled28_r1_c1" src="images/Untitled-28_r1_c1.gif" width="800" height="11" border="0" id="Untitled28_r1_c1" alt="" /></td>
<td><img src="images/spacer.gif" width="1" height="11" border="0" alt="" /></td>
</tr>
<tr>
<td rowspan="2"><img name="Untitled28_r2_c1" src="images/Untitled-28_r2_c1.gif" width="739" height="34" border="0" id="Untitled28_r2_c1" alt="" /></td>
<td><a href="http://www.macropackaging.co.uk/shop/index.php?main_page=shippinginfo" target="_self" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Untitled28_r2_c2','','images/Untitled-28_r2_c2_f2.gif',1);"><img name="Untitled28_r2_c2" src="images/Untitled-28_r2_c2.gif" width="54" height="23" border="0" id="Untitled28_r2_c2" alt="Click here to read the conditions of our Free shipping." /></a></td>
<td rowspan="2"><img name="Untitled28_r2_c3" src="images/Untitled-28_r2_c3.gif" width="7" height="34" border="0" id="Untitled28_r2_c3" alt="" /></td>
<td><img src="images/spacer.gif" width="1" height="23" border="0" alt="" /></td>
</tr>
<tr>
<td><img name="Untitled28_r3_c2" src="images/Untitled-28_r3_c2.gif" width="54" height="11" border="0" id="Untitled28_r3_c2" alt="" /></td>
<td><img src="images/spacer.gif" width="1" height="11" border="0" alt="" /></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="96%" border="0" align="center" cellpadding="0" cellspacing="0" class="headernavigation" bordercolor="#999999">
<tr>
<td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#C4C5CC" class="headerNavigation">
<tr>
<td width="13" height="26" align="left" valign="middle"> </td>
<td width="48%" align="left" valign="bottom"><a href="http://www.macropackaging.co.uk/shop/index.php?main_page=index">Home</a> <span class="style4">▫▪▫</span>
<a href="http://www.macropackaging.co.uk/shop/index.php?main_page=login">Log In</a>
</td>
<td width="48%" align="right" valign="bottom">
</td>
<td width="13" align="right" valign="middle"> </td>
</tr>
</table></td>
</tr>
</table>
And specifically your orange boxes are in tables:
Code:
<td width="180" align="center" valign="middle"><table width="88%" border="1" align="center" cellpadding="3" cellspacing="0">
<tr>
<td><div align="left" class="style4"><span class="style5">1 Box = Standard</span></div></td>
</tr>
<tr>
<td><span class="style8">2 Boxes = 10% Discount</span></td>
</tr>
<tr>
<td><span class="style8">3 Boxes = 15% Discount </span></td>
</tr>
<tr>
<td><span class="style8">5 Boxes = 20% Discount </span></td>
</tr>
<tr>
<td><span class="style8">10 Boxes = 30% Discount </span></td>
</tr>
</table></td>
</tr>
</table> </td>