Internal links help

Discussion in 'HTML & Website Design' started by jhon prince, Jun 26, 2012.

  1. #1
    I want to ask about internal linking I am making a website in which I want to make internal link i.e example.com/example/example1, same example.com/example/example2, same example.com/example/example3 that's link for 1 page and same second page.I want to make all these internal links in HTML.If any1 can help please tell me what should I do.
     
    jhon prince, Jun 26, 2012 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,838
    Likes Received:
    4,542
    Best Answers:
    123
    Trophy Points:
    665
    #2
    What editor are you using. If you are stuck on creating weblinks then you need to have a decent wysiwyg editor to help you.

    If you have an interest in learning the mechanics of html then search this forum for "getting started" types of threads.
     
    sarahk, Jun 27, 2012 IP
  3. livetecshosting

    livetecshosting Peon

    Messages:
    42
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Are you asking for URLRewrite or simply just html linking?
     
    livetecshosting, Jun 27, 2012 IP
  4. miteshpadariya

    miteshpadariya Member

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #4
    I think you are asking for navigation based internal linking help. You should have to give relative paths for all internal links which have its parent directory in root folder.
     
    miteshpadariya, Jun 28, 2012 IP
  5. amprewave

    amprewave Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I'm not clear on what you mean exactly. If you are talking about linking within the same page (anchor links), you need to use <a href="http://eample.com/page.htm#link1">link1</a> to link and the title of the section should have <a name="link1">Section Title</a>. Otherwise, just link as you normally would.

    You should always use the full the path of the link in you pages; relative links are not recommended.
     
    amprewave, Jun 28, 2012 IP
  6. nanowebtech

    nanowebtech Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I'm not clear on what you mean exactly. If you are talking about linking within the same page (anchor links), you need to use <a href="http://eample.com/page1.htm">Page Name</a>, If you want to Link pages SEO point of view you have to given page name accordingly your websites targeted keywords, you need to use <a href="http://eample.com/keyword.htm">keyword</a> it's a best way for good SEO.
     
    nanowebtech, Jun 28, 2012 IP