Forum Discussion
AhuvaBrown
4 years agoQrew Cadet
The image you attached isn't displaying for me, but the following code produces this result:
var text url = "<a href=' " & [test url] & " '> link text</a>"; //test url is a formula url field containing "https://www.google.com/"
"<div><span><table style='border:1px solid #aaa; border-collapse: collapse; background-color:#eee;table-layout:fixed; width:100px; '><thead></thead><tbody>" &
"<tr><td style='color: black; font-size: 8pt;'>URL: </td><td style='color: black; font-size: 8pt;'>" & $url & "</td></tr></tbody></table></div>"
------------------------------
Ahuva Brown
------------------------------
var text url = "<a href=' " & [test url] & " '> link text</a>"; //test url is a formula url field containing "https://www.google.com/"
"<div><span><table style='border:1px solid #aaa; border-collapse: collapse; background-color:#eee;table-layout:fixed; width:100px; '><thead></thead><tbody>" &
"<tr><td style='color: black; font-size: 8pt;'>URL: </td><td style='color: black; font-size: 8pt;'>" & $url & "</td></tr></tbody></table></div>"
------------------------------
Ahuva Brown
------------------------------