For at least a week, I've been attempting to link my pages together with little or no luck. I followed everything the tutorial has instructed me, and watched the section for linking, hyperlinking, menu bars, over and over.
When sending my question into the help desk, they instructed me once to use hello.html by using hyperlinking to link pages. See below as to what they sent. It seems very vague and not specific as to where I need to navigate and exactly what I need to do. Just a beginner here.
Then I understand that I could try using another method to link them together, which is to type page2.html, page3.html, page4.html and so on. This I found elsewhere on the threads. Nothing seems to work. My menu bttons has a properties box that opens up when double clicking. Should I go into this area and change around the web URL's and save them. Or do I need to double click anywhere on the page itself and switch the URL there.
Here are my web page addresses. Account #31499
domain patriotsbtrequest.com
Would I need to go into properties on my menu buttons? Or change the file name? Maybe change the link name for the URL? I do not want to create more hyperlinks, because that's what I have for the menu buttons. No need for hyperlinks to connect the pages, right?
Any help would benefit. The help desk is not specific at all. See below
Thanks
To better understand how hyperlinks work, I will provide an example below.
Your main page is called "index.html"
If you want to link to another page, say "hello.html"
Follow these steps:
1) Create the page "hello.html" and publish it to public_html.
2) Edit index.html, add a hyperlink, and set the hyperlink to "http://www.yourdomain.com/hello.html"
3) Save and republish index.html
Now, clicking the hyperlink on index.html will lead you to the hello.html page.
When sending my question into the help desk, they instructed me once to use hello.html by using hyperlinking to link pages. See below as to what they sent. It seems very vague and not specific as to where I need to navigate and exactly what I need to do. Just a beginner here.
Then I understand that I could try using another method to link them together, which is to type page2.html, page3.html, page4.html and so on. This I found elsewhere on the threads. Nothing seems to work. My menu bttons has a properties box that opens up when double clicking. Should I go into this area and change around the web URL's and save them. Or do I need to double click anywhere on the page itself and switch the URL there.
Here are my web page addresses. Account #31499
domain patriotsbtrequest.com
Would I need to go into properties on my menu buttons? Or change the file name? Maybe change the link name for the URL? I do not want to create more hyperlinks, because that's what I have for the menu buttons. No need for hyperlinks to connect the pages, right?
Any help would benefit. The help desk is not specific at all. See below
Thanks
To better understand how hyperlinks work, I will provide an example below.
Your main page is called "index.html"
If you want to link to another page, say "hello.html"
Follow these steps:
1) Create the page "hello.html" and publish it to public_html.
2) Edit index.html, add a hyperlink, and set the hyperlink to "http://www.yourdomain.com/hello.html"
3) Save and republish index.html
Now, clicking the hyperlink on index.html will lead you to the hello.html page.
Comment