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&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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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&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