does anyone have any idea why the below html auction template completely mucks up as soon as one letter or even comma is changed!
Its so weird does anyone have any ideas is it to stop people nicking the template?
I will pay np to someone who resolves this
here is the html
<style type="text/css">
<!--
#mainTable {width: 100%; font-family: Geneva, Arial, Helvetica, sans-serif; border-collapse: collapse;}
#mainTable td.border {border: 2px solid #000000; padding: 0px; background-color: #FFFFFF;}
.header {border: 2px solid #000000; background-color: #352E2C; background-image: url("http://www.aucgen.com/templates/imgs/background_motors1.gif");
background-repeat: repeat; background-position: left top; vertical-align: middle; width: 100%;}
.nav {border: 2px solid #000000; background-color: #FF9900;}
#infoTable {border-collapse: collapse; height: 100%; width: 100%;}
.infoHeader {background-image: url("http://www.aucgen.com/templates/imgs/infoHeader_motors1.gif"); background-repeat: repeat-x; height: 21px;
background-position: top; padding: 0px;}
.info {padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 15px; text-align: left;}
--></style>
<table id="mainTable">
<tbody>
<tr>
<td class="header" colspan="2">
<table cellpadding="4" width="100%">
<tbody>
<tr>
<td align="left"></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="nav" align="center" colspan="2">
<table cellpadding="4">
<tbody>
????: NamePros.com http://www.namepros.com/programming/94633-will-pay-np-help-auction-template.html
<tr>
<td><a href="sdaf">Contact Me</a> </td>
<td><a href="asdf">View My Feedback Profile</a> </td>
<td><a href="asdf">About Me</a> </td>
<td><a href="sadfsadf">Add Me To Your Favorite Seller List </a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="border" valign="top" align="center" width="50%">
<table width="100%">
<tbody>
<tr>
<td align="center">
<h2>{AUCTION TITLE}</h2>
</td>
</tr>
<tr>
<td align="center"><img src="http://www.aucgen.com/pics/img_placeholder.gif" border="0" alt=""/> </td>
????: NamePros.com http://www.namepros.com/showthread.php?t=94633
</tr>
</tbody>
</table>
</td>
<td class="border" valign="top" width="50%">
<table id="infoTable">
<tbody>
<tr>
<td align="left"><img src="http://www.aucgen.com/templates/imgs/itemDescription_motors1.gif" alt=""/> </td>
</tr>
<tr>
<td class="info">{AUCTION DESCRIPTION} </td>
</tr>
<tr>
<td align="left"><img src="http://www.aucgen.com/templates/imgs/shippingInfo_motors1.gif" alt=""/> </td>
</tr>
<tr>
<td class="info">asdfasdfsadf </td>
</tr>
<tr>
<td align="left"><img src="http://www.aucgen.com/templates/imgs/paymentInfo_motors1.gif" alt=""/> </td>
</tr>
<tr>
<td class="info">asdf </td>
</tr>
<tr>
<td align="left"><img src="http://www.aucgen.com/templates/imgs/returnPolicy_motors1.gif" alt=""/> </td>
</tr>
<tr>
<td class="info">asdf </td>
</tr>
<tr>
<td align="left"><img src="http://www.aucgen.com/templates/imgs/otherPolicies_motors1.gif" alt=""/> </td>
</tr>
<tr>
<td class="info">asdf </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align="right" colspan="2"><a style="TEXT-DECORATION: none" href="http://www.aucgen.com"><span style="FONT-SIZE: 10px">powered by aucgen.com</span></a> </td>
</tr>
</tbody>
</table>
can any1 help