AdamKeever1
5 years agoQrew Commander
Re: Oval buttons and other changes?
From @Kirk Trachy's Magic Buttons app in the Quickbase Exchange (change the border-radius property):
------------------------------
Adam Keever
------------------------------
"<a style=\"text-decoration:none; background: #f90; border-radius: 5px; color: #fff; display: inline-block; padding: 8px 20px; width:310px; text-align: center; text-shadow: none; \"href='" & [_DBID_TASKS] & "?act=API_GenAddRecordForm&_fid_48=" & [Record ID#]& "&z=" & Rurl()& "'>39B. Add Task with your own CSS Color</a>"
// This contains your own CSS button. This option allows you to create colored buttons that display in Mobile and they display in your emails.
// If you use a formula URL or a formula text field with QuickBase's own class=Vibrant... they will not survive in emails or mobile applications. All you will get is a text with an underscore. If you use your own CSS they live on an prosper. :-)
------------------------------
Adam Keever
------------------------------