[TYPO3] Erase Pencils in Printversion

Florian Schaeffer florian.schaeffer at mercoline.de
Thu Jun 8 17:44:49 CEST 2006


Hello Christopher & Thomas,

> all edit icons have "<a href="#"..." in common but there is no class. I
[snip]
> height="12" border="0" align="top" title="Edit bodytext"
> class="frontEndEditIcons" alt="" title="" /></a>

As the image itself has an class (frontEndEditIcons) it should be easy 
to remove it by adding

.frontEndEditIcons {
   display:none;
}

to your print.css

The anchors will remain, but as the icons themself won't be displayed 
anymore, everything should look quite clean in print version.

HTH
Florian



More information about the TYPO3-english mailing list