Edit mode | highlight text | hit the Insert Link button | hit the URL browse button.
Result:

There is nothing obvious in the browser Developer Tools.
Any ideas or suggestions?
Many thanks.
facebook: the meeting point ebay: the market place CMSimple: your home at the www
Impressum - Legal Notice | Datenschutzerklärung - Privacy Policy
Code: Select all
$fb_access = FALSE;
if (isset($_SESSION['fb_sn']) && $_SESSION['fb_session'] === session_id()) $fb_access = TRUE;
if ($fb_access === FALSE) die('no access');