Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formatting Numbers in HTML 1

Status
Not open for further replies.

boniblue

Programmer
Joined
Jun 27, 2006
Messages
10
Location
US
Hello...
I have coded an HTML doc that I will be sending as an e-mail...It has several database fields in it...
Is there a way to format the numbers in the fields...they are classified as numbers in the database...
I would like them to display #,###.##...but they are showing as ####
Thanx for your help!
B
 
you would do this with your server-side scripting language - the language you're using to place the "database fields" into the "HTML email".



*cLFlaVA
----------------------------
[tt]"quote goes here"[/tt]
[URL unfurl="true"]http://www.coryarthus.com/[/url]
 
Thanks cLFlaVA!
I just did find a way to use SQL code to format prior to shooting the fields over to the HTML page...
THANKS FOR YOUR PROMPT SUGGESTION THO!
B
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top