2016-10-02, 12:54:43
Evening,
it's be nice of when adding a url in ckeditor there was an option to add the url name
currently link to url only gives you the url option so the code looks like
instead of
John
it's be nice of when adding a url in ckeditor there was an option to add the url name
currently link to url only gives you the url option so the code looks like
Code:
<a href="http://www.google.com" target="_blank">http://www.google.com</a>
Code:
<a href="http://www.google.com" target="_blank">Google is your friend</a>
John