Forum Moderators: coopster
<span class="style13"><b><font face="Arial, Helvetica, sans-serif" size="2">This forum Rocks</font><font face="Arial, Helvetica, sans-serif" size="2"> </font></b></span> </p>
<p align="center">
Without having to manually escape each character?
You could use jk's method of enclosing it in single quotes but if there are any single quotation marks you will have issues. Another option is heredoc syntax.
Strings [php.net]
if($something == true){
?>
<span class="style13"><b><font face="Arial, Helvetica, sans-serif" size="2">This forum Rocks</font><font face="Arial, Helvetica, sans-serif" size="2"> </font></b></span> </p>
<p align="center">
<?
}
Maybe I am over looking something in your post and you need something more advanced, if so, just ignore me. LOL. It's late. I'm tired. I am not as alert as I could be. Ya know!