| Author |
vertical checkbox display
|
Don boscoo
Greenhorn
Joined: Sep 20, 2010
Posts: 28
|
|
Hi
I have three scrollable divs which has checkboxes and values comes from the database.
Now, i want to display the checkboxes vertically, but am getting the check with two columns like
checkbox checkbox
checkbox checkbox
checkbox checkbox
how do i display the checkboxes vertically in one column. please help
Thanks
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56554
|
|
|
Showing JSP markup in an HTML forum is not helpful. Please post the generated HTML (nicely formatted) rather than server-side markup.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
Either wrap them in a block element [aka div] or add a break.
You should also look into using labels. https://developer.mozilla.org/en/HTML/Element/label
Eric
|
 |
 |
|
|
subject: vertical checkbox display
|
|
|