eBay html

Sell and Buy equipment via Ebay and Craigslist
Forum rules
This is for posting links to off site deals that you are not personally selling,but wanting to pass along good deals
Post Reply
User avatar
windshieldbug
Once got the "hand" as a cue
Once got the "hand" as a cue
Posts: 11516
Joined: Tue Mar 01, 2005 4:41 pm
Location: 8vb

Re: eBay html

Post by windshieldbug »

example?
Instead of talking to your plants, if you yelled at them would they still grow, but only to be troubled and insecure?
User avatar
Bandmaster
4 valves
4 valves
Posts: 778
Joined: Sat May 15, 2004 3:33 am
Location: Upland, CA
Contact:

Re: eBay html

Post by Bandmaster »

It goes like this:

Code: Select all

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=110256279512
Just replace the item numer at the end of the URL with the item number of the auction in question.

Jupiter Tuba for sale on eBay
Dave Schaafsma
Image
1966 Holton 345 | 1955 York-Master | 1939 York 716 | 1940 York 702 | 1968 Besson 226 | 1962 Miraphone 186 | 1967 Olds | 1923 Keefer EEb | 1895 Conn Eb | 1927 Conn 38K | 1919 Martin Helicon
User avatar
cjk
5 valves
5 valves
Posts: 1915
Joined: Fri Mar 19, 2004 12:16 pm

Re: eBay html

Post by cjk »

Any time you have an html question like this, you can always locate and example of what you're trying to do, then select View Page Source, that wil show you the code.
User avatar
The Jackson
5 valves
5 valves
Posts: 1652
Joined: Sun Oct 07, 2007 9:34 pm
Location: Miami, FL

Re: eBay html

Post by The Jackson »

I guess eBay doesn't want people to not pay for pictures by hosting them off-eBay.

That doesn't stop anyone from copy+pasting the URL in the browser, though. :wink:
User avatar
Donn
6 valves
6 valves
Posts: 5977
Joined: Fri Aug 19, 2005 3:58 pm
Location: Seattle, ☯

Re: eBay html

Post by Donn »

bloke wrote: I went back and put the html stuff (at least what I thought I knew as correct) around the web address in the field, and it still just ended up as "text".
To spell out cjk's point in a little more detail: if you post your best shot and then look at the text in a source view, and what you put in there is still there more or less the way you wrote it, then evidently what you thought you knew as correct may actually be wrong, and you just want to know the HTML for a link.

If it has been enclosed or encoded so it won't work, then you want to know whether they support links at all, maybe with some non-HTML markup like we use here. No idea. Nobody said eBay was your friend.
User avatar
The Jackson
5 valves
5 valves
Posts: 1652
Joined: Sun Oct 07, 2007 9:34 pm
Location: Miami, FL

Re: eBay html

Post by The Jackson »

Killing hotlinks, but not pictures?


Whatttttever :|
User avatar
cjk
5 valves
5 valves
Posts: 1915
Joined: Fri Mar 19, 2004 12:16 pm

Re: eBay html

Post by cjk »

bloke wrote:yeah-yeah

Here's what I'm talking about:

IN THE PAST (on eBay) if you were setting up and auction to sell something, and typed a web address in the "description" field", it automatically showed up as a link.

NOW, when you type in web addresses in that field, it is just "text" (no link). I went back and put the html stuff (at least what I thought I knew as correct) around the web address in the field, and it still just ended up as "text".

:(

Give a bloke a fish; you have fed him for today. Teach a bloke to fish; and you have fed him for a lifetime

View the source.

or view this:
http://www.w3.org/TR/html401/struct/links.html" target="_blank
User avatar
cjk
5 valves
5 valves
Posts: 1915
Joined: Fri Mar 19, 2004 12:16 pm

Re: eBay html

Post by cjk »

Donn wrote:
bloke wrote: I went back and put the html stuff (at least what I thought I knew as correct) around the web address in the field, and it still just ended up as "text".
To spell out cjk's point in a little more detail: if you post your best shot and then look at the text in a source view, and what you put in there is still there more or less the way you wrote it, then evidently what you thought you knew as correct may actually be wrong, and you just want to know the HTML for a link.

If it has been enclosed or encoded so it won't work, then you want to know whether they support links at all, maybe with some non-HTML markup like we use here. No idea. Nobody said eBay was your friend.
No, not really. My post suggested nothing to do with pictures because Bloke wasn't asking about pictures. Bloke wants to post a URL link that show up as a URL. What I was suggesting is that he look for an example of what he is trying to do (in other words, go look at ebay until you find somebody else's listing that has a working hotlink that is listed as the URL, then view the source code of that page to see what the lister did).
User avatar
Uncle Buck
5 valves
5 valves
Posts: 1243
Joined: Fri Aug 27, 2004 3:45 pm
Location: Salt Lake City, Utah
Contact:

More important question

Post by Uncle Buck »

The more important question is,

What do you have for sale on the bay right now, Bloke?
User avatar
windshieldbug
Once got the "hand" as a cue
Once got the "hand" as a cue
Posts: 11516
Joined: Tue Mar 01, 2005 4:41 pm
Location: 8vb

Re: eBay html

Post by windshieldbug »

I would be willing to bet that hackers have figured out that putting live html in ebay items is a great delivery device; and so ebay is forced to scrub out (or de-activate) any "live" html before it's posted.

They HAVE to allow other picture hosting sites, or be accused of being a monopoly.

Like AOL and Microsoft, I don't love 'em, but I don't envy them their problems, either...
Instead of talking to your plants, if you yelled at them would they still grow, but only to be troubled and insecure?
User avatar
Donn
6 valves
6 valves
Posts: 5977
Joined: Fri Aug 19, 2005 3:58 pm
Location: Seattle, ☯

Re: eBay html

Post by Donn »

cjk wrote:
Donn wrote:
bloke wrote: I went back and put the html stuff (at least what I thought I knew as correct) around the web address in the field, and it still just ended up as "text".
To spell out cjk's point in a little more detail: if you post your best shot and then look at the text in a source view, and what you put in there is still there more or less the way you wrote it, then evidently what you thought you knew as correct may actually be wrong, and you just want to know the HTML for a link.

If it has been enclosed or encoded so it won't work, then you want to know whether they support links at all, maybe with some non-HTML markup like we use here. No idea. Nobody said eBay was your friend.
No, not really. My post suggested nothing to do with pictures because Bloke wasn't asking about pictures. Bloke wants to post a URL link that show up as a URL. What I was suggesting is that he look for an example of what he is trying to do (in other words, go look at ebay until you find somebody else's listing that has a working hotlink that is listed as the URL, then view the source code of that page to see what the lister did).
My post also suggested nothing to do with pictures. I see I was wrong to give you credit for this insight into problem analysis. Your strategy isn't entirely without value - at least, you'd end up with some evidence that eBay pages can be made to contain links - but there's no guarantee you could determine what the lister actually did, because the "source" isn't necessarily what the lister submitted, but rather what the browser finds on the site after eBay has done their thing to it. For example, here I write this like so:

Code: Select all

[u]this[/u]
, but source view would like you to think I wrote

Code: Select all

<span style="text-decoration: underline">this</span>
. If eBay does allow links, but squashes the HTML you'd normally use to make one, then likely it does so this way and you'd need to know its own markup language, not HTML. I imagine windshieldbug is right about that, and they just don't allow links, but at least if you do what I suggest you will see what they do to them.
User avatar
cjk
5 valves
5 valves
Posts: 1915
Joined: Fri Mar 19, 2004 12:16 pm

Re: eBay html

Post by cjk »

Donn wrote: if you post your best shot....
Sorry, I took "shot" to mean "picture" as in snapshot.
Donn wrote: My post also suggested nothing to do with pictures. I see I was wrong to give you credit for this insight into problem analysis.
Ouch!
Post Reply