Problem with alignment of checkboxes in HTML page
I have placed several check boxes inside a table element, that show up in a single row,
on a html page. The problem is that when I shrink the web page the check boxes alignment
goes off, that is they start to show up in mutiple rows on the web page. What I want to
achieve is that, how much ever I shrink my web page, the check boxes must maintain there
alignment i.e. they should not split into multiple rows. How can I do that?.Do I have to use any JS script for that?.If so please suggest me.
I have around 8 check boxes, showing up in a single row. Width and Height of the table are
set to 100% and 50 respectively.The check boxes are HTML based.
Thanks,

