The problem is that I am saving the code after an edit. The change is reflected when I refresh the page. It is when I go back and open the code itself that it has reverted back to its original revision. Example: I am trying to fix these line of code
<!---
FROM:
<A HREF="dept_select.cfm?CreateProject=Yes" TARGET="right" onMouseOver="over(this)" onMouseOut="out this, 'sub')"><LI>Create Project<A HREF="dept_select.cfm?ProjectStatus=Yes" TARGET="right" onMouseOver="over(this)" onMouseOut="out(this, 'sub')"></a>
<LI>Update Project</a>
TO:
<A HREF="dept_select.cfm?CreateProject=Yes" TARGET="right" onMouseOver="over(this)" onMouseOut="out this, 'sub')"><LI>Create Project</a>
<A HREF="dept_select.cfm?ProjectStatus=Yes" TARGET="right" onMouseOver="over(this)" onMouseOut="out(this, 'sub')"><LI>Update Project</a>
---!
After I save the file and close it and then reopen it, the code reverts back to the original.