WordPress 2.9.2. I'm adding pages to my site, using the pages.php as a template, but obviously adding the content in the edit pages part of the pages tab from the WP dashboard area. A problem I'm seeing is that it seems WP arbitrarily adds <p></p> tags to random copy once that edited page is published. I noticed this using my browser's view source, and the <p> tags are screwing up the layout. Is there a magic WP code to use so that it doesn't inject <p> tags to page content? Thanks