Menu

Any examples for HTML block ?

Help
RR
2008-07-15
2012-12-14
  • RR

    RR - 2008-07-15

    Hi,

    since I'm not an HTML programmer, can anyone please post examples how HTML block could be used to enhance knxweb...

    Also examples for "how do you use HTML block in your setup?" would be more than welcome...

    Thanks in advance,

    regards,

    Bulek.

     
    • jef2000

      jef2000 - 2008-07-17

      Hi,

      For example, I use it to insert weather pictures in a zone. The code I insert is:
      <img src="http://www.meteo.be/meteo/view/fr/211797-Belgique+Europe+Monde.html?image=tomorrow&amp;ext=.png" alt="forecast image" height="302" width="370">

      Throughout the internet, you have a lot of sites that propose you to embed their content in your web page. Examples:
      A youtube video? Copy paste the html code on the right of the video. Example:
      <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/R7sZKlub86g&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/R7sZKlub86g&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>

      Just search for "insert on your web page" (without  the quotes) in google and you'll find a lot of things you can copy-paste in an html block.

      Regards,

      Jean-François

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.