When trying to set border-radius to 14px for the textarea, it shows a missing attribute name.
<input id="txtDateRange" type="text" name="daterange" value="" style="width:80%; border-radius: 14px;" class="PrintHide" />
What is the correct way to do this? I have searched but couldn't find the solution I need.
Thank you.