thanx, I also found the possibility to tanslate html code into source code in such a way that it is read as simple text. if I insert html code as a text in Adobe Golive6, the programme translates this into source code which signals to the browser that it is simple text. like <SCRIPT language="JavaScript"> becomes <p><SCRIPT language="JavaScript"><br> .hmm, there's this htmlspecialchars in php, I have to look into how it works, maybe I can re-write the script and tell it to change all html code automatically