Forum Discussion
MarkShnier__You
Qrew Legend
5 years agosee if this works for you.
// Begin button style
var text bgcolor = "#34A853";
var text txtcolor = "white";
var text style = "style=\"text-decoration: none; width: 150px; text-align: center; background:" & $bgcolor & "; border-radius: 5px; padding: 8px 20px; color: " & $txtcolor & "; display: inline-block; font: normal 700 24px/1 \"Calibri\", sans-serif; text-shadow: none;";
// End button style
var text URL = "javascript:DoSaveAdd()";
"<a " & $style & " href=" & $URL & ">" & "Save" & "</a>"
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
// Begin button style
var text bgcolor = "#34A853";
var text txtcolor = "white";
var text style = "style=\"text-decoration: none; width: 150px; text-align: center; background:" & $bgcolor & "; border-radius: 5px; padding: 8px 20px; color: " & $txtcolor & "; display: inline-block; font: normal 700 24px/1 \"Calibri\", sans-serif; text-shadow: none;";
// End button style
var text URL = "javascript:DoSaveAdd()";
"<a " & $style & " href=" & $URL & ">" & "Save" & "</a>"
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
NirajShah4
5 years agoQrew Cadet
Thank you so much, Mark!
This is extremely valuable for me to utilize and build off of.
Much appreciated.
------------------------------
Niraj Shah
------------------------------
This is extremely valuable for me to utilize and build off of.
Much appreciated.
------------------------------
Niraj Shah
------------------------------