Can't get images displayed when using _IEDocWriteHTML. Any suggestions what's wrong ? #include <IE.au3> $Results = '<HTML><HEAD></HEAD><BODY><P>This picture will not show ! <IMG SRC="pic.gif">' $Results = $Results & '<P> Neither will this one ! <IMG SRC="C:\pic.gif"></BODY></HTML>' $oIE = _IECreate () _IEDocWriteHTML ($oIE, $Results) _IEAction ($oIE, "refresh")