I know this is some very easy css coding, but not for me : (
I have 2 fields on the same line, a drop down and normal field.
There is a gap between them that I'm battling to close. Please see url for an example:
http://www.biggdesign.co.za/machform/view.php?id=2
Also this is my css code at present:
#li_6{
float: left;
width: 40%;
clear: both;
}
#li_8{
width: 45%;
float: left;
}
Thanks in advance!!!