Daniel Carrera schrieb:
Hi Marko,
Could you please tell me how to remove the header part of the site
from a document? I've asked a few times and haven't seen a response.
Daniel.
Sorry Daniel,
I find out the correct way today and was out till yet.
*You must create a new ccs-file like oooauthors.org/de/ploneCostom.css
*You must add the css to Your file with:
<style type="text/css" media="screen"> @import
url(http://new.scipy.org:9090/oocommunity/de/ploneCustom.css);</style>
The header part is only the logo and the seach, the other stuff is
situated in some other segments.
You can see this parts in the css
To remove the header add:
#portal-header {
display: none;
}
For more informations take a look at the postet link to plone faq
Cheers Marko