is there a (simple) way to consistantly generate only the html that goes within the <.body> tags?
ie: when i paste something from word, the source ends up with this:
<.html>
<.head>
...some header stuff...
<./head>
<.body>
...the stuff i want...
<./body>
<./html>
is there a simple way to JUST trim it down to what i want within the body?
ie: when i paste something from word, the source ends up with this:
<.html>
<.head>
...some header stuff...
<./head>
<.body>
...the stuff i want...
<./body>
<./html>
is there a simple way to JUST trim it down to what i want within the body?
RE: generate ONLY the <.body>?
that way you work only with the content of the body