I think you are over generalizing the standard (recommended by w3c) that tables shouldn't be used for web page layouts. It's fine to use tables to format data and forms, it's also just as fine not to use tables for format forms. Don't feel bad about using tables to format forms :).
Take Care, Anthony On May 2, 9:43 am, "annie.r.knight" <[EMAIL PROTECTED]> wrote: > Hi all. > > I have an app with a number of longformsin. Theseformsare > formatted in tables with each row looking something like: <th>Input > Label</th><td>Text Box [Or Whatever]</td>. While the long term > solution clearly is to migrate this to CSS design I'm going for the > quick (and dirty) solution for now using Cake to generate the form and > then putting it into the table. > > All I'm doing is to set each input's 'label' option to '' [blank] and > manually putting the Label I want in an adjacent table cell. > > Is there a better way of doing this? > > Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
