|
1) Have you looked at your page in Firefox? It's broken bad.
2) You mixed div's and table's. That makes it really hard to know what is where.
Here is the section of the code you are referring to
<div align="center" class="style13">
<table cellspacing="0" cellpadding="0" width="98%" align="center" border="0">
<tbody>
<tr>
<td bgcolor="#282b2d" height="22"><div align="center">Citroen Vans </div></td>
</tr>
</tbody>
</table>
<a href="courier.php"><br />
</a> <a href="berlingo.php">Berlingo 1996 on</a><a href="dispatch.php"><br />
<br />
Dispatch 1995-2007</a><a href="new_dispatch.php"><br />
<br />
New Disptach 2007 On<br />
<br />
</a><a href="relay.php">Relay upto 2006</a><a href="new_relay.php"><br />
<br />
New Relay Oct 2006 On</a>
<p> </p>
</div>
You need to add a style that section either by adding a div around the links to style or cleaning up the code by getting rid of the tables. I would do the latter.
Last edited by joder; 12-04-2007 at 12:48 PM..
|