On Thu, Nov 25, 2010 at 2:06 PM, Dave Maharaj <[email protected]> wrote:
> Sorry man, I do not follow.
>
> Say I have 15 checkboxes spit out by using multiple I need to wrap the first
> 3 checkboxes inside a class then the next 3 and so on.
>
> 15 / 3 = 5 sets of 3
> All are not wrapped in a single class.
> Sure I have my width set at 33% so each chechbox class is 33% x 3 99% (the
> full width) so after the 3rd its too wide so it drops down starting new
> row...but its still in the same div. I need to now end that div start a new
> div for the next 3.

Yeah, I realise that. If you want to separate each row into its own
div you're going to have to find some other solution. Frankly, though,
I think you should re-think whether you really need a separate
wrapping div for each row.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to