Quote:
Originally Posted by crutledge
The following statrment nas me scratching my head!!!
PHP Code:
The
<h2 id="Ch_01">CHAPTER I.></h2>
I replace it with ">" but when I run HTML Tidy, the ".>" returns.
It makes my head itch 
|
It's the rules of HTML. There are a few characters which have to be replaced with HTML entities.
> replace with >
< replace with <
& replace with &
There may be others but I can't think of them off-hand.