Some javascript/style in this post has been disabled (
why?)
Hi Espen,
I actually want to fill in the description ... i need it for search results, folder listings and seo... i just don't want it displayed on my page.
However, good idea to hide it using CSS... which if anyone is interested can be done by adding
.documentDescription {
display: none;
}
to plonecustom.css
Am a bit paranoid hiding text using CSS though. I hope Google doesn't think this is keyword spam. Anyone think they will?
Thanks for your advise,
Best wishes,
Tony
On 27 Feb 2009, at 22:25, Espen Moe-Nilssen (via Nabble) wrote:
Personally, I thinkt the description shoud be hidden if it is empty by default
a condition on the <p class="documentDescription" tal:condition here//Description >
would do this
Then I would just hide the field when editing with css