1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

HTML Linking from menu to different pages

Discussion in 'Web Development' started by kazzea, Mar 28, 2010.

  1. kazzea

    kazzea New Member

    Okay never used a template before and can't figure out how to get the menus to link to the different html pages i.e. about, services etc instead of the weblinks to freewebsitetemplates - I am using the salt and soap template - I am used to using frames (don't shout) where i would simply add target="right" after the anchor ref - so what do i use here???
     
  2. djwilson

    djwilson New Member

    Ok, Your pages are in the same folder, eg: website.

    your home page is named

    index.html

    linking to other pages such as services in the menu/header would be:

    <a href="/services.html">services</a>
     
  3. skribble

    skribble New Member

    in the case above, do we just copy index.html to services.html and edit the text within the html file, is this how linking works?

    Thanks