I want an object to be 100% of the height of the browser. I googled a little and found that in the html of the page I have to insert the following code:
body { margin:0; padding:0; height:100%; }
Is there a way to do this in Dynamic HTML Editor or do I have to export the files first and then add it with notepad to the htm file?