Relative links in TinyMCE problem
Posted: Wed Sep 26, 2007 7:47 pm
Hey guys,
I've searched the forums for this problem and there are quite a lot of topics about it, but none seem to have a solution...
Whenever I try to insert an internal link to a page (e.g., #Test), the generated HTML comes out ok (I think):
Firefox and Internet Explorer interpret these links as links to: http://www.domain.com/#Test
Is there a way to make TinyMCE make links to http://www.domain.com/page_the_anchor_resides_on/#Test?
I've searched the forums for this problem and there are quite a lot of topics about it, but none seem to have a solution...
Whenever I try to insert an internal link to a page (e.g., #Test), the generated HTML comes out ok (I think):
Code: Select all
<a href="#Test">Go to test</a>
Is there a way to make TinyMCE make links to http://www.domain.com/page_the_anchor_resides_on/#Test?