lpmagro wrote
I tried this and now I can't edit anything on the page.
The page looks OK in Firefox, but in IE it is also messing up my template.
Is there something I can do to undo this? Right now I can't even access the settings to change it back. My only option seems to be to delete the page and recreate it.
Did it correctly add the script in a way that you can run GWO? Did this work, and you just need to remove it now, or did it not work and you still need to figure out how to get this done?
Deleting the page and recreating it is definitely the easiest option, assuming that recreating the page's content doesn't take a lot of work. You could add a new page, and then choose to copy all of the modules from the broken to the new page (in the Copy Page section when creating a new page). That way you don't lose all of your content (assuming you're working with a version of DNN where the copy/reference functionality works like it is supposed to).
If you are still having an issue, can you let us see what you pasted into the Page Header Tags box, so we can see what might be causing your issue?
What happens when you try to access the page? Are you redirected, does the browser lock-up?
If you want to avoid deleting the page, and your have access to the superuser account (can get to the Host->SQL page), you can write a quick query to recover your page, you'll just need to get the TabID of the page in question: UPDATE {databaseOwner}{objectQualifier}Tabs SET PageHeadText = '' WHERE TabID = [Your Page's TabID]
Let me know if you're still having issues so we can get your site fixed and working again,
Hope I can help,