|
|
|
|
|
Table of Contents: Getting Started These steps are for auction sites without HTML editors.
- - - - - - - - - - - - - - - - - - - -
|
Page 1: Table of Contents
Page 2: Open the Auction Template
- Unzip the auction template
- Open the browser file
- The auction template will look just like a web page
Page 3: Right-Click then click "view-source"
- When you right-click over text a menu pops up
- Click "View-Source"
- A text file will open
Page 4: Find the image tags
- Hold "ctrl" and press "F" (ctrl + F)
- Find ^^ (two carrots)
- Keep hitting F3 until you find "<--^^Image-->"
Page 5: If you host your images on your auction site
- Delete all of the image tags (Not the comment tags):
<img src="http://www.desacs.com/images/image_place_holder.gif">
- Some templates have 3 image tags. So, find ^^ again to see if there are any more images that need to be deleted.
Page 6: If you host your images at an image host
- Change the image source (src).
Example: <img src="http://img5.ranchoweb.com/test/item_name.gif">
Page 7: Save the template
- Save the template by holding down the "ctrl" key, and pressing "s" (ctrl + S)
- Preview the template by refreshing your open browser file
Page 8: Find the text that needs to be changed
- Click on the first line of text
- Find ^^ (two carrots)
- Find the title and change it
- Repeat this process with all of the text on the template
Title, Description, Image Caption, Payment Options, Shipping Information, Sales Tax, Customer Service (Text areas vary from template to template)
Page 9: Select and copy all of the text
- Hold down the "ctrl" key and press "A" (ctrl + A)
- Hold down the "ctrl" key and press "C" (ctrl + C)
Page 10: Paste the text into the auction description or HTML box
- Go to your auction site, and start your auction
- When you get to your item description:
Click in the box, or in the HTML box if their is one
- Hold down the "ctrl" key and press "V" (ctrl + V)
|
|
|
|
|