Hi
I have another problem with quotes, this time its in styles but again its because they have a comment tag in.
<style type="text/css">
<!---
.mainBack {BACKGROUND-IMAGE: url(previewfile.ashx?id=1378); BACKGROUND-COLOR: #ffffff}
//-->
</style>
The previewfile gets translated to previewfile.ashx?id="1378);"
I can take out the comment tag and it works fine, but for some reason people like putting in the comment tag in styles.
Is there any chance this can be fixed...
Thanks