Hi,
When i paste this
<a href="/sales/contact.html">Contact</a> link in the view source mode on VFE then the VFE editor changes the link to
<a href="http://teamsite/sales/contact.html">Contact</a> or
<a href="sales/contact.html">Contact</a>, that is, adds the machine name or removes the root(first) / from the link.
How to avoid these updates/changes and use the link from the root?
Thanks in advance.
John