Gleich zum Anfang
Ich bin ein ziemlicher neuling also bitte seit nicht sauer wenn ich öfter nachfrag
Ich will einen Kumpel bei einer Webseite helfen
Die er vorgefertigt von einen anderen bekommen hat
Jetzt hab ich ein Problem mit den Hintergrund
Das ist jetzte der Html code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Test-Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript">
<!--
function IE(e) {
if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3")) {
return false;
}
}
function NS(e) {
if (document.layers || (document.getElementById && !document.all)) {
if (e.which == "2" || e.which == "3") {
return false;
}
}
}
document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
//-->
</script>
<style type="text/css">
<!--
body { font-family:Tahoma; font-size:11px; text-decoration:none; margin: 0% 0% 0% 0%; }
.headline,.headline2,.headline3,.headline4,.headline5,.headline6,.headline7 { font-family:Tahoma; font-size:10px; font-style:none; color:white; text-decoration:none; }
.cont, TD { font-family:Tahoma; font-size:10px; font-style:none; color:#000000; text-decoration:none; }
a { font-family: Tahoma; color:#172F47; text-decoration: none; font-size:10px }
a:visited { font-family: Tahoma; color:#172F47; text-decoration: none; font-size:10px }
a:hover { font-family: Tahoma; color:#e12e76; text-decoration: underline; font-size:10px }
//-->
</style>
</head>
<body bgcolor="#020202" style="margin: 0 0 0 0;" background="http://img.webme.com/pic/s/softair-team-platoon/flecktarn.jpg">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="158" align="left" valign="top" class="edit_header_1">
<table width="1000" border="0" cellspacing="0" cellpadding="0">
Ich denke das reicht
Jetzt würde ich gerne das der Hintergrund sich nicht immer wieder kachelt
Ich habe schonmal in einen Forum gefragt
Das hat auch super geholfen
nur leider funktioniert in dieser Datei das nicht
<head>
<style type="text/css">
body {
background-image: url(hintergrund.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
color: #000000;
}
</style>
</head>
<body>
</body>
</html>
Ich denke es liegt an den code denn ich verwende
Funktioniert das bei der Anderen Webseite mit css nicht?
aber er wurde schon im Head verwendet
Ich danke euch für jede Antwort


