To hide the panel on non-vanilla-pages that I create in PageManager I simply insert this code at the top of the page HTML field: <style type="text/css">
Body {background-image: none;}
#Panel {display:none;}
#Content {margin:0px 18px;}
</style> Note: briefly tested, but it seems to work fine in Opera 9.10, FF 2.0.0.2 and IE 7.0.57)
Tried the following on themes in FF2 (with positive results): vanilla default, black and white, europeaftertherain, vaneablack, YHbeta, Scene 1.0
Comments
To hide the panel on non-vanilla-pages that I create in PageManager I simply insert this code at the top of the page HTML field:
<style type="text/css"> Body {background-image: none;} #Panel {display:none;} #Content {margin:0px 18px;} </style>
Note: briefly tested, but it seems to work fine in Opera 9.10, FF 2.0.0.2 and IE 7.0.57)
Tried the following on themes in FF2 (with positive results):
vanilla default, black and white, europeaftertherain, vaneablack, YHbeta, Scene 1.0