form - checkbox in tables

liunx

Guest
hello all,<br />
<br />
I am currently creating a table with several rows which contain checkboxes. If you can please take a look (Table Sample (<!-- m --><a class="postlink" href="http://katsutozawa.com/02.html">http://katsutozawa.com/02.html</a><!-- m -->)), you can see that the width of the table is big. I would like to have it look like the table on the bottom but with the checkboxes in them.<br />
<br />
Any advise would be greatly appreciated.<br />
<br />
kusadj<!--content-->To your style sheet add following:<br />
<br />
FORM {margin: 0px;}<br />
<br />
<br />
Or to each of the individual form tags in your table you can also write:<br />
<form style="margin: 0px;" ..... ><br />
<br />
However, it is often easier just to add the one line statement to your style sheet as explained above.<br />
<br />
Good luck.<!--content-->or<br />
<br />
<form style="display: inline"><br />
<br />
oh and those will not work in NS4.x or NS6.X<!--content-->
 
Back
Top