+ 10
What are your suggestions and criticism on this code?
5 Respostas
+ 8
How can I align those checkboxes?
+ 8
Ok thanks, I will apply that
+ 6
Style the checkboxes and other inputs
+ 5
Maybe you can wrap it in two divs, the first div should be aligned to center and the second div should be aligned to justify
E.g....
<div id="parentDiv">
<div id="firstDiv" align="center">
<div id="secondDiv" style="text-align:justify;">
<!-------- Form Content -------->
</div>
</div>
</div>
I hope this helps...
+ 3
Use a table structure.