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!
Are you sure you want to use an iframe? From what I have heard they are a bit dodgy. But they are the only way to do it. Take a look at this site. http://www.w3schools.com/html/default.asp
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>
http://empireminecraft.com/help/bb-codes I'd help out but I'm not sure what you need. The link above should give you a hand, but I'm not sure that these forums support HTML.