• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

HTML IMG attributes question

I suspect that there's no "altsrc" type attribute for the html image tag, i.e. you can't say <IMG SRC="http://www.randomURL.com/images/ber.gif" ALTSRC="http://www.otherURL.com/images/ber.gif" ALT="Image Not Available">

In other words, I have a site, I want to host the images on another site (because they have unlimited uploads), and if that image is not available, THEN I want it to check my site for the image, and if that's not available, THEN display the ALT text.

So the question is, does such a thing exist?
 
Is anyone able to verify whether there is such a thing? An IMG attribute that calls the image from a second location if the image isn't found in the first location?
 
Back
Top