I have a table that is being provided to me - i.e. I cannot modify the table
structure, classes, or id names (or lack thereof).  The table looks
something like this ...
 
<table ... class="tabTable">
    .....
    <tr>
        <td class="tabFootCell">totals</td>
        <td class="tabFootCell">&nbsp;</td>
        <td class="tabFootCell">24,655</td>
        <td class="tabFootCell">16,503</td>
        <td class="tabFootCell">226,232</td>
    </tr>
    <tr>
        <td class="tabFootCell">averages</td>
        <td class="tabFootCell">&nbsp;</td>
        <td class="tabFootCell">2,4,66</td>
        <td class="tabFootCell">1,650</td>
        <td class="tabFootCell">22,623</td>
    </tr>
</table>
 
What I would like to do is simply set the text alignment where the first
cell is left justified and the last three cells are right justified.  Is
there a way to reference these table cells differently without a specific id
tag on them?
 
Thanks
-- Jeff Chastain
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to