Thats not the problem I know how to do that, but I don't want to go through the html I'm generating and put \ in front of every single quotation mark.
For example in php I might:
Code: Select all
<? while ( $fish = 2 ){
?>
A lot of HTML that will never stop!
<?
} ?>
Thank you!