TinyPortal

Development => Support => Topic started by: Aretherk on July 25, 2011, 12:06:23 AM

Title: Having problems with hyperlinking on frontpage
Post by: Aretherk on July 25, 2011, 12:06:23 AM
Here is the link to my website d3waypoint.com

If you look on the sides, the hyperlinks go back to the frontpage, but in the code it is definitely not.

Thanks in advance :)
Title: Re: Having problems with hyperlinking on frontpage
Post by: Aretherk on July 25, 2011, 03:16:31 AM
bump
Title: Re: Having problems with hyperlinking on frontpage
Post by: Aretherk on July 25, 2011, 04:04:06 AM
The link on the left - "barbarian" or any other links i put in myself dont work.
Title: Re: Having problems with hyperlinking on frontpage
Post by: WillyP on July 25, 2011, 04:08:06 AM
If it is an html block make a link like this:
<a href="http://www.d3waypoint.com/?board=2.0">Barbarian</a>
or BBCode:
[url=http://www.d3waypoint.com/?board=2.0]Barbarian[/url]

You have some extra quotation marks in your code.
Title: Re: Having problems with hyperlinking on frontpage
Post by: Aretherk on July 25, 2011, 04:09:24 AM
I would like it to go to the sub forum "barbarian" section in the forums. it just goes to the front page for some reason - along with all other hyperlinks i put in.
Title: Re: Having problems with hyperlinking on frontpage
Post by: Aretherk on July 25, 2011, 05:34:37 AM
Quote from: WillyP on July 25, 2011, 04:08:06 AM
If it is an html block make a link like this:
<a href="http://www.d3waypoint.com/?board=2.0">Barbarian</a>
or BBCode:
[url=http://www.d3waypoint.com/?board=2.0]Barbarian[/url]

You have some extra quotation marks in your code.

Ahh!! you're right! there is an extra quoation in my code. Thanks!!