When I put in anchors, click on preview, and then click the link to see if the anchor works, a new browser window opens up. For an example, if you go to
http://cutesoft.net/example/general.aspx and put the following code in:
click <a href="#blah">here </a><br />
<br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br />
<br />blah <a id="blah" name="blah"></a>
and then click on the Preview tab on the bottom of the editor, and then click the "click here" link up top, it will open a new browser window rather than take you to the bottom of the same window where the anchor is. Is there a way around this? Thanks.