<?php $css_attrs = array( "width" => "11px", "height" => "11px", "border-radius" => "20px", "cursor" => "help" ); ?> <span style="<?php echo str_replace("=",":",http_build_query($css_attrs,"","; "));?>"></span>