Even though you can specify a block of HTML via a file at the top and bottom of the page that the code generates, it can't always be used with the exising "look" for many sites. Since the code generates it's own <HTML> and <BODY> tags, they don't always match the rest of the site. I hacked the code to let me keep the <BODY> tags and such from my HTML, but this is not the best solution. Perhaps the code could be changed to give the user full access to the <BODY> tag. For example, the reason I had to change it was because I use the tags to make the margin 0. If I could have set that via the admin tool I wouldn't of had to change anything else.
|