Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Iframe and Java pop-up aint appearin'

I wanted to test the iframe code and the javascript pop-up that i learned, but when i tried it out on a test page it didnt work right.

First, the iframe. I pasted this code into the text editor of a page in my enfold powered wordpress site; 2 problems --The exact page i wanted it to go to didnt populate. The encounterla.com website was there, but on the site it said "nothing found" --I couldnt increase the width or height of the iframe.

Here is the code i used. I wanted the "presentations" page to populate in the iframe. The presentations page is in the quotes of the src.

</script> <iframe src="http://encounterla.com/1116-2/” width="300” height="300”> </iframe> </script>

Please investigate and let me know if you can find a solution. You can find the presentations page at encounterla.com

Also....

I posted in some javascript code to the same page, but it didnt show up. The code was supposed to give me a little pop-up that says "Hello world"; but, to no avail. Here is the code i used-

<link rel=”stylesheet” type=”text/css” href= “application.css”> <script type=”Text/javascript”> Alert(‘hello world!’); <script>

Help appreciated, -Elliot