Why is my html code disappearing?
-
I would like to embed my media library from yudu on my blog. I paste in the embed html code however, when I click on ‘save’ it removes the majority of the code (that which included my own images) and published only the link on my blog.
Please, is there a way to embed this code? I will need to update the html every month as new publications become available on yudu.
I have included the code:
<div style=”background-color: #333333; width: 524px”>
<object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″
codebase=”http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0″
width=”524″ height=”262″
id=”Library” align=”middle”><param name=”allowScriptAccess” value=”always” />
<param name=”movie” value=”http://free.yudu.com/swf/libraryEmbed.swf” />
<param name=”FlashVars” value=”fvLibId=81252&fvWidth=4&fvHeight=1&fvTags=&fvRefId=81252″ />
<param name=”quality” value=”high” />
<param name=”bgcolor” value=”#333333″ /><embed
src=”http://free.yudu.com/swf/libraryEmbed.swf”
width=”524″ height=”262″
name=”Library” align=”middle”
flashvars=”fvLibId=81252&fvWidth=4&fvHeight=1&fvTags=&fvRefId=81252″
quality=”high”
bgcolor=”#333333″
allowScriptAccess=”always”
type=”application/x-shockwave-flash”
pluginspage=”http://www.macromedia.com/go/getflashplayer”>
</embed>
</object>
</div>I look forward to hearing from you. Thank you.
SiaCorrina Durocher
Blog url: http://scstudioadventures.wordpress.com/ -
Howdy,
You might want to be sure you’re only using allowed HTML tags:
http://en.support.wordpress.com/code/If you’d like to embed many pictures on your blog post or page, you might check out the gallery feature:
- The topic ‘Why is my html code disappearing?’ is closed to new replies.