Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
HTML:<body background="wunschbild.bildendung" text="textfarbe" usw.></body>
body { background-image:url('file.ext'); }
body {
background-image: url(dateiname.endung);
background-repeat: repeat-x;
}
Das geht natürlich nur mit CSS:
Siehe: SELFHTML: Stylesheets / CSS-Eigenschaften / Hintergrundfarben und -bilderCode:body { background-image: url(dateiname.endung); background-repeat: repeat-x; }