Is it possible to link to another link on the same page using the # link with Java html in a JTextPane.
I have tried:
<a href='#Bottom>
<a name='Bottom'></a>
and tried it:
<a href=\"#Bottom\">
<a name=\"Bottom\"></a>
Separated by a load of text in my test, but it doesn’t scroll the page down to the bottom? Is it just a feature that it won’t do?
TIA
To answer my own question simply, its not possible to do it simply as you would with HTML.