Results 1 to 6 of 6

Thread: my index hyperlinks?

  1. #1
    Junior Registered
    Join Date
    Dec 2005
    Posts
    2

    my index hyperlinks?

    Hey,im hoping that someone can help me,i am new to making websites and have just done so and my link pages wont work,when i click on them in the html format that is saved they work fine but they are uploaded and they dont work,any suggestions would be appreciared,my website is below

    www.lukebeechey.com

  2. #2
    Registered
    Join Date
    Aug 2005
    Location
    ACT, Australia.
    Posts
    77
    You have everything linking to places on your hard drive, for example -
    Code:
    <a href="file:///C:\Documents%20and%20Settings\melissa\Desktop\website\results.htm">RESULTS</a>
    You can't link to things in your hard drive. You will need to upload the files and then have something like -
    Code:
    <a href="results.htm">RESULTS</a>
    or
    Code:
    <a href="http://www.lukebeechey.com/results.htm">RESULTS</a>
    Also, the links aren't even clickable in FireFox.

  3. #3
    Registered
    Join Date
    Mar 2005
    Posts
    10
    Are you using Word to generating your website? I recommend you use a WYSIWYG editor such as Frontpage or Dreamweaver to build your site.

  4. #4
    Junior Registered
    Join Date
    Dec 2005
    Posts
    2
    thanks,i am using microsoft publisher to make it and cute ftp to upload it,how do i change the codes that you are talking about kate?

  5. #5
    Registered
    Join Date
    Aug 2005
    Location
    ACT, Australia.
    Posts
    77
    Open up the file in notepad, everytime you find something like '<a href="file:///C:\Documents%20and%20Settings\melissa\Desktop\webs ite\filename.htm">link name</a>' change it to <a href="http://www.lukebeechey.com/filename.htm">link name.</a>
    (remember to replace 'filename.htm' with the proper file name and same goes for 'link name'). Then save the file re-upload it, and upload all the other files (results.htm etc. etc.).

    I would really recommend redoing the whole page in a program that isn't publisher though.

  6. #6
    Registered
    Join Date
    Mar 2005
    Posts
    10
    I also recommend you change your program If you don't want to buy Frontpage or Dreamweaver, you can use Nvu from http://www.nvu.com. It's free.

Similar Threads

  1. How to remove multiple hyperlinks from a html page?
    By danielng in forum HTML, CSS, Layout, and Design
    Replies: 10
    Last Post: 11-22-2005, 01:48 AM
  2. Replies: 3
    Last Post: 05-03-2005, 05:22 PM
  3. Why Goole not index all my website
    By expressweb in forum Search Engine Optimization
    Replies: 2
    Last Post: 03-22-2005, 06:27 AM
  4. Local Rank stuff...
    By chromate in forum Search Engine Optimization
    Replies: 41
    Last Post: 02-07-2004, 03:53 PM
  5. Keyword Effectiveness Index
    By Mike in forum Search Engine Optimization
    Replies: 5
    Last Post: 08-27-2003, 11:39 AM

Bookmarks

Posting Permissions

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