Jump to content

How to align content in table cells!


reportingsjr

Recommended Posts

It seems like no where has this so I will post it here! I believe mozilla firefox finally drop the valign and maybe align tags! I tried to use them but firefox 1.5.0.7 (the newest update, just from a few days ago) will not display it. There is a vertical-align tag in css but there is a tip to using it! It is not inherited :), so if you put this in the table tag, it wont work for tr or td, to vertically align text you must put it directly onto the td tag!! you can use td{ vertical-align: top; } to align all content to the top, instead of the default center.Just a tip :).

Link to comment
Share on other sites

It seems like no where has this so I will post it here! I believe mozilla firefox finally drop the valign and maybe align tags! I tried to use them but firefox 1.5.0.7 (the newest update, just from a few days ago) will not display it. There is a vertical-align tag in css but there is a tip to using it! It is not inherited :), so if you put this in the table tag, it wont work for tr or td, to vertically align text you must put it directly onto the td tag!! you can use td{ vertical-align: top; } to align all content to the top, instead of the default center.Just a tip :).
If it was released a few days ago, its probably something they missed when making it. You should report it to them. I don't think they would drop those attributes; they're too important.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...