to get it to display on it's own line for the should be to add:
display: block;
to your .validated class. But, since you're doing float: left; that will never work. You'll have to either break down and use a <br /> tag, or stop using float: left.
Just so you know, it is perfectly acceptable to use tables for this data, since it is technically tabular data.
|