If you want to specify the formatting of the text file that you are
creating, you will need to use something like RTF, PDF, or another
formatting code to format your document. RTF and PDF are pretty complex
standards, so you may want to determine exactly how deep into this you want
to get. If you're writing ASP pages, then you are probably already familiar
with HTML and this may be a good format for the files that you are
generating. If HTML won't serve your purpose, you could take a look at some
of the components that are available to produce documents in different
formats.
=================================
Kyle M. Burns, MCSD
ECommerce Technology Manager
-----Original Message-----
From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Sent: Wednesday, September 12, 2001 4:58 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: using ASP to create text file and specify
fon t, size, ....
You can only use HTML or a combination of HTML and CSS to specify text
formatting
-----Original Message-----
From: Sharon Huang [mailto:hfsharon@h...]
Sent: 12 September 2001 06:16
To: ASP Web HowTo
Subject: [asp_web_howto] using ASP to create text file and specify font,
size, ....
I develop a web application to create a HTML input form which accept User
input and use ASP code to write the user input information and store in a
text file. Does any one know how to write ASP code to specify the font,
size, bold, italic, color...etc Thanks!