Barny74 Posted January 23, 2017 Share Posted January 23, 2017 Hi. I woudl like to have an alt image instead of alt text. I am trying the below for thee text , but cant figure out how to have an alt img , the alt image is called no_img.jpg echo "<img src='".$row ['url_img']."' alt='Sorry no image available'/><br>"; Thanks Quote Link to comment https://forums.phpfreaks.com/topic/303009-html-alt-img/ Share on other sites More sharing options...
requinix Posted January 23, 2017 Share Posted January 23, 2017 The purpose of the alt is in case the image cannot be loaded, plus accessibility stuff. Making it an image too doesn't make sense. If you need some kind of fallback, use Javascript to detect the un-loaded image and replace it. Quote Link to comment https://forums.phpfreaks.com/topic/303009-html-alt-img/#findComment-1541915 Share on other sites More sharing options...
Barny74 Posted January 23, 2017 Author Share Posted January 23, 2017 Fair comment. Will look at some javascript. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/303009-html-alt-img/#findComment-1541917 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.