Suppose I have a myFile.html file containing a link
<a href="myFile.html#myAnchor"> Go to anchor! </a>
which points to an anchor in the same file:
<a name="myAnchor"> I knew you would come here! </a>
When I load the file in the TextMate HTML window, apparently, the link to the anchor does not work (when I click on it, the HTML page goes blank). What am I doing wrong?
Thanks, Piero