Hmm, I thought it would but you're right, it doesn't
Try this instead:
<a onclick="document.location='MyPage.htm'">My Page</a>
Now it won't look like a link but that can be fixed using CSS.
<a style="text-decoration:underline; color:blue; cursor:hand;" onclick="document.location='MyPage.htm'">My Page</a>