[Typo3-dev] What about MONOSPACE font???

Sean Ellis sellis at telus.net
Thu Nov 17 07:33:24 CET 2005


Ahoy,

Wolfgang Klinger wrote:
>  On Wed, 16 Nov 2005, Brice Bernard wrote the following:
> 
>>I've heard that TYPO3 4.0 has introduced the opportunity to use tabs
>>in textarea. It's great when you write code like TYPOSCRIPT, HTML or
>>PHP and you want to indent it.

If you're using firefox then you can use this meanwhile:

http://tabinta.mozdev.org/

"Tabinta is a Firefox extension that lets you insert tab characters in 
multi-line text input fields."

>>
>>But one thing which could make the code display even more clearer
>>would be the use of MONOSPACE font family
> 
> 
>  You can do that already with an extension:
> 
>  ext_tables.php:
> -----
> $TBE_STYLES['styleSheetFile_post'] = $ext_path.'files/be_css.css';
> -----
> 
>  files/be_css.css
> -----
> #c-edit textarea {
>     font-family: "Courier New", fixed;
>     font-size: 11px;
> }
> -----




More information about the TYPO3-dev mailing list