Click to See Complete Forum and Search --> : [RESOLVED] Simple Question about A HREF


Arnack
09-08-2007, 09:09 PM
Hello, I recently bought a website, and I was making some pages for it, until I ran across this simple problem:
I have a main index (arnack.com/index) and then I have a sub domain (webdesign.arnack.com) and on my webdesign page when I put a link back to my index page (<a href="www.arnack.com>home</a>) it takes me to webdesign.arnack.com/www.arnack.com. How can I just make it go to arnack.com instead of the sub domain?
-Arnack

tracknut
09-08-2007, 10:35 PM
If that's the actual code you're using, you need to change it to:

<a href="http://www.arnack.com/">home</a>


Dave

Arnack
09-08-2007, 10:45 PM
thanks, dave. :)

Arnack
09-09-2007, 09:49 AM
problem solved.