Quote:
Originally Posted by pootle flump
...renders like a Picasso in IE8
|
i believe the code you are looking for is like this:
Code:
<img src="picasso.jpg" alt="picture of pablo doing what he does best">
with, of course, the proviso that if you are coding to xhtml instead of html then it would be like this:
Code:
<img src="picasso.jpg" alt="picture of pablo doing what he does best" />
this is how you get IE to play ball, just use valid markup