html - iFrame removes a div -


i have slight problem when use iframe, removes div. think error located somewhere here:

<br> <h1>about</h1>  <iframe src="http://www.wikipedia.com" scrolling="no" width="960" height="500" frameborder="0" style="margin-left: 0px";>  <div class="center">     <p style="text-align: justify; ">&nbsp;</p> <p style="line-height: normal; font-family: verdana; "><span style="letter-spacing: 0.0px">people extremely visual creatures. why few things can beat power of moving imagery , why got involved in creating them.&nbsp;</span></p>  <p style="line-height: normal; font-family: verdana; "><span style="letter-spacing: 0.0px">redrum started creative film , animation studio in 2009. enthusiastic filmmakers are, try tell memorable visual stories our clients message across. believe having each discipline involved in process work under 1 roof, creates strong unity , achieves better results. concepting&nbsp;to final product. talented people different skills can learn , grow each other in collaborative atmosphere. it’s how things, , trust shows in our work. </span></p>  <p style="line-height: normal; font-family: verdana; "><span style="letter-spacing: 0.0px">but don’t take our word it; come see yourself. join @ our studio cup of italian&nbsp;coffee , round of pool.</span></p>  <p style="line-height: normal; font-family: helvetica; "><br> <br> &nbsp;</p>  <p style="line-height: normal; font-family: helvetica; "><strong>ede, nieuwe kazernelaan 2 - gebouw 3<br> postbus 8193, 6710 ad ede<br> <br> <span style="font-family: helvetica; ">base@redrumbureau.com</span><br> +31 318844104 &nbsp; &nbsp;+31 634245805</strong></p>  <p><a href="mailto:base@redrumbureau.com"><img src="about_bestanden/mail.png"></a>&nbsp;&nbsp;&nbsp;<a href="https://twitter.com/redrumbureau" target="_blank"><img src="about_bestanden/twitter.png"></a>&nbsp;&nbsp;&nbsp;<a href="https://www.facebook.com/redrumbureau" target="_blank"><img src="about_bestanden/facebook.png"></a></p>  </div> 

does have idea might causing this? have tested , shows text without iframe, when add text goes away.

you need close iframe tag so:

<iframe src="http://www.wikipedia.com" scrolling="no" width="960" height="500" frameborder="0" style="margin-left: 0px";></iframe>

also margin-left ; outside of style attribute closing "


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -