I'm about to pull my hair out.... I don't know why my menu bars are spaced so much when the code is telling it not to....
http://www.danabutler.com/
http://www.danabutler.com/
PHP:
<?php
basic2col_contentfooter();
wp_footer(); ?>
<?php /*Basic2Col WordPress theme by Kristin K. Wangen http://wangenweb.com/ */ ?>
<?php
basic2col_contentfooter();
wp_footer(); ?>
<table
style="max-width: 850px; text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><img style="width: 130px; height: 79px;"
alt="Home" src="menu001.png"></td>
<td style="width: 850px;"><img
style="width: 247px; height: 79px;" alt="Photography"
src="menu002.png"></td>
<td><img style="width: 178px; height: 79px;"
alt="Artwork" src="menu003.png"></td>
<td><img style="width: 108px; height: 79px;"
alt="Links" src="menu004.png"></td>
<td><img style="width: 187px; height: 79px;"
alt="Contact" src="menu005.png"></td>
</tr>
</tbody>
</table>