|
Thanks Chris, but I don't think that was the problem as I stated that the UTF-8 character set is already set up.
I believe I found the problem though, for some reason, komposer does not close the </script> tag on what should be my:
<script src="../js/swfobject.js" language="javascript" /></script>
That is set up at the <head> which causes all sorts of problems when it's not closed.
It's weird though, because when I open the document in komposer, the </script> does not show up at all, but in Dreamewaver </script> appears when opened.
Even when I add the </script> in komposer the page goes entirely blank. So I think what I will do is delete that script entirely from the pages. When I remove it, I can preview the pages correctly.
|