Page 1 of 1

Can a style sheet be linked to a form?

Posted: 02 Mar 2017
by davidnarramore
I put a jquery datepicker control on the new form and would like to use the following lines to format the control. How would I implement this?

<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="stylesheet" href="/resources/demos/style.css">

Re: Can a style sheet be linked to a form?

Posted: 03 Mar 2017
by Dmitry Kozlov
Drop an HTML-control onto your form and put the code into its Content property.