Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created December 8, 2011 06:51
Show Gist options
  • Save SpencerCooley/1446326 to your computer and use it in GitHub Desktop.
Save SpencerCooley/1446326 to your computer and use it in GitHub Desktop.
<div id="wrap_invoice">
<table>
<tr>
<td width="400"><!--replace this text with variables-->John Smith</td>
<td><!--replace this text with variables-->$1.46</td>
</tr>
<tr>
<td><!--replace this text with variables-->Order#LS0058<td>
</tr>
</table>
</div><!--ends the wrap_invoice-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment