 | show code |  |
Posted: 12/13/2007 9:57 AM |
|
|
|
|
|
| Citation |
| Posts |
4814 |
| Word Cnt. |
427,902 |
| BDay |
Oct 23 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Feb 09, 2005
Local time: 2:42 PM
Location: Sterling IL
|

|
|
|
|
 |
I used to be able to show code in ebay groups but now either I can't find that code or it just quit working. This should work but doesn't:
| Quote:
|
|
< for all your < and > for all your >
|
Anyone have any ideas? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: show code |  |
Posted: 12/13/2007 10:01 AM |
|
|
|
|
|
| Citation |
| Posts |
4814 |
| Word Cnt. |
427,902 |
| BDay |
Oct 23 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Feb 09, 2005
Local time: 2:42 PM
Location: Sterling IL
|

|
|
|
|
 |
| <a href="http://stores.ebay.ca/Fishheadtackle">My Store</a> |
|
|
 |
 |
| Back to Top |
|
|
 | Re: show code |  |
Posted: 12/13/2007 2:37 PM |
|
|
|
|
|
| Site Admin |
| Posts |
49593 |
| Word Cnt. |
2,756,445 |
| BDay |
Apr 22 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 12:42 AM
Location: Texas
|

|
|
|
|
 |
I'm not sure what you mean, fishead, something like this?
| Code:
|
[hide]<embed src="http://4fxearth.net/music/misc/catchstar.mid" width=145 height=55 autostart=true>
<noembed>
<bgsound src="http://4fxearth.net/music/misc/catchstar.mid">
</noembed>[/hide]
|
Here on the board it's done by enclosing the code in the ....
eBay may use a bit different tags, they may use < and > instead. I think they use all html and here on the board we use a mixture of html and php code.
If what you're asking about is completely different than I can't help you and some thing Blake would have to answer.
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: show code |  |
Posted: 12/13/2007 7:54 PM |
|
|
|
|
|
| Citation |
| Posts |
4814 |
| Word Cnt. |
427,902 |
| BDay |
Oct 23 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Feb 09, 2005
Local time: 2:42 PM
Location: Sterling IL
|

|
|
|
|
 |
| I tried that
but its didn't work. If I remmeber right there is another way and it had a 9 in it but I can't find anuthing now. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: show code |  |
Posted: 12/13/2007 11:13 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 2:42 AM
Location: St Pete, FL
|

|
|
|
|
 |
| Code:
|
|
<a href="http://stores.ebay.ca/Fishheadtackle">My Store</a>
|
When html is parsed, it can replace < with < and > with > . You usually don't have to make the conversion yourself though. This should work everywhere that HTML code is allowed:
| Code:
|
|
<a href="http://stores.ebay.ca/Fishheadtackle">My Store</a>
|
They may use a form of bbcode like what we use here too. The bbcode tags seem to be pretty universal in all the software apps that I've seen that use them. So the same code could be written like this using bbcode tags:
| Code:
|
|
[url=http://stores.ebay.ca/Fishheadtackle]My Store[/url]
|
Some apps may require that the URL be embedded between quotes:
| Code:
|
|
[url="http://stores.ebay.ca/Fishheadtackle"]My Store[/url]
|
or
| Code:
|
|
[url='http://stores.ebay.ca/Fishheadtackle']My Store[/url]
|
That would be unusual though...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: show code |  |
Posted: 12/14/2007 9:44 PM |
|
|
|
|
|
| Citation |
| Posts |
4814 |
| Word Cnt. |
427,902 |
| BDay |
Oct 23 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Feb 09, 2005
Local time: 2:42 PM
Location: Sterling IL
|

|
|
|
|
 |
I copied your whole post and pasted it nr, here is what I got:
Dec 14, 2007 8:42 PM
When html is parsed, it can replace < with < and > with > . You usually don't have to make the conversion yourself though. This should work everywhere that HTML code is allowed:
Code: ‹ Select ›
My Store
They may use a form of bbcode like what we use here too. The bbcode tags seem to be pretty universal in all the software apps that I've seen that use them. So the same code could be written like this using bbcode tags:
Code: ‹ Select ›
My Store
Some apps may require that the URL be embedded between quotes:
Code: ‹ Select ›
My Store
or
Code: ‹ Select ›
My Store |
|
|
 |
 |
| Back to Top |
|
|
 | Re: show code |  |
Posted: 12/14/2007 10:13 PM |
|
|
|
|
|
| Site Admin |
| Posts |
49593 |
| Word Cnt. |
2,756,445 |
| BDay |
Apr 22 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 12:42 AM
Location: Texas
|

|
|
|
|
 |
Dave, am I understanding you right.... You want the actual code to show up in your post at ebay groups? And what is happening the code disappears when you submit the post?
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: show code |  |
Posted: 12/14/2007 10:30 PM |
|
|
|
|
|
| Site Admin |
| Posts |
49593 |
| Word Cnt. |
2,756,445 |
| BDay |
Apr 22 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 12:42 AM
Location: Texas
|

|
|
|
|
 |
Only suggestion I can make, other than using the [code] tags I suggested earlier, would be to take a screen shot of your code and post that:
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: show code |  |
Posted: 12/17/2007 11:22 AM |
|
|
|
|
|
| Citation |
| Posts |
4814 |
| Word Cnt. |
427,902 |
| BDay |
Oct 23 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Feb 09, 2005
Local time: 2:42 PM
Location: Sterling IL
|

|
|
|
|
 |
| yes that is what I mean rb, I want to show the actual code. I was able to do it but then they changed it and I no longer can. I'm not sure but they changed it so you can leave a link and it auto activates without any code. Maybe this has something to do with it. Everything in ebay is wierd. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: show code |  |
Posted: 12/17/2007 1:37 PM |
|
|
|
|
|
| Site Admin |
| Posts |
49593 |
| Word Cnt. |
2,756,445 |
| BDay |
Apr 22 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 12:42 AM
Location: Texas
|

|
|
|
|
 |
That's a good reason for me to stay away from it then, I'm weird enough already. LOL
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
Welcome to RCF - WHF Forum Index
-> Talk PC
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
All times are GMT - 5 Hours
Page 1 of 1
Add To Bookmarks
|
|
|
|
|