How to style HtmlService form elements with labels above input?
问题 I am trying to recreate a form that was written with the deprecated UiApp into an HtmlService version. I inherited most of this code so I am trying to learn/improve/tidy as I go. The old form looks like this, with a label above each input box: The best I can get the new form to look like is like this, with labels in line with inputs: The code I have so far is: <!--this line was missing--> <?!=HtmlService.createHtmlOutputFromFile('Stylesheet').getContent();?> <!--and including it fixes part