getAttribute( 'style' ) ); $styles = add_shorthand_property( $styles, 'margin', $margin ); $div->setAttribute( 'style', css_array_to_string( $styles ) ); $html = $dom->saveHTML(); } return $html; }