I am trying to use a string that contains double quotes in the title attribute of an anchor. So far I tried these:
The escape code " can also be used instead of ".
"
"
You can use this PHP code to list special characters...
<table border="1"><?php for($i=33;$i<9000;$i++)echo "<tr><td>&#$i;<td>&#".$i.";"; ?></table>