• When you click on links to various merchants on this site and make a purchase, this can result in this site earning a commission. Affiliate programs and affiliations include, but are not limited to, the eBay Partner Network.

IMGUR image hosting question
0

2 posts in this topic

IMGUR image hosting question

Hello all,

I am using IMGUR to host my images for eBay sales. For years I have set up a template for eBay using HTML in the main body of my listing. I have used the following line of HTML code to show a large image of the item I am selling. All of a sudden I get a little X'd out box instead of the image I am looking for. The X can be clicked on and it provides the correct image, but I would rather it show up than having a prospective buyer have to take one additional step. Any help would be appreciated. The line of code is shown below.

<a href="http://imgur.com/b0CZ9Ow"><img src="http://i.imgur.com/b0CZ9Owh.jpg" title="source: imgur.com" /></a>

-Joe

 

Link to comment
Share on other sites

I tested this by just adding the line:

<img title="source: imgur.com" src="http://i.imgur.com/b0CZ9Owh.jpg" />

to the end of one of my listings and previewing it. The image shows up fine for me. Maybe this is a typo somewhere else in your html, or maybe try removing the <a> tag.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
0