I cannot view your page currently, but to remove the blue IE border you apply the css to the image, rather than the link:
a img { border: none; }
If your page is generated by PHP then, when you echo HTML, you can add line-breaks (\n) to tidy the source:
PHP Code:
echo "<p>Hi there</p>\n";
__________________
"I'm here to save your life. But if I'm going to do that, I'll need total uninanonynymity." Me Myself & Irene.
Validate your HTML and CSS