'text-autospace' Syntax and Note : text autospace « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'text-autospace' Syntax and Note

Note:

Controls the space between ideograph text and alphanumeric text. 
Ideograph characters belong to Asian writing systems.

Syntax:
    
element { text-autospace: value }
elementID.style.textAutospace = "value"
document.all.elementID.style.textAutospace = "value"
    

      
      








Related examples in the same category

1.'text-autospace' Example
2.'text-autospace' Possible Values
3.'text-autospace' is applied to