how to have both right and left aligned text in td
anyone know any nice (or ugly ;)) hacks for this. This is in the context of mandatory field indicators on data entry forms laid out as tables (sometimes form-style and sometimes table style). What I want is the label text left-aligned and the * right-aligned within a single td or th.
______________________________
| label * | input |
------------------------------
or
______________________________________________
| label * | label * | label * |
|---------------------------------------------
| input | input | input |
----------------------------------------------
tia
phil
|