The thing to avoid is using tables for EVERYTHING, which used to be popular. In fact, I just took over an application that did this - everything was a table, everywhere. In general, avoid tables for layout where possible and only use them to display data, like query results, or reports.
John On Mon, May 19, 2008 at 10:26 PM, Don Lindsay <[EMAIL PROTECTED]> wrote: > I am just curious, I have hard many people talk about how tables are bad. > That you should use Div's and spans to show tabular data. I written > applications both ways and it appears that divs/spans for tabular data > displays a bit faster, but tables are easier to line up and format data. > > What has been y'alls experience with this? >
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
