In WP 1.5.x, and I think this is more of a Standards type of question...
Do I put
<a href='http://mylink.net'><img src='http://mysite.com/mypic.jpg'></a>
OR
<a href="http://mylink.net"><img src="http://mysite.com/mypic.jpg"></a>
OR
<a href="http://mylink.net"><img src='http://mysite.com/mypic.jpg'></a>
Or it doesn't matter? I have a mixture in my templates, and want to start doing it correctly.