Can a style sheet be linked to a form?
Posted: 02 Mar 2017
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">
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="stylesheet" href="/resources/demos/style.css">