Page 1 of 1

HTML Link in Sig

PostPosted: Sun May 22, 2011 2:30 pm
by kingjmack
I am trying to put a link in my sig to my build thread, but its not working. Here is the code im using
<a href="url">Link text</a>

So, I put in my url and text
<a href="http://civic-eg.com/viewtopic.php?t=18236&postdays=0&postorder=asc&start=0">My EJ1 Build Thread</a>

The only thing that shows up in my sig is the "My EJ1 Build Thread, but u are anable to click on the link

What am I doing wrong?

Thanks

PostPosted: Sun May 22, 2011 2:37 pm
by kingjmack
Nevermind, I just figured it out. Turns out I needed to use BBCode instead of HTML code. Now everything works perfect.

Here's what I did. Took this line of code:

[url=http://www.phpbb.com/]Visit phpBB![/url]

Erased the "http://www.phpbb.com", and put in the link to my thread so its looks like this

[url=http://civic-eg.com/viewtopic.php?t=18236&postdays=0&postorder=asc&start=0/]Visit phpBB![/url]

Then I erased the "Visit phpBB!" and typed in "My EJ1 Build Thread" so it looks like this

[url=http://civic-eg.com/viewtopic.php?t=18236&postdays=0&postorder=asc&start=0/]My EJ1 Build Thread[/url]

Now everything should work!!!

Be careful to ONLY erase what was listed and not ANYTHING else.

I hope this helps everyone!