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 
|
That is forced

You can't use ">" because that char is reserved for tags (<p>, <div>, etc.) If you want to write ">" as character, then neccesarily you'll need to use ">"
Regards
Rubén