Can't embed html5 content in C5
Permalink
Hi,
I'm trying to embed some html5 content from a Mac OSX software named Hype.
And I have a strange behaviour in C5 : my content works when in edit mode, then disappear when i publish my page.
You can see an example ( in fact a blank space :( ) on the bottom of this page :
http://designcreations.fr/index.php/concevoir...
And here is the snippet I have to insert, following Hype instructions :
<div id="hypedetc03nonnr_hype_container" style="position:relative;overflow:hidden;width:980px;height:860px;">
<script type="text/javascript" charset="utf-8" src="hypedetc03nonnr.hyperesources/hypedetc03nonnr_hype_generated_script.js?38756"></script>
</div>
Thanks for your help
I'm trying to embed some html5 content from a Mac OSX software named Hype.
And I have a strange behaviour in C5 : my content works when in edit mode, then disappear when i publish my page.
You can see an example ( in fact a blank space :( ) on the bottom of this page :
http://designcreations.fr/index.php/concevoir...
And here is the snippet I have to insert, following Hype instructions :
<div id="hypedetc03nonnr_hype_container" style="position:relative;overflow:hidden;width:980px;height:860px;">
<script type="text/javascript" charset="utf-8" src="hypedetc03nonnr.hyperesources/hypedetc03nonnr_hype_generated_script.js?38756"></script>
</div>
Thanks for your help
Try adding a slash to the front of your script src, i.e.:
src="/hypedetc03nonnr.hyperesources...