Results 1 to 7 of 7
  1. #1
    Join Date
    Apr 2006
    Posts
    1,463
    Tokens
    0

    Latest Awards:

    Default Is it the host or what?

    Lol I just made a layout and coded it and am getting this.

  2. #2
    Join Date
    Nov 2006
    Posts
    1,939
    Tokens
    0

    Latest Awards:

    Default

    i tink it might be the coding..

  3. #3
    Join Date
    Aug 2005
    Location
    London
    Posts
    9,773
    Tokens
    146

    Latest Awards:

    Default

    Post the php code you put and where the .txt file is .

  4. #4
    Join Date
    Dec 2006
    Posts
    3,970
    Tokens
    0

    Latest Awards:

    Default

    Put the full path to the file page/nav.txt
    Lets set the stage on fire, and hollywood will be jealous.

  5. #5
    Join Date
    Apr 2006
    Posts
    1,463
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by --ss-- View Post
    Post the php code you put and where the .txt file is .
    PHP Code:
     <!--Navigation-->
    <?php include ("pages/nav.txt")?>
    <!--End Navigation-->
    </div>
    <div id ="main">
    <!--Main Content-->
    <?php include ("pages/main.txt")?>
    <!--End Content-->
    also their in a folder in the layout folder named /pages/

  6. #6
    Join Date
    Aug 2005
    Location
    London
    Posts
    9,773
    Tokens
    146

    Latest Awards:

    Default

    Quote Originally Posted by :Kosmickitten View Post
    PHP Code:
     <!--Navigation-->
    <?php include ("pages/nav.txt")?>
    <!--End Navigation-->
    </div>
    <div id ="main">
    <!--Main Content-->
    <?php include ("pages/main.txt")?>
    <!--End Content-->
    also their in a folder in the layout folder named /pages/
    is the page directory inside the directory the above code is in?

  7. #7
    Join Date
    Apr 2006
    Posts
    1,463
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by --ss-- View Post
    is the page directory inside the directory the above code is in?

    HMMM http://www.jack.reactionz.eu/coding/...s-xhtml/habbo/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •