i have very serious problem if any tech expert can help...thank you in advance..
i have below html file on which i dont have any control
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body>
<a href="http://cafebar.ro/home.php" target=_blank><img class="photo" width="100%" src="http://cityadvertisement.com/Photo-Gadgets/Sportsgirls/photo-102.jpg"></a>
</body>
</html>
now what i want to do is if the above image does't found then it should display default image (i can not update above html file). but on server i can create e404.html page which will be displayed if image is not exist on server but when i run above html page it doesnt display anything... and On my yahoo hosting i dont have .htaccess
can anybody tell me how i can display default image on above html page.