Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/blackst/public_html/tutorials/pageanchors.php on line 1
Warning: include(http://black-stripes.net/header.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/blackst/public_html/tutorials/pageanchors.php on line 1
Warning: include() [function.include]: Failed opening 'http://black-stripes.net/header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blackst/public_html/tutorials/pageanchors.php on line 1
Page anchors
If you got a page that is really long, for example a Questions & Answer page, it's
nice to make shortcuts to a specific place on the page. This tutorial will show you how to do it!
1. You have to place anchors where you want the links to go to, for example at a spesific section of the page.
Paste this code where you want each anchor to go, and use different names on each anchor.
<a name="NAME"></a>
2. Now you got to place the achor link at the top of the page, or where you want it. Use the same
name that you put on the specific anchor. This will take the visitor to wherever you've placed the anchor.
<a href="#NAME">YOURLINK</a>
Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/blackst/public_html/tutorials/pageanchors.php on line 17
Warning: include(http://black-stripes.net/footer.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/blackst/public_html/tutorials/pageanchors.php on line 17
Warning: include() [function.include]: Failed opening 'http://black-stripes.net/footer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blackst/public_html/tutorials/pageanchors.php on line 17