Image with height="5" width="5" | WORKS
Image with height="4" width="4" | DOESN'T WORK
Image with height="3" width="3" | DOESN'T WORK
Image with height="2" width="2" | DOESN'T WORK
Image with height="1" width="1" | DOESN'T WORK
Image with height="4", no width declared | WORKS
Image with no height declare, width="4" declared | WORKS
Image with height="5", width="4" declared | DOESN'T WORK
Image with height="4", width="5" declared | DOESN'T WORK
There should be 9 images displayed above. On a Blackberry browser, you will only see 3.