How to hold three different text alignments in one CSS Box ?
Posted
by UXdesigner
on Stack Overflow
See other posts from Stack Overflow
or by UXdesigner
Published on 2010-05-26T15:34:45Z
Indexed on
2010/05/26
15:51 UTC
Read the original article
Hit count: 435
Good day,
I've got a simple CSS question. I'm trying to change a table into a CSS box, but aligning the table content is difficult to me right now.
Below there's an example of what's inside of the css box i created. How can I align these three elements (calendar and icon to the left , a text link to the center, and the other date field to the right ?) correctly ?
I've tried several things but the problem is getting it aligned properly. I want to change everything in this application that has been created with tables, to css. And I've been an 80% succesful so far.
I'd like to see some easy to understand code, to see how I can apply it on my code. Thank you for your kind help. I might be burned out due to stress.
[Calendar (icon) Link Date]
© Stack Overflow or respective owner