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
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
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