Unfortunately, I can't help with your actual question, as I don't really know what you're talking about. However, I can help you with your forum code problem.
First of all, You need to remove the "code" tags from your line. That tag is used to disable the effects of all other forum tags for the purpose of giving examples, and thus, no links will work when they are presented inside of it.
Next, the only tag you need to use is the "url" code (which you did use as well). However, your usage is slightly off. Instead of:
- Code: Select all
here[url]http://cgi.ebay.com/Clone-Scout-Helmet-Prop-Kit-not-BARC-star-wars-fans-/280545136046?pt=LH_DefaultDomain_0&hash=item4151cb0dae#ht_4185wt_1141[/url]
You should instead have:
- Code: Select all
[url=http://cgi.ebay.com/Clone-Scout-Helmet-Prop-Kit-not-BARC-star-wars-fans-/280545136046?pt=LH_DefaultDomain_0&hash=item4151cb0dae#ht_4185wt_1141]here[/url]
Which yields:
hereSince you're new to BBC code, I'd suggest reading the
BBC Code Guide, specifically, the
Creating Links section.