Quote:
Originally Posted by Paxman53
Thank you so much,
That is looking much better now.
Another question though, how do I increase the spacing in between the columns i.e the equivalent of tab x 3
|
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.