Form fields touches on new line
600830Jan 14 2009 — edited Jan 21 2009Hi,
I've a DML Form with fields on new line like this:
textfield_1
datepicker_1
datepicker_2
datepicker_3
textfield_2
datepicker_4
textarea_1
It is using an html region with the form region template. The problem is the datepicker_1 touches the top of datepicker_2 and datepicker_2 touches the top of datepicker_3.
datepicker_3 touches the top of textfield_2. datepicker_4 touches the top of textarea_1.
How do I create spaces between these fields so that do not touch and overlap each other?
Thanks in advance