Forum Moderators: not2easy
I'm trying to use CSS to align characters within a TD cell to align on the decimal point for monetary data using a w3 example:
From:
[w3.org...]
TD { text-align: "." }
TD:before { content: "$" }
This doesn't work and throws a CSS error at [jigsaw.w3.org...]
Is the text-align: <string> deprecated or gone?
thx
For what it's worth, it's still in CSS3's text module [w3.org], but I wouldn't expect to see any implementations soon and the text module is still in a rather extreme state of flux.