BB Code Help Needed - HTML

Discussion in 'Empire Help & Support' started by nfell2009, Jul 26, 2012.

  1. I also have checked site help but there is nothing about HTML there

    <!DOCTYPE html>
    <html>
    <body>

    <iframe src="https://docs.google.com/spreadsheet/embeddedform?formkey=dEppUTUzVHJMSWc0NHk4NUpLNTdpeVE6MQ" width="760" height="1832" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>

    </body>
    </html>
    I need to insert that but everytime i try i get:
    HTML:
    <!DOCTYPE html>
    <html>
    <body>
    <iframe src="https://docs.google.com/spreadsheet/embeddedform?formkey=dEppUTUzVHJMSWc0NHk4NUpLNTdpeVE6MQ" width="760" height="1832" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
    </body>
    </html>
    
    Someone help me to get the google docs form to show up!
  2. Also it works, because i own a test site on webs and i used that to test it, so it works on there
  3. thats what i used to convert the iframe i will take another look
  4. HTML:
    <html>
    <body><iframe src="https://docs.google.com/spreadsheet/embeddedform?formkey=dEppUTUzVHJMSWc0NHk4NUpLNTdpeVE6MQ" width="760" height="1832" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe><input type=”button”
    onclick=”javascript:alert(document.all.myFrame.innerHTML)”>
    </body>
    </html>
  5. These forums can't parse HTML, only BBCode.
  6. yeah but when i put the html code into a
    HTML:
     bbcode tag and still dont work
  7. The HTML tag simply allows you to display formatted HTML. No HTML code can be parsed.
  8. damn it should be added, thanks for that