<!-- Don't bother styling the BODY tag with CSS. Most webmail clients will rip it out --> <body> <!-- This DIV wraps the entire invoice message. Style this tag instead of the BODY tag --> <div id="invoice_body"> <!-- This Greeting DIV is added when you send a Reminder email --> <div id="greeting1"><div id="greeting2"> <p>This box is where reminder text is placed. It will not be present</p> </div></div> <!-- Wrappers for design flexibility --> <div id="box1"><div id="box2"> <!-- Vendor Info --> <div id="vendorbox"> <div id="vendorinfo"> <h1>Firewheel Design</h1> <p>757 Lonesome Dove Trail<br /> Suite A<br /> Hurst, TX 76054</p> </div> <img src="fw_logo_200.gif" width="200px" alt="Firewheel Design logo" /> <div class="clearbox"> </div> </div> <!-- Invoice Wrappers --> <div id="invoice"><div id="invoice2"> <!-- Invoice Number --> <h2 id="invoice_id">Invoice 1275</h2> <!-- Client Info --> <div id="clientinfo"> <h3>Client Name</h3> <p>1000 Client Road<br /> Fort Worth, TX 76180</p> </div> <!-- Invoice Info --> <div id="invoiceinfo"> <p><strong>06 April 2005</strong><br /> P.O. 0000000</p> </div> <!-- Invoice Table Data --> <table id="invoicetable" cellpadding="0" cellspacing="0" border="0"> <tr> <th class="c1">Quantity</th> <th class="c2">Item</th> <th class="c3">Item Price</th> <th class="c4">Total</th> </tr> <tr> <td class="c1">1</td> <td class="c2">Item Name 1</td> <td class="c3">289.00</td> <td class="c4">289.00</td> </tr> <tr> <td class="c1">1</td> <td class="c2">Item Name 2</td> <td class="c3">79.00</td> <td class="c4">79.00</td> </tr> <tr> <td class="c1">1</td> <td class="c2">Item Name 3</td> <td class="c3">19.00</td> <td class="c4">19.00</td> </tr> </table> <!-- Invoice Sale Info --> <div id="salebox"> <table id="saleinfo" cellpadding="0" cellspacing="0" border="0"> <tr> <td class="c1"><strong>Subtotal:</strong></td> <td class="c2 subtotal">$447.00</td> </tr> <tr> <td class="c1">Sales Tax:</td> <td class="c2">0.00</td> </tr> <tr> <td class="c1">Freight:</td> <td class="c2">0.00</td> </tr> <tr> <td class="c1">Paid:</td> <td class="c2">300.00</td> </tr> <tr> <td class="c1"><strong>Total Due:</strong></td> <td class="c2 total">$447.00</td> </tr> </table> <div class="clearbox"> </div> </div> <!-- Terms --> <div class="invoicesection">Invoice Terms: <strong>NET 30</strong><br /> <em>All amounts are in U.S. Dollars.</em></div> <!-- PayPal Link --> <div class="invoicesection" id="paypal"><a href="#">Pay your balance with PayPal.</a></div> </div></div> </div></div> </div > </body>