0
How can i make those <select> tags equal in size
9 Réponses
+ 3
https://code.sololearn.com/Wg2XbCvG8EkM/?ref=app
+ 1
💥Ronald💥 Have not already same width?
+ 1
css width:100% dont work?
+ 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%;
}
0
BroFarOps©®️™️🐱 ⚡Prometheus ⚡ PKA😎 David F. Rose 10531846 Dennis Peterson🌸 please help..i have forgotten.
0
Ouch doesnt work..i will keep on trying..thanks KrOW
0
I used the table tags..seems to be good now
https://code.sololearn.com/WU4HnoU1xDh7/?ref=app
- 1
KrOW ..i mean to be displayed like the textboxes above.
- 1
It works but brings the labels above. Let me try 50%