Relating to the site
User avatar
By kingjmack
#256323 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
User avatar
By kingjmack
#256325 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!