Hi Paul,
Thanks for your reply.
The problem will occur when you are adding an URL that is not started with "www". In your example, you are using the
www.google.co.uk for testing. It works fine.
However, when you are adding an URL that is not started with "www" - for example most of the entries in Wikipedia, the "http" is being stripped off...
Takes this URL for example...
en.wikipedia.org/wiki/Joomla
This is what I get...
| Code: |
<p>
<a href="en.wikipedia.org/wiki/Joomla">Joomla</a></p>
|
I had double checked and ensured that "http" is selected in the protocol drop down list, but the prefix is not being added back. When I select the link word and click on the edit link button, the protocol "other" is automatically selected instead. I reselect the "http" as my choice, and click on OK, it gives me the same outcome - the "http" is missing.
Is this a bug in current release that only recognize URL that starts with "www" as http link?
PS:
The same problem is duplicated in FireFox 3.5 and IE8. I haven't tried any other browser, but am expecting the same outcome.