Forum Moderators: coopster
response.write ("<h1 align=""center"")
to give
<h1 align="center">
but this doesn't work in PHP, I'm hoping someone can enlighten me!
-- Jan
You can also use single quotes in an echo: echo '<h1 class="big">';
[us2.php.net ] explains the differences in detail.