Strange html link address?

Discussion in 'HTML & Website Design' started by bidder, Jul 11, 2007.

  1. #1
    my HTML tag was like this:
    <a href="http://www.Yahoo.com">Yahoo.com</a>
    but when i mouse over and click the address link(Yahoo.com), it refer to my hard drive location.

    file:///C:/Documents%20and%20Settings/comp.COMPUTER/Desktop/temp/www.yahoo.com

    I save my file to desktop->temp

    why?

    anyone know please help me. thanks
     
    bidder, Jul 11, 2007 IP
  2. deques

    deques Peon

    Messages:
    206
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    did you save from the browsers? maybe thats the problem, because the url addresses changes to local computer

    check in the <a> tag and check if the href has http:// at the start of the url
     
    deques, Jul 11, 2007 IP
  3. bidder

    bidder Active Member

    Messages:
    431
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #3
    i'm stuck at this point
    thanks bro i'll check again
     
    bidder, Jul 11, 2007 IP
  4. deques

    deques Peon

    Messages:
    206
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #4
    how does the source code look like?
    is it something like this: <a href="c:\blah\...\moreblah\www.yahoo.com">

    if so remove everything before www and http:// before www. or just add www. before it if its missing
     
    deques, Jul 11, 2007 IP
  5. bidder

    bidder Active Member

    Messages:
    431
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #5
    you info are valuable. problem solved
    thanks deques
     
    bidder, Jul 11, 2007 IP