Skip to main content

Hi, I'm up to speed on the different html codes to use images from my domain by pasting them within my description text for my ebay listings. Here is where I'm getting lost.

I'm not able to figure out how the html codes work with the following options: (this would be when you are creating the template or editing the template)
If someone could post some actual coded examples for the following options I'm sure I will figure out the rest of my template.

Original Images, Original Image URL's, [IMAGE5_URL400x300], and 96x96 images.

Another idea, If someone could post a link of a ebay listing using those options I could check it out.

Lastly, This is my first post here, but I would like to thank the community for this great site.

Thanks
Original Post

Replies sorted oldest to newest

I copy and paste my image not the text directly in the description, and that creates a code within the html.


But the Html codes are as follow

To Insert a Picture or Animation into Your Auction or Website use this code::
<img src="URL FOR YOUR PICTURE HERE">


To center your picture::
<center><img src="URL FOR YOUR PICTURE"></center>


Use this html code to adjust the size of your picture. Just change the width or height in the quotation marks::
<img src="URL FOR YOUR PICTURE" width="155" height="135">


Use this code to make your picture into a marquee::
<marquee><img src="YOUR URL WHERE YOU HOST YOUR IMAGE HERE!"></marquee>


Make your picture a clickable link::
<a href="URL YOU WANT USERS TO GO TO"><img src="URL FOR YOUR PICTURE"border="0"></a>


Position your text on the left with a picture on the right.::
<center><table border="0" width="70%" cellpadding="10" bgcolor="BLACK">
<tr><td valign=middle><font color="WHITE" size="+2" face="Arial Black">
TEXT HERE</td>
<td align=center>
<img src="YOUR PICTURE URL">
</td></tr></table></center>


Position Your Text on the Side And Your Picture in the Middle!::
<center><table border="0" width="85%" cellpadding="10" cellspacing="10" bgcolor="#000000">
<tr><td valign=top><font color="#FFFFFF" size="+2" face="Arial Black">
Text on this side!</td><td align=center><img src="YOUR PICTURE URL HERE" width=150 height=200 alt="picture"></td><td valign=bottom><font color="#FFFFFF" size="+2" face="Arial Black">
And more text on this side</td></tr></table></center>

Add Reply

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