[Typo3] css-styled content

tapio tapio.markula at dnainternet.net
Fri Jul 8 16:39:25 CEST 2005


Pierre Rouwens wrote:
> Hi list,
> 
> I'm in trouble with css styled content, in the csc-header it adds this :
> 
> <div class="csc-header csc-header-n1"><h1 class="csc-firstHeader"> 
> XXXXXXXX XXXXX</h1><br /><img src="clear.gif" width="1" height="5" 
> border="0" class="spacer-gif" alt="" title="" /><br /></div>
> 
> how can i rid of ... <br /><img src="clear.gif" width="1" height="5" 
> border="0" class="spacer-gif" alt="" title="" /><br />
> 
> Please ??
> Thanks in advance
> 
> Pierre

Edit the setup.txt of the plugin or use CSS:

div.csc-header csc-header-n1 img, .csc-header csc-header-n1 br 
{display:none}



More information about the TYPO3-english mailing list