I have this page.
login: maria@mail.com
password: m
I’ve gave a width to “td.select_edad label” but it doesnt work..
I know it’s deprecated, so what is your advice?
Another question: why “height” (also deprecated) is working ok for the fields of the filter?
labelis an inline element sowidthdoes not have any effect.You can set the
labeltodisplay:blockand then it will work as you want.By the way,
widthandheightare definitely not deprecated in css. They are probably deprecated as inline attributes (if that´s the right word…) for tables.