TinyPortal
Development => Support => Topic started 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 :)
bump
The link on the left - "barbarian" or any other links i put in myself dont work.
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.
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.
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!!