Home
Buy on eBid
Sell on eBid
eBid Stores
My eBid
Upgrade to Seller+ Lifetime
eBid Help
Close
Login to Your Account
eBid Community Forums - Chat & find help from others in the eBid Community
Results 1 to 8 of 8

Thread: HTML to embed image in listing please?

  1. #1

    Default HTML to embed image in listing please?

    Hi all
    I want to 'embed' my current postal rates chart http://i.imgur.com/W4roy9g.jpg in all my listings, i.e. I want it to be displayed in the lower half of each item page.

    Unfortunately Excel didn't like the code I got from the ebid 'sell an item' form, this is what I was trying:

    <p><br />
    <img alt="" src="http://i.imgur.com/W4roy9g.jpg" style="width: 505px; height: 475px;" /></p>


    I'm pretty sure the equal signs and quote marks were producing errors in Excel because it was trying to treat them as part of a formula, so I couldn't use this code in my upload.

    Any suggestions please? Sample listing:- http://www.ebid.net/uk/for-sale/040-...-147679306.htm

  2. #2
    Forum Saint cheaver's Avatar
    Join Date
    Nov 2010
    Location
    Thornton Cleveleys, Lancashire, United Kingdom
    View cheaver's Feedback (+1050)
    All-About cheaver
    View cheaver's Listings
    Forum Posts
    7,576

    Default Re: HTML to embed image in listing please?

    Quote Originally Posted by DoubleHappinessRecords View Post
    Hi all
    I want to 'embed' my current postal rates chart http://i.imgur.com/W4roy9g.jpg in all my listings, i.e. I want it to be displayed in the lower half of each item page.

    Unfortunately Excel didn't like the code I got from the ebid 'sell an item' form, this is what I was trying:

    <p><br />
    <img alt="" src="http://i.imgur.com/W4roy9g.jpg" style="width: 505px; height: 475px;" /></p>


    I'm pretty sure the equal signs and quote marks were producing errors in Excel because it was trying to treat them as part of a formula, so I couldn't use this code in my upload.

    Any suggestions please? Sample listing:- http://www.ebid.net/uk/for-sale/040-...-147679306.htm

    ? Include the URL in your listing as in using the image icon ?


    Name:  image.png
Views: 53
Size:  36.4 KB







  3. #3

    Default Re: HTML to embed image in listing please?

    Perhaps I'm not being clear...

    I don't have time to enter the international shipping rates for each item right now, because there are thousands of them all at different weights. So as a 'stop gap' I want to include a full size chart so that overseas buyers can work out what the shipping cost will be. Also, this will help for multiple item orders.

    So I want buyers to see this chart - http://i.imgur.com/W4roy9g.jpg - full size, on each and every listing.

    I tried using the 'add item' form, adding the image url into the listing, and then copying and pasting the resulting HTML code. That's the code that I posted above.

    Unfortunately, Excel did not 'like' it, because it tried to interpret the HTML as a formula, so it kept throwing errors and would not let me save without deleting the offending code.

    So I'm looking for a workaround. I guess a clickable link would be better than nothing, but I would really like the image displayed full-size at the bottom of each listing.

    I hope that's clearer, thanks.

    Edit: I guess I could use 'My Bulk Edit' to find and replace the image url with the code I posted above. It's a funny way of doing it though, I would rather upload with functional HTML in the listings, if possible.
    Last edited by DoubleHappinessRecords; 7th April 2016 at 12:04 PM.

  4. #4
    Forum Master sherlock07's Avatar
    Join Date
    Mar 2013
    Location
    Bradford, West Yorkshire, United Kingdom
    View sherlock07's Feedback (+301)
    All-About sherlock07
    View sherlock07's Listings
    Forum Posts
    1,650

    Default Re: HTML to embed image in listing please?

    Just a thought, have you tried formatting the cell that contains the code as text, that should stop it trying to use it as a formula.

    Sherlock's Watches Store ~ Great Watches for the Family
    Sherlock's Bazaar
    ~ General Store





  5. #5
    Forum Saint JanetB's Avatar
    Join Date
    Feb 2008
    Location
    Sun Valley, Nevada, United States
    View JanetB's Feedback (+1175)
    All-About JanetB
    View JanetB's Listings
    Forum Posts
    13,422

    Default Re: HTML to embed image in listing please?

    Quote Originally Posted by DoubleHappinessRecords View Post
    Perhaps I'm not being clear...

    I don't have time to enter the international shipping rates for each item right now, because there are thousands of them all at different weights. So as a 'stop gap' I want to include a full size chart so that overseas buyers can work out what the shipping cost will be. Also, this will help for multiple item orders.

    So I want buyers to see this chart - http://i.imgur.com/W4roy9g.jpg - full size, on each and every listing.

    I tried using the 'add item' form, adding the image url into the listing, and then copying and pasting the resulting HTML code. That's the code that I posted above.

    Unfortunately, Excel did not 'like' it, because it tried to interpret the HTML as a formula, so it kept throwing errors and would not let me save without deleting the offending code.

    So I'm looking for a workaround. I guess a clickable link would be better than nothing, but I would really like the image displayed full-size at the bottom of each listing.

    I hope that's clearer, thanks.

    Edit: I guess I could use 'My Bulk Edit' to find and replace the image url with the code I posted above. It's a funny way of doing it though, I would rather upload with functional HTML in the listings, if possible.

    <div align="center"><img src="http://i.imgur.com/W4roy9g.jpg" style="width: 505px; height: 475px; alt="shipping costs"></div>

  6. #6

    Default Re: HTML to embed image in listing please?

    Quote Originally Posted by sherlock07 View Post
    Just a thought, have you tried formatting the cell that contains the code as text, that should stop it trying to use it as a formula.
    Yes I did, but it doesn't work, as I need to use the =CONCATENATE formula in Excel to build my descriptions out of my original data columns (artist, title, label, cat# and so on). Thanks anyway.

    Quote Originally Posted by jeweleffects View Post
    <div align="center"><img src="http://i.imgur.com/W4roy9g.jpg" style="width: 505px; height: 475px; alt="shipping costs"></div>
    I had such high hopes for that, but sadly not. It just come up 'the formula you typed contains an error. Again, it's because of the =CONCATENATE formula. Excel doesn't like quotes within quotes, it 'thinks' there should be a comma there to demarcate text from code. This is the whole string I am trying (for row 15864):

    =CONCATENATE(AB15684,": ",AC15684,"<BR><BR>",AF15684,"<BR><BR>",AD1568 4," - ",AE15684,"<BR><BR>Grading item/sleeve: ",AS15684," / ",AT15684,". ",AU15684,"<div align="center"><img src="http://i.imgur.com/W4roy9g.jpg" style="width: 505px; height: 475px; alt="shipping costs"></div>")


    ...but the computer says no. Even reducing it down to...

    =CONCATENATE(AB15684,": ",AC15684,"<BR><BR>",AF15684,"<BR><BR>",AD1568 4," - ",AE15684,"<BR><BR>Grading item/sleeve: ",AS15684," / ",AT15684,". ",AU15684,"<img src="http://i.imgur.com/W4roy9g.jpg" style="width: 505px; height: 475px</div>")

    ...still doesn't work because of the quotes within quotes. Thanks for the suggestion, anyway. I guess I might try the bulk find and replace instead, but I'm unsure if HTML inserted that way would be functional or not?

  7. #7
    Forum Saint astral276's Avatar
    Join Date
    Jun 2008
    Location
    Grantham, Lincolnshire, United Kingdom
    View astral276's Feedback (+194)
    All-About astral276
    View astral276's Listings
    Forum Posts
    19,132

    Default Re: HTML to embed image in listing please?

    Have you tried replacing the double quotes (") with single quotes (')?

    From:

    HTML Code:
    "<div  align="center"><img src="http://i.imgur.com/W4roy9g.jpg"  style="width: 505px; height: 475px; alt="shipping  costs"></div>"
    To:

    HTML Code:
    "<div  align='center'><img src='http://i.imgur.com/W4roy9g.jpg'  style='width: 505px; height: 475px;' alt='shipping  costs'></div>"
    Note: In the second code I have added the closing quote to the style= definition which was omitted in the code you posted.


  8. #8
    Forum Saint Gill's Avatar
    Join Date
    Jan 2008
    Location
    Poulton-le-fylde, Lancashire, United Kingdom
    View Gill's Feedback (+518)
    All-About Gill
    View Gill's Listings
    Forum Posts
    3,383

    Default Re: HTML to embed image in listing please?

    If you upload the pic to your gallery you can use the link given next to it to embed the pic into your listings via bulk edit (I think).

    Sorry, I'm not an html person this is just another idea. Maybe Jan or Mel could say if this idea would work.
    Gill (pronounced Jill) "Have nothing in your house that you do not know to be useful, or believe to be beautiful" William Morris 1834 - 1896

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Follow Us
New To eBid?
Register for Free