I'm using Html img tag as following :
<img src="url_to_some_pic" alt="alternative error message"
width="300" height="300">
</img>
In case where of broken url Chrome & IE Display this error message as expected inside the image origin dimensaion BUT FF not .
what happens in FF is that FF display the error message but in one line and not inside the image area (300 x 300).
Anyone knows how to fixes this issue ?
I'm guessing that css will be the solution but how ?
Thanks,
John.
altattribute specifies an alternate text to be used (displayed or spoken) when the image is not displayed, not an error message. What is the original problem that you expectaltto solve? – Jukka K. Korpela Nov 5 '12 at 10:58