Img problems when importing html

Ive got the following code set up as a test bed but the image doesnt want to appear in my text box!?!?!?!?

testTextField=<html>
<body>
<p>
gallery <img src=“http://aurora.ak.blm.gov/local/images/hello.jpeg” width=“100” height=“56”></p>
</body>
</html>

the text is shown but the image wont… why is that?