3.5"x5.5" page (like business card)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I make asp page that prints the contact information in 3.5"x5.5"
(like business card) area? I have asp page that contains the information for
my contact and I need to make one more view on that which is client card,
which show some information from contact profile in 3.5"x5.5" as well as can
be print on same size on printer? How can I make asp page with 3.5"x5.5" size?
 
How can I make asp page that prints the contact information in 3.5"x5.5"
(like business card) area?

Use an image?

Otherwise, it's really up to a variety of end-user variables as to what size
the content will end up taking up.

-Darrel
 
Internet printing sucks.

I would consider converting content to pdf and then display the pdf in the
browser. When the user tries to print the pdf the Acrobat Reader ActiveX
control installed on the user's machine will use the local print drivers and
the pdf will print as intended.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top