• Resolved jenniferz

    (@jenniferz)


    Hello,

    I would like to insert a html page inside a wp post and i tried the following code, it doesn’t work:

    <!--[if IE]>
    <object classid="clsid:25336920-03F9-11CF-8FD0-00AA00686F13" data="some.html">
    </object>
    <![endif]-->
    <!--[if !IE]> <-->
    <object type="text/html" data="some.html">
    </object>
    <!--> <![endif]-->

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jenniferz

    (@jenniferz)

    OK I found it, it’s very easy:


    <p><iframe src=”/content1.htm” frameborder=”0″ height=”xxx” scrolling=”no” width=”xxx”> </iframe></p>


    you’re welcome

    J.

    This was really helpful! I’m trying to get a form + table to work (aweber) within posts. *crossing my fingers* Thanks Jennifer!

    No it didn’t work. After someone signs up using the aweber form the thank you page shows up in the iframe and it’s tiny…off to search for another solution.

    Mind you this was very useful Jennifer. thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Insert html page inside a post’ is closed to new replies.