2 issues with HTML, sidebars and other pages?
Matt asked:
Hello
My site is coming along, I have the whole homepage HTML document typed up and ready to go, but now I need to know two more things.
First, I need to know how to add new pages. For example, if I were to have a website, it would have Home, and then About Me, and then Photo Gallery, etc. How do I add these pages?
My second question is how do I add a sidebar for theese links. For example. I have my links set up and now I need a navigation panel, or what I call sidebar. To the right of the website will be the main information, and to the left will be the links to the other pages.
Thanks! I appreciate your help, every one of you that help me
Related posts:
- What site should I use to create my own website? Must be free? missscs326 asked: I want to be able to create multiple...
- How do I make a simple photo gallery on my website? suckit asked: I would like to make basic photo gallery...
- Where is a good place I can get a free website to post pictures on? Jil S asked: The main purpose of wanting this website...
- Can you tell me how to create a slideshow of images on frontpage? phk asked: I’m creating a website as a part of...
- How Do I Add A Forum and Gallery To My Website? Greyt-mom asked: I want to add a message board type...
Filed Under Programming & Design |
Tagged With Hello, Links Pages, Photo Gallery
Comments
2 Responses to “2 issues with HTML, sidebars and other pages?”
You add new pages by creating other HTML documents, and you link to their locations… The location depends on your setup, what server your using… Generally, if they are all in the same folder, your main page is /index.html (or index.htm), the the other pages would be /page1.html, /page2.html, etc…. (or you could use the full address ie, etc….)
To add a sidebar, use CSS… make the toolbar
[sidebar content]
[page content[
You can use style sheets to define more, but that is a lengthly topic… Google “CSS howto” and you’ll get tons of info…
Recommended Websites…
[...]below you’ll find the link to some sites that we think you should visit[...]…