Hi All,
Here's what's happening:
I am using an EZpage for my faq page. There are many links on this page that have to use the ampersand "&" within the link.
I can go through my EZpage and properly escape all the ampersands like so "&"
Once I do that, I can validate the page, no problem.

However, here is where the trouble starts:
The next time I go to edit something on the EZpage, all the ampersands are unescaped again. Unless I go through and fix them all again, the page will not validate.

It's apparent that the "amp;" is being properly stored, so I'm assuming that the "amp;" must be stripped when the data is retrieved from the database.

The problem is, I don't know where to start looking. could someone point me to the right place?

Here is a link to my faq page:
http://thetoolspot.us/index.php?main_page=page&id=4
If you scroll to the footer, you can find a link to the W3C validator.

Thanks