Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
show code
Post new topic   Reply to topic View previous topic :: View next topic
Welcome to RCF - WHF Forum Index -> Talk PC Add To Bookmarks
show code
PostPosted: 12/13/2007 9:57 AM Reply with quote
Citation
fishead
Citation
Posts 4814
Word Cnt. 427,902
BDay Oct 23
Sign Scorpio
Sex Sex:Male
Joined: Feb 09, 2005
Local time: 9:51 AM
Location: Sterling IL
usaCa.gif
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:
&lt; for all your < and &gt; for all your >


Anyone have any ideas?
Back to Top
View all pictures posted by this userView user's profile Find all posts by fishead Send private message   Visit poster's website Phoogle Map Visit poster's Blog
Re: show code
PostPosted: 12/13/2007 10:01 AM Reply with quote
Citation
fishead
Citation
Posts 4814
Word Cnt. 427,902
BDay Oct 23
Sign Scorpio
Sex Sex:Male
Joined: Feb 09, 2005
Local time: 9:51 AM
Location: Sterling IL
usaCa.gif
&lt;a href="http://stores.ebay.ca/Fishheadtackle">My Store</a&gt;
Back to Top
View all pictures posted by this userView user's profile Find all posts by fishead Send private message   Visit poster's website Phoogle Map Visit poster's Blog
Re: show code
PostPosted: 12/13/2007 2:37 PM Reply with quote
Site Admin
rb2d2
Site Admin
Posts 49593
Word Cnt. 2,756,445
BDay Apr 22
Sign Taurus
Sex Sex:Female
Joined: Sep 25, 2004
Local time: 7:51 PM
Location: Texas
texasC.gif
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.


sunny
Back to Top
View all pictures posted by this userView user's profile Find all posts by rb2d2 Send private message   Visit poster's website Phoogle Map
Re: show code
PostPosted: 12/13/2007 7:54 PM Reply with quote
Citation
fishead
Citation
Posts 4814
Word Cnt. 427,902
BDay Oct 23
Sign Scorpio
Sex Sex:Male
Joined: Feb 09, 2005
Local time: 9:51 AM
Location: Sterling IL
usaCa.gif
I tried that
Code:
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
View all pictures posted by this userView user's profile Find all posts by fishead Send private message   Visit poster's website Phoogle Map Visit poster's Blog
Re: show code
PostPosted: 12/13/2007 11:13 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 9:51 PM
Location: St Pete, FL
peace.gif
Code:
&lt;a href="http://stores.ebay.ca/Fishheadtackle"&gt;My Store&lt;/a&gt;

When html is parsed, it can replace < with &lt; and > with &gt; .  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...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: show code
PostPosted: 12/14/2007 9:44 PM Reply with quote
Citation
fishead
Citation
Posts 4814
Word Cnt. 427,902
BDay Oct 23
Sign Scorpio
Sex Sex:Male
Joined: Feb 09, 2005
Local time: 9:51 AM
Location: Sterling IL
usaCa.gif
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
View all pictures posted by this userView user's profile Find all posts by fishead Send private message   Visit poster's website Phoogle Map Visit poster's Blog
Re: show code
PostPosted: 12/14/2007 10:13 PM Reply with quote
Site Admin
rb2d2
Site Admin
Posts 49593
Word Cnt. 2,756,445
BDay Apr 22
Sign Taurus
Sex Sex:Female
Joined: Sep 25, 2004
Local time: 7:51 PM
Location: Texas
texasC.gif
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?


dontknow
Back to Top
View all pictures posted by this userView user's profile Find all posts by rb2d2 Send private message   Visit poster's website Phoogle Map
Re: show code
PostPosted: 12/14/2007 10:30 PM Reply with quote
Site Admin
rb2d2
Site Admin
Posts 49593
Word Cnt. 2,756,445
BDay Apr 22
Sign Taurus
Sex Sex:Female
Joined: Sep 25, 2004
Local time: 7:51 PM
Location: Texas
texasC.gif
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
View all pictures posted by this userView user's profile Find all posts by rb2d2 Send private message   Visit poster's website Phoogle Map
Re: show code
PostPosted: 12/17/2007 11:22 AM Reply with quote
Citation
fishead
Citation
Posts 4814
Word Cnt. 427,902
BDay Oct 23
Sign Scorpio
Sex Sex:Male
Joined: Feb 09, 2005
Local time: 9:51 AM
Location: Sterling IL
usaCa.gif
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
View all pictures posted by this userView user's profile Find all posts by fishead Send private message   Visit poster's website Phoogle Map Visit poster's Blog
Re: show code
PostPosted: 12/17/2007 1:37 PM Reply with quote
Site Admin
rb2d2
Site Admin
Posts 49593
Word Cnt. 2,756,445
BDay Apr 22
Sign Taurus
Sex Sex:Female
Joined: Sep 25, 2004
Local time: 7:51 PM
Location: Texas
texasC.gif
That's a good reason for me to stay away from it then, I'm weird enough already.  LOL


sunny
Back to Top
View all pictures posted by this userView user's profile Find all posts by rb2d2 Send private message   Visit poster's website Phoogle Map
 Post new topic  Reply to topic
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

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.0653s (PHP: 80% - SQL: 20%) - SQL queries: 58 - GZIP disabled - Debug on