Hello all, I suspect that the problem I'm about to relate is due to my own misapplication of the framework, however a search hasn't turned up any results that have any effect on the matter.
I have a form tag wrapping a two-column table. E.g. - <form ...> <table ...> <tr valign="top"> <td valign="top">Label</td> <td valign="top">Form Element</td> </tr> <tr valign="top"> <td valign="top">Label</td> <td valign="top">Form Element 2</td> ... The problem I have is that my label is being forced to a middle vertical alignment, even in spite of: - applying class="form-inline" to the form element, the table, the TR, both TDs, and the label element per what I was able to skim from http://www.mail-archive.com/[email protected]/msg00961.html - applying valign="top" to the TR and both TDs - Removing label, tr, and td from screen.css's reapplication of the tags assigning vertical-align to baseline How can I, using Blueprint, force the label elements in my left table cells to be vertically aligned to the top of the cell in which it's located? Thanks :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Blueprint CSS" 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/blueprintcss?hl=en -~----------~----~----~----~------~----~------~--~---
