2015-01-19, 05:35 AM
I want to ask..why when i put a iframe code in my post...it not shown the link in iframe code but it shown my forum link and it say "Page Not Found"...i do not understand..please help me..
<iframe class='col-lg-12' name='Stack' src='https://www.yoursite.com/' frameborder='0' scrolling='no' id='iframe' onload='javascript:resizeIframe(this);' />
(2015-01-25, 10:00 PM)LoganCK Wrote: [ -> ]I have my forums placed inside an iframe as well.what is trailing file extension?
Try using this iframe:
<iframe class='col-lg-12' name='Stack' src='https://www.yoursite.com/' frameborder='0' scrolling='no' id='iframe' onload='javascript:resizeIframe(this);' />
Your problem is that you're using a trailing file extension, don't do that! EVER!
Just use the root: www.giler-it.com/
That's my iframe from my website; so you may need to edit it to your liking.
(2015-01-25, 10:00 PM)LoganCK Wrote: [ -> ]I have my forums placed inside an iframe as well.
Try using this iframe:
<iframe class='col-lg-12' name='Stack' src='https://www.yoursite.com/' frameborder='0' scrolling='no' id='iframe' onload='javascript:resizeIframe(this);' />
Your problem is that you're using a trailing file extension, don't do that! EVER!
Just use the root: www.giler-it.com/
That's my iframe from my website; so you may need to edit it to your liking.
<iframe width="100%" height="100%" src="http://www.yourwebsite.com/" frameborder='0'></iframe>
(2015-01-25, 11:07 PM)LoganCK Wrote: [ -> ]Are you literally trying to put an iframe inside a forum post?
Use the width/height attribute.
<iframe width="100%" height="100%" src="http://www.yourwebsite.com/" frameborder='0'></iframe>