Re: eBay html
Posted: Sat May 31, 2008 12:43 pm
example?
Code: Select all
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=110256279512
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.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".
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".
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).Donn wrote: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.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".
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.
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:cjk wrote: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).Donn wrote: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.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".
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.
Code: Select all
[u]this[/u]
Code: Select all
<span style="text-decoration: underline">this</span>
Sorry, I took "shot" to mean "picture" as in snapshot.Donn wrote: if you post your best shot....
Ouch!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.