Printing Envelopes Tutorial

NOTE: Use code as is for # 10 size envelopes. For legal size envelopes change the WIDTH from 41% to 46%.

First step, go to The Address Server at: http://www.cedar.buffalo.edu/adserv.html

Next, move down to the input box and enter the person's name and address in the box. Be sure you press the RETURN key after each line, even the last. Now click on "Process this address." It will bring up another page. Scroll down once, you will find a button labelled "GIF Image," click this.   Copy the URL shown and insert it into the the HTML coding below, in the indicated location... Now, bring the coding with the URL to an HTML Test-Bed of your choice, and execute it. Insert your envelope into the envelope slot, as indicated on the picture on your printer. Choose PRINT, and then from the Print Menu, choose PRINT again (NOT PRINT SCREEN!)

HINT: The image only lasts a few days. If you write this person, or place often, you could take and transload the GIF image to your own website, and use it indefinitely...You could also create an actual HTML file with the URL address of the transloaded image on your own site, and have a permanent program for printing the persons address.

<HTML> <BODY> <IMG SRC="...INSERT URL HERE..." ALIGN="left" WIDTH="41%"> </body> </HTML>