Jump to content
xisto Community
Sign in to follow this  
Reekun

Domain Name Hyperlinking Question? Hyper Link does not point

Recommended Posts

So I try to link to forums.gnarfard.com using a href=link here but it says gnarfard.com/forums.gnarfard.comHow do I get it so it only links to forums.gnarfard.comand leaves the domain name behindthanks for the HTML help :o

Share this post


Link to post
Share on other sites

I checked your home page. Your HTML code is all messy. You haven't used proper tags & attributes. I suggest u correct them. For instance you haven't used body, head or html tags.

As for the link type it as (try searching & then understanding difference between relative & absolute urls)

http://forums.gnarfard.com


And try to avoid the use of bmp format over the internet. Use either jpg or gif or png instead.


And the corrected code for your site
<html>	<head>		<meta content="all" name="Robots">		<meta content="Free resources that will supercharge your e-career into an internet phenomenon!" name="Description">		<meta content="internet, free resources, resources, free, pokemon, runescape, news, videos, content, guides, community, articles, lose weight, diet, free diet, fast diet, fast free diet, weight loss, obesity, forums, neopets, diamond, pearl, yellow, red, blue, crystal, silver, gold" name="Keywords">		<title>			Free resources from Team Gnarfard will supercharge your e-career into an internet phenomenon!		</title>		<link href="/mexican.png" rel="shortcut icon">		<link type="text/css" href="/style.css" rel="stylesheet">		<style type="text/css">			.toggleopacity img{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);-moz-opacity: 0.5;}			.toggleopacity:hover img{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity: 1;}			.toggleopacity img{border: 0px;}			a{text-decoration: none;}		</style>	</head>	<body>		<center>			<a href="http://forums.gnarfard.com" class="toggleopacity">				<img border="0" src="forums.bmp" alt="">			</a>			<a href="index2.html" class="toggleopacity">				<img border="0" src="Ice_Barraged2.bmp" alt="">			</a>			<br>			<strong>				Copyright Š2008 GNARFARD.COM - Team Gnarfard - All rights reserved.				<br>				Use of this site signifies your acceptance of the <a href="tos.html">Terms and Conditions.</a>			</strong>		</center>	</body></html>

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.