Hi,
Was wondering whats the best way to achieve this table layout using CSS?
Have been trying to work out the best way but i keep over complicating it.
any ides?
Thanks
Ben
Was wondering whats the best way to achieve this table layout using CSS?
Code:
<table width="80%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td width="24%"><img src="images/redstar.gif" width="19" height="19"></td>
<td width="76%"><a class="but" href="#">Home</a></td>
</tr>
<tr>
<td><img src="images/redstar.gif" width="19" height="19"></td>
<td><a class="but" href="#">Menu</a></td>
</tr>
<tr>
<td><img src="images/redstar.gif" width="19" height="19"></td>
<td><a class="but" href="#">Home Delivery</a></td>
</tr>
<tr>
<td><img src="images/redstar.gif" width="19" height="19"></td>
<td><a class="but" href="#">Location</a></td>
</tr>
</table>
Have been trying to work out the best way but i keep over complicating it.
any ides?
Thanks
Ben