Fri, 2009-01-23 20:50
I have a CSS div table that is 200 width. It's not a actual table, but its made using the 'float'.
On one line of this 200 width table I want the text to be aligned to the LEFT and on the SAME line I want another text to be aligned to the RIGHT.
How would I make this? Would I break the floating box tables into 2 floats or would I do a span align around each text?
Thanks