Hi again, this time I'd like to put some html-code in a variable via <dtml-let>. Unfortunately, when I have the following: <dtml-let myText="'<h1>this is some html</h1>'">... results in the following string: "<h1>this is some html</h2> What can I do against it??? TIA Lars