External Link problems with HTML?

Miss E

New member
I used CM4ALL to create most of my website, I am now trying to do 2 pages using HTML and then FTP them. I keep having a problem with the linking.

I used to source code from my initial page so I would have the same background and everything, but something in the source code is causing all my links to be internal instead of external.

For example, If I do:
<a href=”http://www.yahoo.com/”> Yahoo </a> it makes the link that it sends you to: http://www.mydomain.com/www.yahoo.com

I am haven't used HTML in years, I have tried going over it but can't figure out what part of the source code is causing it. Any suggestions?

There seems to be a lot of stuff in the source code that is not old school HTML as well, like:



var __navi_init_done__ = false;
function swapImage(img) {
if (__navi_init_done__&& document.images)document.images[img].src = eval(img + '_hi.src');
}
function reSwapImage(img) {
if (__navi_init_done__&& document.images[img])document.images[img].src = eval(img + '_no.src');


So I have some trouble deciphering that.
 
Back
Top