I'm not sure how many people have tried this, but I figured I'd throw it out there and see how it goes.
I'm tryin to use and iframe in one of my wordpress pages, so that when u click the page, part of it consists of a customized iframe that loads a 3rd party page.
everytime i go into the code editor and inject something along the lines of
<iframe
src ="url"
width="100%" frameborder="0" height="913" marginheight="0" marginwidth="0" scrolling="no">
</iframe>
i get a tiny box, with borders, and no page (seems to strip the url)
i've tried turning off the the visual editor and it's still the same.
any suggestion on this would be much appreciated, else i might have to try it out with joomla
I'm tryin to use and iframe in one of my wordpress pages, so that when u click the page, part of it consists of a customized iframe that loads a 3rd party page.
everytime i go into the code editor and inject something along the lines of
<iframe
src ="url"
width="100%" frameborder="0" height="913" marginheight="0" marginwidth="0" scrolling="no">
</iframe>
i get a tiny box, with borders, and no page (seems to strip the url)
i've tried turning off the the visual editor and it's still the same.
any suggestion on this would be much appreciated, else i might have to try it out with joomla