Can anyone tell me how to right-align a nested DIV?
I have a parent div which will contain several children. I want the top one aligned to the right, and the rest centered.
Can't use float: right, as I will lose the carriage return.
Any ideas?
Thx
Bob