Joined: 29 Oct 2005 Posts: 19878 Location: in a state of confusion
Posted: Mon Jan 22, 2007 10:23 pm Post subject:
ok if you remember that tags need to go either side of what you are tagging, the opening tag has [] either side but the closing tag has [/] so if you want to make something bold the symbol for bold is b so the opening tag is
Code:
[b]
and the closing tag is
Code:
[/b]
so to make the word TAG bold you would have to put
Code:
[b]TAG[/b]
the code for a website is url so you need it to have the opening code
Code:
[url]
at the beginning and the closing code
Code:
[/url]
at the end
hope that makes some sense
_________________
Men are like a fine wine. They all start out like grapes, and it's our job to stomp on them and keep them in the dark until they mature into something you'd like to have dinner with.
Joined: 29 Oct 2005 Posts: 19878 Location: in a state of confusion
Posted: Tue Jan 23, 2007 7:02 am Post subject:
that depends what you want it to look like
if you just want it to show the whole web address you need [url] at the beginning and [/url] at the end
like this
Code:
[url]www.ta.forumup.org[/url]
will look like this
Only registered users can see links on this forum! Register or Login on forum!
if you want it to say something different from the web address so instead of showing the whole web address you want it to say TAChat then you need to put
Code:
[url=www.ta.forumup.org]TAChat[/url]
which will then look like this
Only registered users can see links on this forum! Register or Login on forum!
so in your post if you removed the second [url] it would have shown the whole web address
_________________
Men are like a fine wine. They all start out like grapes, and it's our job to stomp on them and keep them in the dark until they mature into something you'd like to have dinner with.
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