Hi, How can I remove an element before the body of the document, the long and the short of it is that a script I use places a <br> statement (amongst other things) dynamically into my web pages and based upon which browser I use, sometimes it places it inside the <head> and sometimes places it before the <head> and in some browsers not at all. I know it shouldn't, but it does.
So basically, is there a way of removing the br statement if it exists before the body element?