LLMS_Emails::get_table_table_style()
Return the table’s table tag inline style
Return Return
(string)
Source Source
File: includes/class.llms.emails.php
protected function get_table_table_style() {
return sprintf(
'border-collapse:collapse;color:%1$s;font-family:%2$s;font-size:%3$s;Margin-bottom:15px;text-align:left;width:100%%;',
$this->get_css( 'font-color', false ),
$this->get_css( 'font-family', false ),
$this->get_css( 'font-size', false )
);
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |