Skip to main content

I was looking through the image tags and saw these
quote:
[IMAGE1_URL400x300] - the image URL for a 400x300 version of the image only, you must create the <img> HTML tags

[IMAGE1_URL96x96] - the image URL for a 96x96 version of the image only, you must create the <img> HTML tags

How are those tags used in my custom template? Can someone provide the correct string?

Thanks in advance, Smile
Miguel
Original Post

Replies sorted oldest to newest

Actually, since a custom template is supposed to be generic and usable for all your auctions, you don't actually insert your individual auction image URLs into the template itself. You would add the image as wahm922 suggested:

<img src="[IMAGE1_URL400x300]">

and then when you are on the listing page creating the auction, you would select your custom template, and then select your images. When you post the auction, the [IMAGE1_URL400x300] will be automatically replaced with the appropriate URL for a 400x300 version of the first image you selected on the listing page so you don't have to worry about it. Hope that makes sense!
We are planning to include functionality on the listing page to enter in your own image URLs instead of just having to select from Auctiva hosted images. When this is possible, then you can use the [IMAGE1_URL400x300] tag and have it be replaced with images hosted on your own webspace. Unfortunately though, right now this isn't possible Frown. You could just hard-code the images into your template (like <img src="http://www.somedomain.com/images/mypic.jpg"> ) but then you would have to change the template (or make a new one) for each auction!
quote:
Originally posted by Auctiva David:
You could just hard-code the images into your template (like <img src="http://www.somedomain.com/images/mypic.jpg"> ) but then you would have to change the template (or make a new one) for each auction!

Not really: just make an ACT with the HTML <img> </img> tags with a complete URL pointing to your image host. Put those <img> tags wherever you want an image to appear and save your ACT. Then when you're ready to create a new auction just load your ACT and edit the end of the URL (the actual image name). Smile

Thanks for your help, David. It's much appreciated! Just one more question: If I host my own pics how can I get one to be designated as the eBay header image?
Look at the HTML of one that is already done...and you will see that the resize feature is simply an HTML Anchor TAG.

So...my suggestion would be to use the GET HTML feature from one of your saved listings and paste it in to the PracticeBoard and then find the way it is done for a regular listing and then just copy that... Of course you'll need to change the URL of the pictures...

Mike

Add Reply

Copyright © 1999-2018 Auctiva.com. All rights reserved.
×
×
×
×
Link copied to your clipboard.
×