I have a HTML page with personal information details using text boxes. I have two fieldsets as in
As noticed that the fieldsets are placed up and down position. My question is that
How can I placed these two fieldsets side by side (left & right position)?
Thank you
I removed the form
width: 40%;and assigned afloat:left;property on those fieldsets. Here is the corrected fiddle: Try me