Skip to content

Instantly share code, notes, and snippets.

@zayigo
Last active May 19, 2024 16:09
Show Gist options
  • Save zayigo/8c47c5a4dcff195ea0884be0786336ac to your computer and use it in GitHub Desktop.
Save zayigo/8c47c5a4dcff195ea0884be0786336ac to your computer and use it in GitHub Desktop.
A clean HTML template for eBay listings, featuring sections for product title, price, description, included items, specifications, and a "Contact us" button.
<div style="width:100%; max-width:800px; margin:0 auto; padding:20px;">
<h1 style="font-size:28px; color:#333; margin-top:20px;">PRODUCT TITLE</h1>
<p style="font-size:24px; color:#f60; margin-top:10px;">PRICE</p>
<p style="font-size:18px; color:#006400;">PRODUCT DESCRIPTION</p>
<h2 style="padding-top:20px;">Included Items</h2>
<ul style="font-size:16px; color:#666; margin-top:10px;">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
<h2 style="padding-top:20px;">Specifications</h2>
<ul style="font-size:16px; color:#666; margin-top:10px;">
<li>Specification 1</li>
<li>Specification 2</li>
<li>Specification 3</li>
<li>Specification 4</li>
</ul>
<a href="https://www.ebay.com/usr/YOUR_USERNAME" style="display: inline-block; margin-top: 20px; padding: 10px 20px; color: white; background-color: rgb(255, 102, 0); text-decoration-line: none; font-size: 20px; border-radius: 5px;">Contact us</a>
</div>

eBay Listing Template

To use this HTML template for your eBay listing, follow these steps:

  1. Edit the Template: Replace the placeholder text (PRODUCT TITLE, PRICE, PRODUCT DESCRIPTION, etc.) with your actual product details.
  2. Customize Styles: Adjust the inline CSS styles to match your branding or preferred design.
  3. Update Contact Link: Replace YOUR_USERNAME in the contact link with your actual eBay username.
  4. Copy and Paste: Once customized, copy the entire HTML code.
  5. Insert into eBay: Paste the HTML code into the HTML editor of your eBay listing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment