Wow, I have to agree with Chris -- all that mess of divs just for rounded corners?? Not at all necessary.
In one place you have this:
Quote:
<div style="text-align:center">
<p><a href="billing/" title="Customer Portal"> <img src="http://www.600host.net/files/images/customerportal.png" alt="Customer Service Portal" width="400" height="110" /></a>
</p>
</p>
<div>
</div>
</div>
|
You have an extra </p> tag in there, and you have an empty useless set of <div></div> tags following it. There is at least one more of the same elsewhere in your page.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|