I'd like to generate a template with the link / function : "go to top"
so part of the template is:
<a href='#'>goto top...</a>
Every time I copy this text as part of the template xml-file it will automatically
be replaced by:
<a href='file:///c:/fckeditor/editor/fckeditor.html#'>goto top...</a>
or
<a href='http://testserver/fckeditor/editor/fckeditor.html#'>goto top...</a>
'any hints how to prevent this replacement of '#'
to an absolute path?
thank you in advanced!
Sun, 10/29/2006 - 15:46
#1
RE: Templates: Insert link '#'