change the TAB character length in a XUL textbox element -
What is XAB < Is it possible to change the length of the displayed TAB (\ t) character (currently 8 characters) in? Text box & gt; Element?
Note that I do not want to replace the tab with space.
The CSS 2.1 spec specifies that the tab is provided as 8 space widths. () I do not see any Mozilla specific CSS to override that value.
Comments
Post a Comment