Hopefully someone can help me out.
I am trying to create an iframe on my website.
It is like a separate window in your normal website projecting another website.
I am using this code:
(<iframe) src=
“http://iwebfaq.org/site/iWeb_iframe_2.html”
style=“width:370px; height:280px;
border-width:0px;
border-color:#990033;
border-style:solid;”
scrolling=“auto” >
()
offcourse without the ()
Sadly when i try to project the website it doesnt show.
The other site is build on ruby on rails.
Using a “normal” website the code does work.
Hopefully someone can help me out!
So i have tried the “normal” website which works perfectly.
This site was “HTTP://iwebfaq.org…
There’s something funny going on here. If you use Will’s Embed stack and paste in the URL, the external site - a poem - appears fine. But I’ve messed with the existing code (removing the ‘(’ changing the quote marks to ‘code-neutral’ ones and adding the missing argument at the end and I can’t get it to work.