I have a HTML page which has an image. I gave a title to it (which works when user hover it in browser) but when i sent that as an email in outlook or gmail. The hovering doesnt work – nothing appear when user hover there mouse over the an image?
Is it normal behavior? my tag look like this:
<img src="source.png" target="_blank" width="120" title="Test title" />
sorry about the title – stackoverflow bot made it impossible to write what i want as a title.
Title should be – title attribute doesnt work for image control when sent in an email in utlook/gmail