Skip to content

Instantly share code, notes, and snippets.

@josed
Created February 2, 2012 23:49
Show Gist options
  • Save josed/1726527 to your computer and use it in GitHub Desktop.
Save josed/1726527 to your computer and use it in GitHub Desktop.
Sample eBay ad HTML template
<!-- Sample eBay ad HTML template
http://josed.net
-->
<div>
<table width="600" align="center" cellpadding="4" cellspacing="0" bgcolor="#FFFFCC">
<tr>
<td>
<h1>[OBJECT NAME + SPEC] [USED or NEW] [OBJECT TYPE]</h1>
<p>You are bidding on a [USED or NEW] [OBJECT NAME]. [CONDITION DESCRIPTION]. [ITEMS INCLUDED]</p>
<h3>Images:</h3>
<p align="center" ><img src="[absolute image url]" width="500" height="375" /></p>
<p align="center" ><img src="[absolute image url]" width="500" height="375" /></p>
<p align="center" ><img src="[absolute image url]" width="500" height="375" /></p>
<h3>Description:</h3>
<ul>
<li>[SPECIFICS]</li>
<li>[SPECIFICS]</li>
<li>[SPECIFICS]</li>
<li>[SPECIFICS]</li>
<li>[SPECIFICS]</li>
<li>[SPECIFICS]</li>
</ul>
<h3>Shipping and payment</h3>
<ul>
<li>Shipping to US only</li>
<li>[HOW LONG IT TAKES TO SHIP]</li>
<li>[ACCEPTED PAYMENT PROCESSORS]</li>
</ul>
<h3 >Additional info:</h3>
<p>[DISCLAIMER]</p>
<p>[REFUND POLICY]</p>
<p>[???]</p>
</td>
</tr>
</table>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment