[TYPO3] sr_feuser_register and arrow

Andrea Giorgini a.giorgini at norvlit.de
Wed Jan 10 12:27:14 CET 2007


Benjamin Todd wrote:
> Hi Andrea,
> 
> The image is set in the default sr_feuser_register css template. The
> line is here: 
> 
> .tx-srfeuserregister-pi1 a 
> { 
> 	padding-left: 14px; 
> 	background-image: 			
> 	
> Url("../typo3conf/ext/sr_feuser_register/pi1/internal_link.gif");
> background-repeat: no-repeat; 
> 	background-position: 0% 60%; 
> 	text-decoration:none; 
> }
> 
> So you need to put this in your own css file that you use for the page:
> 
> .tx-srfeuserregister-pi1 a
> {
> 	background-image: none !important;
> }
> 
> Hth
> 
> Ben :)

Thank you thank you thank you very much!!! :-D
Andrea


More information about the TYPO3-english mailing list