For the images on my site, I'm using the following general code.
<img src="image1.png" alt="Image 1">
And I'm styling the alt text with
img
{
font-size: 20pt;
}
The styling works with Firefox, but not with IE.
Is there a way to increase the size of the alt text on IE?