Forum Discussion
MarkShnier__You
Qrew Legend
5 years agobtw, if you wanted to open a new tab
var text URL = "http://www.google.com";
var text Words = "search";
"<a href=" & $URL & " target=_blank>" & $Words & "</a>"
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
var text URL = "http://www.google.com";
var text Words = "search";
"<a href=" & $URL & " target=_blank>" & $Words & "</a>"
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
SaviNewman1
5 days agoQrew Trainee
Is there anyway to include image width/height to this code? I keep playing with it and it tells me theres an error in my code.
- PrashantMaheshw5 days agoQrew Captain
var text url ="https://www.google.com";
var text Image = "<img src=https://x.com/icons/checked.png width= 32 height=32>";
"<a href=" & $URL & " target=_blank>" & $image & "</a>"