Re: Emailing html
This WebDNA talk-list message is from 1998
It keeps the original formatting.
numero = 17686
interpreted = N
texte = At 10:08 AM 5/15/98, Paul Uttermohlen wrote:>could you show me an example of this?Sure.You can force a string of text to fill a certain area using that sspecifier in the [format] context. So, to create a column that is 12characters wide, I would enclose the contents in [format 12s][/format].[format 12s]my very long string[/format] would yield my very long(clipped to 12 characters).while [format 12s]short[/format] would give me short (expandedto 12 characters). Your string will align to the left side of the field.Similarly, you can use f formatting for floating-point numbers, whichwill align right. [format 8.2f]1200[/format] results in 1200.00. Thefirst number (8) specifies the total width of the result, the second (2)specifies the number of digits in the decimal portion.So, in a real life situation, you could do something like this (make surethe WebDNA is all on one line):QUANTITY ISBN TITLE PRICE----------------------------------------------------------------[Format 6s][Quantity][/Format][Format 15s][ISBN][/Format][Format33s][Title][/Format] [format 8.2f][math][Price]*[Quantity][/math][/format]Given [Quantity]=4, [ISBN]=12345-6789-0, [Title]=An Overly-Long-TitledThesis on the SUbject of Absolutely Nothing, and [Price]=98.99 the resultwould look something like this:QUANTITY ISBN TITLE PRICE----------------------------------------------------------------4 12345-6789-0 An Overly-Long-Titled Thesis on t 395.96You would typically wrap the line of formatting code inside of a[founditems] or [lineitems] context to build multiple rows.-Dave>>thanks, paul>>>Well, you can put anything inside a sendmail context that you want.>>But...a lot of your customers will not be able to see your formatting.>>Rather, they will see your order form littered with all of the html tags.>>>>The better way to go is to use the [format] tag to set up a table-like>>stucture. You can use [format] to force your fields to a certain size,>>padded out with spaces or clipped to the proper length.>>>>-Dave>>>>>>At 8:38 PM 5/14/98, Dennis J. Bonsall, Jr. wrote:>>>Is there any way, with WebCatalog and the [sendmail] context to send>>>email in an html format? I am trying to create an email order form to>>>send to my client that is tabled, so it is easier to read. How would>>>I do this?>>>>>>Thanks,>>>Dennis>>>>>>o--------------- Dave MacLeay --+>>o----------- Digital Frontier --+>>o--- dave@digitalfrontier.com --+>>> _/_/_/_/_/_/_/_/_/_/_/_/|\_\_\_\_\_\_\_\_\_\_\_\_> _/_/_/Paul Uttermohlen, Internet Marketspace, Inc. \_\_\_\_> _/_/_/ mailto:paul@ims1.com - Website Development \_\_\_\_> _/_/_/ Business -
_\_\_\_\_\_\_\_\_\_\_> _/_/_/ Real Estate - _\_\_\_\_> _/_/_/Websites - Children _/ _\_\_\_>_/_/_/_/_/_/_/_/_/_/_/_/_/_/ | \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_o--------------- Dave MacLeay --+o----------- Digital Frontier --+o--- dave@digitalfrontier.com --+
Associated Messages, from the most recent to the oldest:
At 10:08 AM 5/15/98, Paul Uttermohlen wrote:>could you show me an example of this?Sure.You can force a string of text to fill a certain area using that sspecifier in the [format] context. So, to create a column that is 12characters wide, I would enclose the contents in [format 12s][/format].[format 12s]my very long string[/format] would yield my very long(clipped to 12 characters).while [format 12s]short[/format] would give me short (expandedto 12 characters). Your string will align to the left side of the field.Similarly, you can use f formatting for floating-point numbers, whichwill align right. [format 8.2f]1200[/format] results in 1200.00. Thefirst number (8) specifies the total width of the result, the second (2)specifies the number of digits in the decimal portion.So, in a real life situation, you could do something like this (make surethe WebDNA is all on one line):QUANTITY ISBN TITLE PRICE----------------------------------------------------------------[Format 6s][Quantity][/Format][Format 15s][ISBN][/Format][Format33s][Title][/Format] [format 8.2f][math][Price]*[Quantity][/math][/format]Given [Quantity]=4, [ISBN]=12345-6789-0, [Title]=An Overly-Long-TitledThesis on the SUbject of Absolutely Nothing, and [Price]=98.99 the resultwould look something like this:QUANTITY ISBN TITLE PRICE----------------------------------------------------------------4 12345-6789-0 An Overly-Long-Titled Thesis on t 395.96You would typically wrap the line of formatting code inside of a[founditems] or [lineitems] context to build multiple rows.-Dave>>thanks, paul>>>Well, you can put anything inside a sendmail context that you want.>>But...a lot of your customers will not be able to see your formatting.>>Rather, they will see your order form littered with all of the html tags.>>>>The better way to go is to use the [format] tag to set up a table-like>>stucture. You can use [format] to force your fields to a certain size,>>padded out with spaces or clipped to the proper length.>>>>-Dave>>>>>>At 8:38 PM 5/14/98, Dennis J. Bonsall, Jr. wrote:>>>Is there any way, with WebCatalog and the [sendmail] context to send>>>email in an html format? I am trying to create an email order form to>>>send to my client that is tabled, so it is easier to read. How would>>>I do this?>>>>>>Thanks,>>>Dennis>>>>>>o--------------- Dave MacLeay --+>>o----------- Digital Frontier --+>>o--- dave@digitalfrontier.com --+>>> _/_/_/_/_/_/_/_/_/_/_/_/|\_\_\_\_\_\_\_\_\_\_\_\_> _/_/_/Paul Uttermohlen, Internet Marketspace, Inc. \_\_\_\_> _/_/_/ mailto:paul@ims1.com - Website Development \_\_\_\_> _/_/_/ Business - _\_\_\_\_\_\_\_\_\_\_> _/_/_/ Real Estate - _\_\_\_\_> _/_/_/Websites - Children _/ _\_\_\_>_/_/_/_/_/_/_/_/_/_/_/_/_/_/ | \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_o--------------- Dave MacLeay --+o----------- Digital Frontier --+o--- dave@digitalfrontier.com --+
Dave MacLeay
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
Sku numbers (1997)
Configuring E-mail (1997)
Snake Bites (1997)
RAM problems, [appendfile] problems (1998)
Still trying to email... (1998)
Re:no [search] with NT (1997)
UPS Calculator (2003)
WebCatalog 4.0.2b5 available (2000)
Date problems-more (1997)
Orders coming up blank (2004)
transferring values (1998)
Table code broken? (2004)
quantity limit (1998)
OT Pager notification of completed orders (1998)
Sku numbers (1997)
Help name our technology! I found it (1997)
Mozilla/4. and Browser Info.txt (1997)
restart needed???? (1997)
Quiz question: Return all green and blank records? (2001)
Missing Cart Information (2003)