Matt L
08/07/2023, 2:19 PMMatt L
08/07/2023, 2:47 PMMatt L
08/07/2023, 2:48 PMTony Zuko
08/07/2023, 5:18 PMhttps://suiteanswers.custhelp.com/app/answers/detail/a_id/77032/loc/en_USIt mentions that help text has some native HTML support, but it has specific guidance on what is possible. In your case, it looks like the <html> tag itself is not supported, which could be confusing the algorithm. Secondly, it looks like your <a> tag is misconstrued. The
href=
attribute needs to go into the tag itself, rather than in the content between the tags. Here is an article with examples! https://www.w3schools.com/tags/tag_a.aspMatt L
08/07/2023, 5:29 PMJono
08/08/2023, 1:09 AMTony Zuko
08/08/2023, 3:48 PM>
character in <a> href…>…</a>
in your screenshot, which you fixed in the follow-up message. I didn’t see the two in the screenshot initially so I thought it was just <a> href … </a>
when I made my first reply.Tony Zuko
08/08/2023, 3:51 PM