Hello!
How to set the width of a div element?
<div style="display:inline-block; color:red; width:450px;">Field name:</div><div style="display:inline-block;">short</div>
<br/>
<div style="display:inline-block; color:red; width:450px;">Long field name:</div><div style="display:inline-block;">long</div>
<br/>
<div style="display:inline-block; color:red; width:450px;">Very long field name:</div><div style="display:inline-block;">very long</div>
The width style property did not work in the example above.
Hello!
How to set the width of a div element?
<div style="display:inline-block; color:red; width:450px;">Field name:</div><div style="display:inline-block;">short</div>
<br/>
<div style="display:inline-block; color:red; width:450px;">Long field name:</div><div style="display:inline-block;">long</div>
<br/>
<div style="display:inline-block; color:red; width:450px;">Very long field name:</div><div style="display:inline-block;">very long</div>
The width style property did not work in the example above.