Dear myersjosh,
I have tested it in the following two scenarios, in these two scenarios, link works fine:
Test enviornment: Windows 7 & IE8.0
Scenario 1:
1. open link http://cutesoft.net/example/general.aspx
2. click button "insert image", insert image http://cutesoft.net/uploads/10n2.jpg
3. select image
4. click button "Insert HyperLink", input "http://www.google.com" in "Url" in that poped up dialog
5. click button "Center"
6. switch to "Preview" view, click image, it will redirect to google, the anchor is valid
The HTML Code is:
<a href="http://www.google.com"><div align="center"><img border="0" alt="" src="http://cutesoft.net/uploads/10n2.jpg" width="135" height="85" /></div></a>
Scenario 2:
1. open link http://cutesoft.net/example/general.aspx
2. click button "insert image", insert image http://cutesoft.net/uploads/10n2.jpg
3. select image
4. click button "Center"
5. click button "Insert HyperLink", input "http://www.google.com" in "Url" in that poped up dialog
6. switch to "Preview" view, click image, it will redirect to google, the anchor is valid
The HTML Code is:
<div align="center"><a href="http://www.google.com"><img src="http://cutesoft.net/uploads/10n2.jpg" alt="" border="0" width="135" height="85" /></a></div>
Regards,
Eric