That's what I was thinking, it's suppose to work. But it didn't.
My page went haywire probably because I'm using the
/e modifier so that I can use
addslashes().
What happened when I removed the ? was, it adds \\\" to every quote in my page e.g
<img src=\\\"image.jpg\\\" />
I haven't figured out why it did that but I tried removing /e modifier and addslashes(), the replacement became e.g:
<a href="website.com" onMouseOver="overlib('Something something>Webby</a>.
Yet, that doesn't solve.. 