Definition and Usage The char attribute specifies alignment of the content in the table cell around a single character. The default value ...
Definition and Usage
The char attribute specifies alignment of the content in the table cell around a single character.The default value of this attribute is the decimal point character of the current language (set by the lang attribute).
Use this attribute together with the align attribute set to "char".
This attribute is not well supported, and should be avoided.
Syntax
<col char="character" /> |
Syntax Example
<col char="+" /> |
Attribute Values
Value | Description |
---|---|
character | Specifies the character to align the text around. |
Browser Support
The attribute is not supported by major browsers.Note: Because of the poor support for this attribute, you should avoid using it.