I realize that this is very late, but maybe it will help someone else.
Here’s an example of using text-align: center; property in the code.
<?php
‘<h1 style=”text-align: center”;>’ . ‘Car Sales Portland’ . ‘</h1>’;
?>
Hope that this helps someone, sometime, somewhere.