Quote:
Originally Posted by theducks
This is basic HTML http://www.w3.org/TR/1999/REC-html40...ct/tables.html
Note: TAB as you are used to, is a Fixed space (typical 8 char) and falls apart with variable pitched fonts. you probably want to use pt non-scaleable or em if scalelable
For Money you want Right Align (there is, unfortunately, no decimal align) and always format 2 places right of decimal.
|
Thanks Ducks,
I will have a go at that.