Hello.

My problem is simple, yet it's complicated. When I try to link somewheres that out of my site, I can't. The code in the index.html file is correct, but yet whenever I link somewhere it adds the url of my board to the link, so lets say my board is www.myboard.com. When I try to put a link on the main page to my forum, it links to "www.myboard.comwww.forums.myboard.com" instead of just simply "www.forums.myboard.com". Is there any reason why my links always add the extension of my URL? (The code is correct, I've checked it a thousand times, but it just adds the url of my board before the url of what I want the link to be (so the page doesn't get displayed)).

Thank you.

What's the code look like? If you've never linked to an external site, then you need to understand that you have to add http:// to the beginning of the url: <a href="http://www.forums.myboard.com">link</a>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.