Answers for "html if no image then text"

1

bootstrap show alternative image if not exist

<img id="currentPhoto" src="https://www.ccrharrow.org/Images/content/953/741209.pg" onerror="this.src='https://www.unesale.com/ProductImages/Large/notfound.png'" alt="">
Posted by: Guest on July-17-2020
0

html if no image then text

<img id="currentPhoto" src="SomeImage.jpg" onerror="this.onerror=null; this.src='Default.jpg'" alt="" width="100" height="120">
Posted by: Guest on October-13-2020

Browse Popular Code Answers by Language