kproc
08-29-2006, 08:35 PM
Hi below is an example of information that displays in a box created with css. I want to some how float the last name to the right. when I use float it moves the text to the next line.
how can I do this so Last name is placed to the right and stays on the same line
First Name: name Last Name: last
DOB: 1984-10-23 Age: 22
Edit Delete
what happens with float
First Name: first
Last Name: last
DOB: 1984-10-23 Age: 22
what I want
First Name: first Last Name: last
DOB: 1984-10-23 Age: 22
Edit Delete
Edit Delete
how can I do this so Last name is placed to the right and stays on the same line
First Name: name Last Name: last
DOB: 1984-10-23 Age: 22
Edit Delete
what happens with float
First Name: first
Last Name: last
DOB: 1984-10-23 Age: 22
what I want
First Name: first Last Name: last
DOB: 1984-10-23 Age: 22
Edit Delete
Edit Delete