Announcement

Collapse
No announcement yet.

Links

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Links

    Hi

    I have some users who put HTML links in the description field in an account record.


    So if I inspect the link using the developer tools, I see the following code:

    <a href="https://wisdom.company.com/pages/viewpage.action?pageId=4055522">https://wisdom.company.com/pages/viewpage.action?pageId=40955522</a>



    What the code needs to look like to get the functionality the users have requested.

    <a href="https://wisdom.company.com/pages/viewpage.action?pageId=4055522" target="_blank">Link</a>



    When they open the record and click the link, the link obviously opens in the active tab and not in a NEW browser tab.

    Is there a file that can be modified to change the default behaviour of a link to open in a new window rather than the active one?

    Thanks

    Mac

  • #2
    in description field (text type) you can type [link](https://wisdom.company.com/pages/vie...ageId=40955522), but the link will open in the same tab
    on wysiwyg type field you can set html in code view mode

    Comment


    • #3
      Thanks Tanya.

      Comment

      Working...
      X