STEP 4. Create Adsense Website -Add links to navigation menu
We will now create the links that will be included within the menu - the links will appear on the right side of the page as you add them.
Step 1. Open inc-right-content.asp
- Navigate to C\:your-folder-name\inc-right-content.asp
- Right mouse click on the file - open with notepad
Step 2. Add links
With notepad open displaying the code for inc-right-content.asp, find these tags within the HTML template:
<a href="#"> LINK 1</a>
Change the link name "#" to "index.asp" - also change the anchor text LINK 1 to - Home
it should look EXACTLY like this:
<a href="index.asp">Home</a>
Step 3 . Name sub header
With notepad open displaying the code for inc-right-content.asp, find these tags swithin the HTML template:
<span class="subheader">BASIC NAV HEADER 1 </span>
Change "BASIC NAV HEADER 1" to a name you prefer.
It should look SOMETHING like this:
<span class="subheader">MY NEWLY NAMED SUBHEADER </span>
Step 4 . Save inc-right-content.asp
Save inc-right-content.asp in your web folder on your C:\ drive.
That's all there is to creating a link in the menu. If you create 100 pages you can simply add the links into "inc-right-content.asp". Make sure the name of the file is exactly the same as the link name (not the anchor text - although anchor text should be relavent to the link name but is not required)
UPLOAD this page to your web host and view page. How to upload
Next: STEP 5 - Add Footer to Webpage
Review the web building process: build web site free