~Code 4 Addressing #10 Envelopes~









The code below is for addressing #10 envelopes. Simply erase the text (SENDERS NAME,SENDERS ADDRESS and SENDERS TOWN,STATE and ZIP---RECIPENTS NAME, RECIPENTS ADDRES and RECIPENTS TOWN,STATE and ZIP) and replace with your info.Take code to a word processor http://www.jmarshall.com/easy/html/testbed.html and print.

The first printing should be done on scrap paper to get a idea as to where and how to place the envelope. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD><TITLE>env10</TITLE></HEAD><P> <P> <FONT SIZE="3"COLOR="GREEN"> SENDERS NAME <BR> SENDERS ADDRESS <BR> SENDERS TOWN,STATE & ZIP<BR> <!--return address above this line//--> </FONT><P><BR><BR><BR><BR><BR><BR><BR><BR> <TABLE BORDER="0" HEIGHT="100" Width="100%"> <TR><TD WIDTH="25%"></td><TD Width="38%"> <FONT SIZE="+2"> RECIPENTS NAME<br>RECIPENTS ADDRESS<br>RECIPENTS TOWN,STATE & ZIP <!--enter address above this line//--> </FONT></TD></TR></Table> </HTML></FONT> <P> </TD> </TR> </TABLE> </CENTER>