href automatically modified in HTML code
Posted: Thu Oct 06, 2005 7:23 am
Hi all,
I'm having some trouble with getting the plain HTML editor to leave my href's unchanged. When I enter something like
then it is always changed to
My current workaround is to have two user-defined tags {lt} and {gt} that just echo "":
This works, but sure there must be a better way! Can anyone enlighten me?
Greetings,
Jörg
I'm having some trouble with getting the plain HTML editor to leave my href's unchanged. When I enter something like
Code: Select all
<area shape="poly" coords="226,180,..." href="index.php?page=test" />
Code: Select all
<area shape="poly" coords="226,180,..." href="http://www.mysite.comindex.php?page=test" />
Code: Select all
{lt}area shape="poly" coords="226,180,..." href="index.php?page=test" /{gt}
Greetings,
Jörg