Insert Link

3.37K viewsCore
0

If i write a link in the editor it shows (not linked).

For example: www.google.com

If i add a link from the menu, it doesn’t show (but viewing the html code it IS THERE).

Example:

0

There is nothing wrong because you are missing anchor text, your current anchor is:

<a title="google com link" href="http://www.google.com"></a>

But it need to be:

<a title="google com link" href="http://www.google.com">Google</a>

Something is messing with it, not Anspress related. Thanks !