How can i make those <select> tags equal in size | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i make those <select> tags equal in size

https://code.sololearn.com/WsE4BH62oS5M/?ref=app

24th Feb 2019, 8:58 AM
Ronald Mbanjwa
Ronald Mbanjwa - avatar
9 Answers
+ 3
https://code.sololearn.com/Wg2XbCvG8EkM/?ref=app
24th Feb 2019, 10:12 AM
BroFar
BroFar - avatar
+ 1
💥Ronald💥 Have not already same width?
24th Feb 2019, 9:24 AM
KrOW
KrOW - avatar
+ 1
css width:100% dont work?
24th Feb 2019, 9:49 AM
KrOW
KrOW - avatar
+ 1
You can put "course" and "highest level education" inside a label (leaving NO spaces between them and neighbours tags) and adding this css: label{ display:inline-block; width:50%; } select{ margin-bottom:5px; width:50%; }
24th Feb 2019, 10:06 AM
KrOW
KrOW - avatar
24th Feb 2019, 9:44 AM
Ronald Mbanjwa
Ronald Mbanjwa - avatar
0
Ouch doesnt work..i will keep on trying..thanks KrOW
24th Feb 2019, 9:59 AM
Ronald Mbanjwa
Ronald Mbanjwa - avatar
0
I used the table tags..seems to be good now https://code.sololearn.com/WU4HnoU1xDh7/?ref=app
24th Feb 2019, 10:30 AM
Ronald Mbanjwa
Ronald Mbanjwa - avatar
- 1
KrOW ..i mean to be displayed like the textboxes above.
24th Feb 2019, 9:43 AM
Ronald Mbanjwa
Ronald Mbanjwa - avatar
- 1
It works but brings the labels above. Let me try 50%
24th Feb 2019, 9:57 AM
Ronald Mbanjwa
Ronald Mbanjwa - avatar