"px" isn't valid in iframe height in your Embed code
When you're looking at a view and you click More Actions and select Embed, you're provided with some code that starts
<iframe height="400px"
but px isn't valid in iframe height
(In other words, it should be <iframe height="400"), go to
http://www.w3.org/TR/WD-frames-970331
and search for
name="iframe"
(Plus it gives me an error in my error checker
)
maureenshea