QuickBaseCoachD
8 years agoQrew Captain
HTML help on too much vertical space for a large font on a report.
I have the formula below and I'm writing an interesting app for Mobile use, but using the Desktop interface. But the target device is a smartphone. As an aside, I think my approach is an innovative method of getting around the shortcomings of Quick base Mobile without needing to resort to ViziApps. All navigation lands the user on a form, even a navigation to a report is within a form so that I can have extra navigation buttons on the top of the form. maybe when I'm done with the app I will post my screen shots.
But back to my question.
The landing page consists of two buttons, but because I need to use formuals, the Buttons are actually on two reports on the Dashboard.
The buttons work fine, but they have about twice the vertical space on the single line of the report that they need. How can I maintain the font size, but have less white space top and bottom of the button within the 1 line, 1 column report.
Here is my current formula text Hyperlink
var text URL = [Check In URL];
var text Words = "<b><p style=font-size:125px><font color=blue>"
& "Check In";
"<a href=" & $URL & ">" & $Words & "</a>
But back to my question.
The landing page consists of two buttons, but because I need to use formuals, the Buttons are actually on two reports on the Dashboard.
The buttons work fine, but they have about twice the vertical space on the single line of the report that they need. How can I maintain the font size, but have less white space top and bottom of the button within the 1 line, 1 column report.
Here is my current formula text Hyperlink
var text URL = [Check In URL];
var text Words = "<b><p style=font-size:125px><font color=blue>"
& "Check In";
"<a href=" & $URL & ">" & $Words & "</a>