Definition and Usage The char attribute specifies alignment offset of the content in the table cell around a single character. Use this at...
Definition and Usage
The char attribute specifies alignment offset of the content in the table cell around a single character.Use this attribute together with the align attribute set to "char" and the char attribute.
This attribute is not well supported, and should be avoided.
Syntax
<col charoff="number" /> |
Syntax Example
<col charoff="10" /> |
Attribute Values
Value | Description |
---|---|
positive_number | Specifies alignment to the right of the specified character (3 = 3 characters to the right). |
negative_number | Specifies alignment to the left of the specified character (-3 = 3 characters to the left). |
Browser Support
The attribute is not supported by major browsers.Note: Because of the poor support for this attribute, you should avoid using it.