• I have a page that is simply generated by saving an excel spreadsheet as an html document.

    I update the data in the spreadsheet and then have a macro that sorts it and saves the file as html and then copies the new file to my webserver, replacing the old file.

    I want to display that entire page in the body of my wordpress page. Is there simple way that in the body of my wordpress page I can add a pointer to the saved html file so that it will be displayed when the wordpress page is opened?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi rklimitchek,

    You might consider embedding the html file into your site using a simple iframe plugin:
    https://www.ads-software.com/plugins/iframe/

    It sounds to me like this could fit your use-case.

    You normally don’t need a plugin for this as the visual editor allows iframe tags by default. All you need to do is to enter (something like) this into ‘Text’ mode.

    <iframe src="https://mysite.com/myhtmlpage.html" height="400" width="100%"></iframe>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display an existing html page in the body of my wordpress page’ is closed to new replies.