On my machine I can get CEWP to show (image and data) on IE and FF. Chrome and Safari still show nothing (just blank screen). CEWP is linking to a txt file that has javascript stuff. Here is the code if you want to see it in details (http://www.codeupload.com/4063).
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
If the code you show in the link is what you've put into your CEWP, I'd expect problems. What you show is a full HTML page, including a BODY tag. You should only include the markup you want. I think that will probably solve the issue. So remove:
this
and the closing
|
|||||
|