lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: maybe we could use blog.lilypond.org as the blog's address?


From: Jan Nieuwenhuizen
Subject: Re: maybe we could use blog.lilypond.org as the blog's address?
Date: Thu, 06 Jun 2013 22:57:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

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 <address@hidden> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar®  http://AvatarAcademy.nl  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]