Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When I am trying to retrieve the data from a table using below code, it produces a long single column with multiple check-boxes. I want it, to display a 3 column HTML Table. Can anybody know how to do this?

This is the code, I want to display 3 columns,
PHP
echo $this->Form->input('Activity', array('multiple' => 'checkbox'));


Anybody have a solution? And is there a way to do this by using CSS?
Posted
Updated 6-Apr-15 0:32am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900