hi, can I make a completely empty page with white background and the wp page contents? I mean, I need a completely white page without the css formatting like background, white content space with hr on bottom, etc. etc.. only white page with menu and footer. maybe can I make a child page? if yes, how to? thank u. regards.
Comments
You can try by making custom page template http://codex.wordpress.org/Page_Templates#Custom_Page_Template
As base you should use page.php and clean it form unnecessary things. However I don't guarantee that you will have exactly what you wish.
With regards.
Read about using firebug http://apollo13.eu/docs/hypershot/#!/modification_of_theme_changing_css so you can find everything you are interested in.
With regards.