[AWS] html : <img ...> doesn't find the image

Ian Broster ian at broster.co.uk
Mon Mar 9 21:32:52 CET 2009


Have you checked that your filenames match?

>       return AWS.Response.Build ("text/html", "<img src=aws.png>");


> <img src=aws_logo.png>


You could also do with quotation marks around the filename:

return AWS.Response.Build ("text/html", "<img src=""aws_logo.png"">");

i.


More information about the AWS mailing list