How to remove the automatic header that is created for each new page?
Q: [Todd] Is it possible suppress the automatic header that is created for each new page. For example, if I create a page called "test" I get a header that says "test". I know I can change that header to something different if I want, but what I don't know is how to I get rid of it completely? If I delete it I end getting my page name by default which isn't what I want, I want it to be suppressed completely.
A: You can remove it from your site's layout. Look for the H1 tag. You can delete that tag altogether to not have a header, or you can conditionally delete it based on the page name. This requires a bit of XSL know-how.