[TYPO3] border, padding and margin attributes

James Knuckey james.faction at gmail.com
Thu Dec 6 01:29:15 CET 2007


I've found if I apply a style internally that declares all the attributes  
in one statemene the result gets rewritten by TYPO3 into seperate  
attributes - so style="padding:0 40px 10px 30px;" becomes  
style="padding-top: 0; padding-right: 40px; padding-bottom: 10px;  
padding-left: 30px;" - add to that margin and border declarations for say,  
each cell of a 4x6 table and suddenly many extra kilobytes of extra code  
are being added to a page.

I hate unnecessary extra code!

How can I fix this?

Thanks and regards,
James

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


More information about the TYPO3-english mailing list