Align Decimal Data in table column by decimal point, HTML5, CSS3
I am building a wordpress plugin which is generating an HTML table and sending to gravityforms html block via shortcode. My problem is that cell contents can contain: 23.24 1,234.665 123.4 etc... Notice the differing number of decimal places. Is there a non-hack & best practice way of aligning this column data by decimal point? In this case, Aligning right will not work. Inserting 0s is not acceptable because this indicates a degree of accuracy which is not there. As you can see, I have attempted to use align="char" char="." inside the td elements with no luck. Any help anybody can help with