Hi guys...I have a problem while designing a registration form | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hi guys...I have a problem while designing a registration form

i wrote code for registration form with 3 fieldsets i want to display these 3 fieldsets side by side like frames but its not working if i use "Float in css" and if i work with <frameset> i have a problem in autofillings in html please help me to solve this problem Here is my code:-https://code.sololearn.com/WXV4OWhLO4Fg/#html

8th Mar 2018, 10:08 AM
Bhaskarasai Chitturi
Bhaskarasai Chitturi - avatar
1 Answer
+ 3
of you want elements on the same line use display: inline-block;
8th Mar 2018, 5:08 PM
TrueJu
TrueJu - avatar