General discussion

  • Creator
    Topic
  • #2288757

    please help me

    Locked

    by jonmholmes ·

    i am currently building a site for my business, i have designed and built the entire website on my computer and now have a folder named images and then html document for each page, i have called the first page index, and when yhis is loaded into the interner server it is fne, but the other pages that follow it still load from my hardrive instead of the internet, shoulg i have given the pages that follow the index page a cettain name? tankyou …jon

All Comments

  • Author
    Replies
    • #3172128

      HTML Code

      by benstemptwo ·

      In reply to please help me

      You should look back over your html code and see what the references that limk the pages to each other are. When you create web pages on your computer. All references are to the “Hard Drive”. After everything is uploaded the references need to reflect the new location of all files.

    • #3172413

      Website

      by coder_for_you ·

      In reply to please help me

      Hello,

      When u create hyperlinks , you have created static byperlinks where the path is like c:\test.htm , instaed u should write just tes.htm

      I hope this helps.

      If u need more help let me know. We offer search engine optimised sites and complete professional solutions

      Pooja

    • #3192265

      Website setup and links

      by ron.drew ·

      In reply to please help me

      Keeping it simple.
      First you have a website on a server under INETPUB directory then under WWWROOT directory.

      Now you have your index page..lets say index.htm. No hard coded C: stuff should be in it.

      Under WWWROOT you have a folder called IMAGES.

      So now you have a ROOT directory with an IMAGE directory under it. Index.htm is in the ROOT directory with other htms.

      Links. Since your htms are in the root here are examples of how to link to other htms and include images within the htms.

      First an image: (make the width/height whatever or leave it out)
      xxxx

      Next the link to other htms:
      Other HTM

Viewing 2 reply threads