Say I have something that looks like this: http://jsfiddle.net/Dtsjh/
How do I align the numbers in each cell to be in the top-left corner of each cell - without aligning the words?
Preferably in just HTML/CSS - but if you can't do it any of those, then jQuery is fine.
td {
vertical-align: top;
text-align: left;
}
put the above css for the row of the table..And it works. If you want specific to that td, put the id of the td in css.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With