10 Replies Latest reply: May 7, 2012 9:18 AM by David_Powers RSS

    How do I move a block of text from within the <head> tag area to within the <body> tag area?

    RickEEE Community Member

      I'm repurposing about 2500 html files and a block of text needs to move from the <head> tag area to the <body> tag area. It needs to immediately follow the <body> tag. Following is an example:  <h3>Heading</h3><p>A bunch of text here,  blah blah</p>.  I can find the block using a regular expression <h3>(.*?)</p>, but dont know what to do after that.