Skip to main content

Hi all! I'm new to Auctiva. This is a bad time for me to be learning a new auction site but I couldn't help myself.

I am trying to create a template to use from what I had been using with Turbo Lister. The code I used is below. I keep getting an error message that one and ONLY one description tag can be used. What does that mean?



Posted November 15, 2005 02:41 PM
<table width="100%" cellpadding=40 cellspacing=0 border=1 background=" http://img.photobucket.com/albums/v51/my*2*angelsblue/pansybg.gif" >
<tr><td width="100%">
<p><center>
<table width="100%" cellpadding=20 cellspacing=0 border=1 background=" http://img.photobucket.com/albums/v51/my*2*angelsblue/purpl037.jpg">
<tr><td width="100%">
<p><center>
<table width="100%" cellpadding=20 cellspacing=0 border=1 bgcolor=white>
<tr><td width="100%">

<center>

<table border="0" width="500">
<DIV align=center><font color=8F2AB2 size=5><b>[TITLE]</b></font><p>
<tr>
<center><b><div align="center"><img src="http://img.photobucket.com/albums/v51/my*2*angelsblue/pansywelcome.gif">
</td>

</tr>

<tr>

<td width="100%">

<p align="center">[IMAGE1]

</td>



</tr> <p>

<tr>
<td width="100%"><center><img src=http://img.photobucket.com/albums/v51/my*2*angelsblue/pansydesc.gif
</center>
<p><font color="black"> <font face="verdana" size="3"><p align=left>[DESCRIPTION]<p></font><center>
</tr>

<tr>


<td width="100%"><center><img src=http://img.photobucket.com/albums/v51/my*2*angelsblue/pansypayship.gif>
</center>

<div align=left><font color="black"> <font face="verdana" size="3">[SHIP_PAY_DETAILS]</CENTER><p>

<CENTER><A href="http://cgi6.ebay.com/ws/eBayISAPI.dll?ViewSellersOtherItems&include=0&userid=YOUR_EBAY_USER_ID_HERE&sort=3&rows=25&since=-1&rd=1"><FONT color=#8F2AB2 size=4>My Other Auctions</FONT></A> | <A href="http://members.ebay.com/ws2/eBayISAPI.dll?ViewUserPage&userid=YOUR_EBAY_USER_ID_HERE"><FONT color=#8F2AB2 size=4>About Me</FONT></A> | <A href="http://feedback.ebay.com/ws/eBayISAPI.dll?ViewFeedback&userid=YOUR_EBAY_USER_ID_HERE"><FONT color=#8F2AB2 size=4>My Feeback</A>
<p>



<center><font color=8F2AB2 face=verdana><h6>An AngelsBlue Template ©2005</h6></font></center>

</td></tr></table>
</td></tr></table>
</td></tr></table>
</table>


Thanks, Eden
Original Post

Replies sorted oldest to newest

I double-checked everything against the one that I use and it's the same, so I don't know what the problem was. I was able to list with it okay the other day.

Just a note - I may be 'discontinuing' that template from my list in the next month or so. You may want to save the images to your own host. If you would like me to send you an email with the images, please let me know.
OK, Sorry, I pasted the wrong code in. Here is the one I have used on TurboLister:
<!--ASW-->
<table width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>
<tr>
<td>
<SCRIPT LANGUAGE='JavaScript' type='text/javascript'>function passpara(){return '&csw_auctionCloseMessage=&csw_bottomText=Click here to browse all my eBay items!&csw_emptyWindowText=I have no items for sale right now. Please come back later&csw_topText=Auctiva Store: The Little Ivy Cottage&id=31844&itembgcolor=0xFFFFFF&bordercolor=0x000000&storewindowbgcolor=0xc6ce9c&toptextcolor=0x404629&bottomtextcolor=0x404629&stripcolor=0xc6ce9c&auctionclosemessagecolor=0xc6ce9c&emptyboxmessagecolor=0xFFFFFF&buttovercolor=0xc6ce9c&buttoutcolor=0x00000AA&searchtitlecolor=0x404629&searchbuttbgcolor=0xc0c0c0&searchbutttextcolor=0x000000&searchbuttbordercolor=0x000000&itemhighlightcolor=0xfff000&navbuttonactivecolor=0x4bc1ee&navbuttonoutlinecolor=0xff9900&navbuttoninactivebgcolor=0x000000';} </script>
<SCRIPT language='JavaScript' type='text/javascript'><!--

var flashVersion = 0;
var agent = navigator.userAgent.toLowerCase();
if (navigator.plugins != null && navigator.plugins.length > 0)
{
var flashPlugin = navigator.plugins['Shockwave Flash'];
if (typeof flashPlugin == 'object')
{
//
// need flash version 6 or higher (this code should work with future flash plugins.)
//
if (flashPlugin.description.indexOf(' 5.') != -1)
flashVersion = 5;
else if (flashPlugin.description.indexOf(' 4.') != -1)
flashVersion = 4;
else if (flashPlugin.description.indexOf(' 3.') != -1)
flashVersion = 3;
else if (flashPlugin.description.indexOf(' 2.') != -1)
flashVersion = 2;
else if (flashPlugin.description.indexOf(' 1.') != -1)
flashVersion = 1;
else if (flashPlugin.description.indexOf(' 6.') != -1)
flashVersion = 6;
else if (flashPlugin.description.indexOf(' 7.') != -1)
flashVersion = 7;
else
flashVersion = 8;
}
}
else if (agent.indexOf('msie') != -1 && parseInt(navigator.appVersion) >= 4 && agent.indexOf('win')!=-1 && agent.indexOf('16bit')==-1)
{
document.writeln('<scr' + 'ipt language="VBScript">');
document.writeln('on error resume next');
document.writeln('dim obFlash ');
document.writeln('set obFlash = CreateObject("ShockwaveFlash.ShockwaveFlash.7")');
document.writeln('if IsObject(obFlash) then ');
document.writeln('flashVersion = 7 ');
document.writeln('else set obFlash = CreateObject("ShockwaveFlash.ShockwaveFlash.6") end if ');
document.writeln('if flashVersion < 7 and IsObject(obFlash) then ');
document.writeln('flashVersion = 6 ');
document.writeln('else set obFlash = CreateObject("ShockwaveFlash.ShockwaveFlash.5") end if ');
document.writeln('if flashVersion < 6 and IsObject(obFlash) then ');
document.writeln('flashVersion = 5 ');
document.writeln('else set obFlash = CreateObject("ShockwaveFlash.ShockwaveFlash.4") end if ');
document.writeln('if flashVersion < 5 and IsObject(obFlash) then ');
document.writeln('flashVersion = 4 ');
document.writeln('else set obFlash = CreateObject("ShockwaveFlash.ShockwaveFlash.3") end if ');
document.writeln('if flashVersion < 4 and IsObject(obFlash) then ');
document.writeln('flashVersion = 3 ');
document.writeln('end if ');
document.writeln('</scr' + 'ipt>');
}
if (flashVersion >= 6)
{
document.writeln('<table align="center" valign="top" border="0" cellspacing="0" cellpadding="0">');document.writeln('<tr><td width="247"><tr><td align="right" valign="top">');document.writeln('<OBJECT classid="clsidBig Grin27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="752" HEIGHT="227" id="auctivastorewindow" ALIGN="middle">');document.writeln('<PARAM NAME=movie VALUE="http://asw.auctiva.com/StoreWindow_HScroller.swf">');document.writeln('<PARAM NAME=FlashVars VALUE="'+passpara()+'">');document.writeln('<PARAM NAME=quality VALUE=high>');
document.writeln('<PARAM NAME=wmode VALUE=transparent>');
document.writeln('<PARAM NAME=allowScriptAccess VALUE=always>');
document.writeln('<PARAM NAME=bgcolor VALUE=#FFFFFF>');document.writeln('<EMBED src="http://asw.auctiva.com/StoreWindow_HScroller.swf" FlashVars="'+passpara()+'"quality=high bgcolor=#FFFFFF');document.writeln('WIDTH="752" HEIGHT="227" NAME="auctivastorewindow" ALIGN="middle"');document.writeln('TYPE="application/x-shockwave-flash"');document.writeln('PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');document.writeln('</EMBED>');
document.writeln('</OBJECT>');
document.writeln('</td></tr></table>');
}
else
{document.write('<a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"><img src="http://www.auctiva.com/images/StoreWin_NoFlashPlayer_Hor.jpg" border="0"></a>');}

document.writeln('<NOSCRIPT>');document.writeln('<a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"><img src="http://www.auctiva.com/images/StoreWin_NoFlashPlayer_Hor.jpg" border="0"></a>');document.writeln('</NOSCRIPT>');

//--></SCRIPT></td>
</tr>
</table>
<!--ASW-->



<TABLE CELLSPACING="28" CELLPADDING="0" WIDTH="100%">
<TR>
<TD VALIGN="top">
<table align=center width=80% cellpadding=2 cellspacing=0 border=0 background="http://users.conwaycorp.net/coopermc/ebay/goldstrip.jpg">
<tr><td>


<table align=center width="100%" cellpadding=40 cellspacing=0 border=0 background="http://users.conwaycorp.net/coopermc/ebay/ivy74[1].gif"><tr><td width="100%">


<table align=center width="100%" cellpadding=2 cellspacing=0 border=0 background="http://users.conwaycorp.net/coopermc/ebay/goldstrip.jpg">
<tr><td>


<table align=center width="100%" cellpadding=40 cellspacing=0 border=0 background="http://users.conwaycorp.net/coopermc/ebay/ivybk2.gif">
<tr><td width="100%">

<table align=center width="100%" cellpadding=3 cellspacing=0 border=0 background="http://users.conwaycorp.net/coopermc/ebay/goldstrip.jpg">

<tr><td>


<table align=center width="100%" cellpadding=20 cellspacing=0 border=0 background="http://users.conwaycorp.net/coopermc/ebay/Background for Ramona.jpg">
<tr><td width="100%">
<p> <center>

<img src="http://img.photobucket.com/albums/v313/ramona43/ReducedSizeBanner2.gif"></center></p>

<table align=center width=60%" cellpadding=2 cellspacing=0 border=0 background="http://users.conwaycorp.net/coopermc/ebay/goldstrip.jpg">
<tr><td>
<center><a href="http://ult-tex.net/counts/index.cgi">
<img src="http://ult-tex.net/counts/xmas/ban.pl?08" width="505" height="60" border="0" alt="Christmas Countdown Banner"></a><br></td></tr></table>
<br>


<center><font size=6 font face="Georgia" font color=#F3FBC5 > Women's Venezia Jeans Co.<br> Peasant Blouse <br>Sz 22/24 </font></center>

<br><br>

<center>
<SCRIPT LANGUAGE="JavaScript">
//Declare an array
var CachedImages
CachedImages = new Array(1)
//Fill the array with images
CachedImages[0] = new Image
CachedImages[0]="http://img.photobucket.com/albums/v313/ramona43/eBay%20Clothes/eBay%20WP%20Adult%20Clothes/BeigePeasant2.jpg"
CachedImages[1] = new Image
CachedImages[1]="http://img.photobucket.com/albums/v313/ramona43/eBay%20Clothes/eBay%20WP%20Adult%20Clothes/BeigePeasant.jpg"



function ChangeImage(n)
{
document.SpaceImage.src=CachedImages[n]
}

</SCRIPT>
<Table width=40% CELLPADDING="5" CELLSPACING="0" background="http://users.conwaycorp.net/coopermc/ebay/goldstrip.jpg"><tr><td><IMG SRC="http://img.photobucket.com/albums/v313/ramona43/eBay%20Clothes/eBay%20WP%20Adult%20Clothes/BeigePeasant.jpg"NAME="SpaceImage"></TD>
</TR></TABLE>


</CENTER>

<P>
<FORM NAME="ImageSelector">
<CENTER>
<INPUT TYPE="BUTTON" VALUE="Picture 1" onClick="ChangeImage(0)">
<INPUT TYPE="BUTTON" VALUE="Picture 2" onClick="ChangeImage(1)">



</CENTER>
</FORM></p>

<P>


<br>

<center><img src="http://img.photobucket.com/albums/v313/ramona43/Description.jpg"></center>



<Table align=center width=100% CELLPADDING="5" CELLSPACING="0" background="http://users.conwaycorp.net/coopermc/ebay/goldstrip.jpg">
<tr><td>

<Table align=center width=100% CELLPADDING="5" CELLSPACING="10" bgcolor=#F3FBC5>
<tr><td>

<br>

<p align=justify><font size=4 font face="Georgia" font color=607542>

This <b>fabulous, </b> women's plus size peasant blouse is just right for the season. Beautiful sheer fabric and long sleeves that end is the prettiest ruffles lends that "just right" amount of sexiness. <br><br> It is made of 100% polyester and is machine washable in cold water and tumble dry on low. Tag size: 22/24.<br><Br>

There are <b>NO</b> rips, holes, fraying or stains. The pictures don't do this blouse justice.<br><br>


<P align=center>

<img src="http://img.photobucket.com/albums/v313/ramona43/Picture1016.gif">
<center>Actual Measurements:<br><Br>
Shoulder:     18"<br>
Sleeves, to top of the ruffle:     24"<br>
Length from back neckline to hem:     26"<br>Bust:     56"<br></center>



<P align=center>

<img src="http://img.photobucket.com/albums/v313/ramona43/Picture1016.gif">



<center><br><br>Please check my other auctions for a variety of items . <p>

<p align=center><font size=5 font face="Georgia" font color=607542>
Just click here to start shopping at<a href= http://stores.ebay.com/thelittleivycottage> The Little Ivy Cottage </a>


<br><br>You will <b><font color=#8B475D>
not</font></b> be disappointed!</font>



<br><br>All my items come from a <B>Smoke-free and Pet-free</b> environment.</font>

</td></tr></table></td></tr></table>

<br><br>

<center><img src="http://img.photobucket.com/albums/v313/ramona43/Shipping.jpg"></center>





<Table width=100% CELLPADDING="5" CELLSPACING="0" background="http://users.conwaycorp.net/coopermc/ebay/goldstrip.jpg">
<tr><td>

<Table width=100% CELLPADDING="5" CELLSPACING="10"bgcolor=#F3FBC5>
<tr><td>


<p align=center><font size=4 font face="Georgia" color=607542>

This Item will be shipped<p><u><b> <center>USPS FLAT RATE MAIL</center></u></b> <p><B>With</b> Delivery Confirmation and is <b>INSURED</b> for your protection.


<br><Br>Shipping for this item is a <b>$4.00</b>!!



<p align=justify><font size=4 font face="Georgia" color=607542>

If you live in Alaska or Hawaii or outside of the USA, shipping will determined according to your location. If you would like me to quote your shipping cost, send me your address and I would be happy to reply.

<br><br>I will ship item within 3 business days after your payment has cleared. I ship items on Tuesdays and Fridays.

<br><br>All items are shipped from the <I><b> beautiful foothills</b></i> of the Ozark Mountains in </font></p>
<b><font size=8 face="Black Chancery" color=607542><center> Arkansas</center></font></b>

<p align=Justify><font size=4 font face="Georgia" color=607542>


All claims are between buyer and carrier. I will gladly provide any necessary paperwork if a problem does arise.
<p>

Just click for more <b>FABULOUS FINDS</b> at<a href= http://stores.ebay.com/thelittleivycottage> The Little Ivy Cottage </a>


</td></tr></table></td></tr></table>

<br><br>
<center><img src="http://img.photobucket.com/albums/v313/ramona43/Payment.jpg"></center>

<Table align=center width=100% CELLPADDING="5" CELLSPACING="0" background="http://users.conwaycorp.net/coopermc/ebay/goldstrip.jpg">
<tr><td>
<Table align=center width=100% CELLPADDING="5" CELLSPACING="10"bgcolor=#F3FBC5>
<tr><td>

<P align=justify><font size=4 font face="Georgia" font color=607542>

I accept Paypal, Money Orders, and Cashier's checks.

<br><br><b><FONT color=#8B0000
>Paypal </FONT></b> is the preferred method of payment as it allows you to receive your item quicker. <P>Unfortunately, for international payments I can <b><font color=#8B0000>only</font></b> accept PAYPAL and BIDPAY...due to bank fees for cashing money orders...sorry.

<br><br>The winning bidder should contact me within 3 days of auction's close and payment is due within <B><U>10</U></B> days of auction's close unless other arrangements have been made.

<br><br>If you plan on bidding on more than one of my auction's, <B>PLEASE</B> contact me after the <B>FIRST</B> auction ends and send your shipping information. When the last auction ends, I will gladly combine shipping charges for you.


<br><br>I welcome all NEW ebay users. If there is any part of my policies you don't understand, please feel free to ask me!</font></p>

</td></tr></table></td></tr></table>


<br><br>
<center><img src="http://img.photobucket.com/albums/v313/ramona43/Returns.jpg"> </center>





<Table align=center width=100% CELLPADDING="5" CELLSPACING="0" background="http://users.conwaycorp.net/coopermc/ebay/goldstrip.jpg">
<tr><td>

<Table align=center width=100% CELLPADDING="5" CELLSPACING="10"bgcolor=#F3FBC5>
<tr><td>

<P align=justify> <font size=4 font face="Georgia" font color=607542>

Most of my items are "vintage" or "pre-owned" unless stated as <B><U>NEW</U></B>. The Little Ivy Cottage offers a money back guarantee if returned within 7 days of receipt.

<br><br>If a problem does arise, buyer is required to contact me within 5 days of receiving your item or items so that I may attempt to resolve the matter for a positive outcome.</font></p>

<CENTER><font face="georgia" font size=5 font color=607542>Be sure to add me to your </font></STRONG><A href="http://my.ebay.com/ws/eBayISAPI.dll?AcceptSavedSeller&sellerid=ramona43&storename=default&myfavlogin=0" target=_blank><STRONG><EM><font size=5>favorites list</font></EM></STRONG></A><STRONG><EM>! </CENTER></EM></STRONG>


</TD>
</TR></TABLE></td></tr></table>


<P align=center><font color=#F3FBC5><b>

Your bid is a binding contract, so please email with any questions <B><U><font color=#8B0000
>PRIOR</font></U></B> to bidding!

<P align=center><font color=#F3FBC5 font size=4>

YOUR SATISFACTION IS A TOP PRIORITY

<br><br>Happy Bidding!!<BR><br>Thanks for Looking!</b></font></p>


<P align=center><IMG src="http://users.conwaycorp.net/coopermc/ebay/emailfairy.gif">

<br><br>

<A href="mailto:coopermc@conwaycorp.net"><FONT color=#F3FBC5 size=4><b>please email all questions</b></font></A></p></TD></TR></TABLE></td>

</tr></table></td>
</tr></table></td>
</tr></table></td>
</tr></table></td>
</tr></table>





</TD>
</TR>
</TABLE>



Thanks,Eden

Add Reply

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