#Include <Web.au3> $srcfile = @Scriptdir &"\script\tmpfile.au3" If Not FileExists($srcfile) Then FileWrite($srcfile, ";Beginning code"&@CRLF) EndIf _StartWebApp_Session("test") If _Post("code") Then FileWrite($srcfile, _Post("code")) EndIf for $i=1 to 10 echo('<img src="grafik\planet.png" width="14" height="14" hspace="0" vspace="0" alt="Test">') next echo('</body>') echo('</html>') the upper code brings as result: [Grafik] [space] [Grafik], but I don't want [sp