firstChild; $styles = [ 'margin-top' => $margin['top'] ?? null, 'margin-right' => $margin['right'] ?? null, 'margin-bottom' => $margin['bottom'] ?? null, 'margin-left' => $margin['left'] ?? null, ]; $first->setAttribute( 'style', css_array_to_string( $styles ) . $first->getAttribute( 'style' ) ); $content = $dom->saveHTML(); } return $content; }