Bear Bibeault wrote:OK, that looks a little better.
Is there really an image file with the resulting name in the same folder as the HTML file?
By the way, using a tool like Firebug in Firefox will let you look at the active HTML DOM so you can see what the result of your statement actually becomes in the DOM.
Chrome also has such tools.
Bear Bibeault wrote:When posting HTML be sure to click the 'disable HTML' checkbox.
First, you need to fix your syntax. Your quoting is wrong.
Second, if the image tag doesn't have a src attribute to identify its image file, of course nothing will appear.
Bear Bibeault wrote:You haven't done a particularly god job of letting us know what problem you are having.