[Typo3] css-styled content

klaus bossert lists at pont9hosting.de
Thu Jul 7 17:30:52 CEST 2005


Pierre Rouwens schrieb:
 >
> how can i rid of ... <br /><img src="clear.gif" width="1" height="5" 
> border="0" class="spacer-gif" alt="" title="" /><br />

hi pierre,

sounds like you could have used "spaceAfter" somewhere in your
templates... otherwise i cant imagine where it comes from.

i have the same versions in use and dont see any clear-gifs around.

propably you should take a deeeeep look into the typoscript object 
browser on the affected page...

--8<--
TSref: stdWrap
--8<--

spaceBefore -> int /stdWrap
Pixels space before. Done with a clear-gif; <img ...><BR>

spaceAfter -> int /stdWrap
Pixels space after. Done with a clear-gif; <img ...><BR>

space -> space -> [spaceBefore] | [spaceAfter]
Additional property: .useDiv = 1
If set, a clear gif is not used by rather a <div> tag with a 
style-attribute setting the height. (Affects spaceBefore and spaceAfter 
as well).

--8<--

hope it helps,
klaus

#



More information about the TYPO3-english mailing list