Question about html

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Canoeman
    Registered User
    • Jan 2006
    • 75

    #1

    Question about html

    Hello guys,

    I need some help here.
    I'm writing a website in html, but now I want to jump back two directories.
    For one directory back the syntax is eg: "../index.html"

    The question: What is the syntax for two or more directories?

    I can't find a tutorial that gives me the answer.
    I've tried many solutions but the only one that works is the full URL.

    Thanks in advance for all your help.
    See you on..
    www.SinfulStudents.com
  • mrnaked69
    Registered User
    • Jun 2004
    • 43

    #2
    you can use ../../index.html
    or the easiest way not to fuck up is to just use the whole path.
    http // www domain com/ path to page
    Niches Sell - start promoting today!!!
    Get The Best And Cheapest Adult Scripts

    Hardlink Trades - Click here

    Comment

    • Canoeman
      Registered User
      • Jan 2006
      • 75

      #3
      Originally posted by mrnaked69
      you can use ../../index.html
      or the easiest way not to fuck up is to just use the whole path.
      http // www domain com/ path to page
      Well, that works!!
      Thnx mrnaked69
      See you on..
      www.SinfulStudents.com

      Comment

      Working...