posted on September 29, 2004 02:30:48 PM new
I want to run an auction that has about 15 pictures and I want to put a description under each picture. I figured out you need to cut and paste and go back and forth. The biggest problem I'm having is that after each picture and desciption I write, I have the Vendio symbol under it. How do I get rid of that? I don't want the symbol in the auction 15-16 times, once is plenty. Is there an easier way to get my pictures up with the description, and how do I do that? Any help would be so greatly appreciated. Thanks...Heidi
posted on September 29, 2004 05:14:26 PM new
Hello Heidi,
Just omit the part of the code with the Vendio logo since you are listing from here anyway.
as an example, this is the code you would receive for two images:
<p><center><A href="http://imagehost.vendio.com/bin/viewimage.x/00000000/christophercs/P1010005.JPG"><img src="http://imagehost.vendio.com/bin/imageserver.x/00000000/christophercs/.mids/P1010005.JPG" ALT="Image Hosting by Vendio" ><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><br>Click to view supersized image</font></A></center><br><br>
<center><A href="http://imagehost.vendio.com/bin/viewimage.x/00000000/christophercs/P1010004.JPG"><img src="http://imagehost.vendio.com/bin/imageserver.x/00000000/christophercs/.mids/P1010004.JPG" ALT="Image Hosting by Vendio" ><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><br>Click to view supersized image</font></A></center><br><br>
<br><center><img alt="Smart Services for Smart Sellers" src="http://imagehost.vendio.com/img/header/logo/vendiologo88x31.gif" border=0><br> <br><a href="http://www.vendio.com/bin/ref.x/1803500154"><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#3366cc"><b>Get simple, reliable, and affordable image hosting with Vendio today!</b></font></a><br>
This is the only part you need when you list the auction from Vendio directly:
<p><center><A href="http://imagehost.vendio.com/bin/viewimage.x/00000000/christophercs/P1010005.JPG"><img src="http://imagehost.vendio.com/bin/imageserver.x/00000000/christophercs/.mids/P1010005.JPG" ALT="Image Hosting by Vendio" ><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><br>Click to view supersized image</font></A></center><br><br>
<center><A href="http://imagehost.vendio.com/bin/viewimage.x/00000000/christophercs/P1010004.JPG"><img src="http://imagehost.vendio.com/bin/imageserver.x/00000000/christophercs/.mids/P1010004.JPG" ALT="Image Hosting by Vendio" ><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><br>Click to view supersized image</font></A></center>
You could even use that as a template, just paste the same thing in each time after you get the first one and swap out the filenames with the filenames of your next set of images.