It's a little silly to use floats to try to recreate a table
structure, especially if it is a large table with many columns, thead
& tfoot, etc.  Use HTML elements for what they were meant for...  h1
h2 h3 for headings, table for tabular data, etc.  Too many people have
gone overboard with divs & spans, which have no inherent meaning.  It
makes me cringe to see things like <span class="bold"> and <div
class="header">.

On Jan 3, 8:42 am, Diodeus <[EMAIL PROTECTED]> wrote:
> Tabular data can work very well with floats.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to