Infictible
Neues Mitglied
Hallo also ich bin noch sehr neu im Gebiet HTML, CSS und PHP und ich wundere mich wieso meine Internetseite keinen Hintergrund anzeigt. Ich bitte um eure Hilfe. Also funktionieren tut sie auf jeden Fall, da andere Befehle funktionieren. Der Name des Bildes ist auch richtig geschrieben.
Der HTML-Code:
Der CSS-Code:
Ich bin dankbar für jede Antwort.
MFG Infictible
Der HTML-Code:
HTML:
<!doctype html>
<html>
<head>
<title>Klavierunterricht Irene Mucha</title>
<!-- CSS Definition -->
<link rel="Stylesheet" type="text/css" href="Stylesheet.css">
<style type="text/css">
<!--
-->
</style>
<!-- Meta -->
<meta http-euqiv="content-language" content="de">
<meta name="keywords" content="Klavierunterricht, Mucha, Irene, Hiltrup, Musik, Musikschule">
<meta "authour" content="Alvin Jasic">
</head>
<body>
</body>
</html>
Der CSS-Code:
Code:
* body {
background-image:url(C:\Users\Alvin\Desktop\Website\images\background.png)
}
Ich bin dankbar für jede Antwort.
MFG Infictible