> At least now I know what the problem is and I can try fix it. Thank > you very much. Don't know how to fix it the "right" way but adding this: $content = str_replace('http://www.MYSITE.com','',$content); in node.tpl.php worked. :) Thanks.