Reputation: 1
Specifically In Typo3, I am trying to reduce the amount of space between 2 text records that are directly on top of each other. Basically the text records create rows for entering text, and when you add a row underneath another, typo3 creates a buffer space between them. How do I reduce that buffer or margin, other than putting the lines of text in the same record? I believe we are using 6.2.
Upvotes: 0
Views: 272
Reputation: 1127
You can not do this over the TYPO3 Backend. The person/company who did the website implementation has to style this over CSS. (Or yourself, if you know CSS)
Its different if you use a text/image content, and want to change image margin. If your project use css_styled_content you can change this with constants in the backend. (If you have enough permission) See this answer:
Upvotes: 2