How to use a background image in a note?

I hoped, that it works with

or

but it didn’t.

Arte there any solutions for using a background image in a note?

Instead of correcting my own question, I give a solution: :wink:

<html>
<style>
body  {
background-image: 
url("http://www.kinyu-z.net/data/wallpapers/106/1074856.jpg");
background-color: #CCFFAF;
color: lightgrey
}
</style>
<body> 
<p>Works with internal style.</p>
</body>
</html>

Is it possible to use an attached image as a background-image? Something like

<body background=":/4b945b1e86054317be0c85d6d62ef8a3"/>

or so?