HTML Code ClinicDo you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Hi all,
I want to provide each row with a Checkbox so i need to write checkboxes into the same table. however, how to make border of column of checkboxes invisible while other parts of the table's borders r displayed as usual?
There's no simple way, using HTML, to get the affect you're looking for.
The best idea is probably to use CSS, but that can be tricky if you've never used it before. If you want to, post the table, and we'll see what we can do.