Making a clickable link to open another webpage on my webhost?
Hi, I want to somehow upload something to my webhost that will allow a visitor to click a link once labeled "Chassy-Scape Highscores" and that opens up the site "chassy-scape.no-ip.biz/highscores/high scores.php
Thanks for any help!
<a href="http://chassy-scape.no-ip.biz/highscores/high scores.php">
Chassy-Scape Highscores
</a>
You need a good HTML tag reference…
Visit the one below…
Thanks for asking, don’t forget to select a best answer…
<a href=’http://chassy-scape.no-ip.biz/highscores/high_scores.php’>Chassy-Scape Highscores</a>
Do NOT use spaces in web page names. And this is a totally messy way of setting a page up. Why not just use the link to the /highscores directory, and have the page called index.php
References :
<a href="http://chassy-scape.no-ip.biz/highscores/high scores.php">
Chassy-Scape Highscores
</a>
You need a good HTML tag reference…
Visit the one below…
Thanks for asking, don’t forget to select a best answer…
References :
http://www.w3schools.com/tags/tag_a.asp