Urs Liska writes:

> (- a minor issue is that I don't know how to define the iframe yet. I had to
> manually set a height in pixels, which obviously isn't good.)

Oh, I have been using something like this.  Problem is possibly
CORS, no problem if you are hosting I guess?

    <div>
      <!--[if IE]>
          <iframe src="http://blog.com";
                  style="width: 100%; height: 180%; margin: 0 auto; overflow: au
to;">
            Your Microsoft Internet Explorer browser does not support
            frames and does not suport objects.  You can upgrade your
            browser, use another browser or visit <a 
href="http://blog.com";>Blog</a>
          </iframe>
          <![endif]-->
      <!--[if !IE]> -->
      <object data="http://blog.com"; type="text/html" style="height=100%; 
overflow: auto;">
        Your browser does not suport objects.  You can upgrade your
        browser or visit <a href="http://blog.com";>Blog</a>
      </object>
      <!-- <![endif]-->
    </div>

-- 
Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar®  http://AvatarAcademy.nl  

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to