Hallo ich habe eine Toplist und möchte das Hintergrund Design ändern doch irgendwie klappt es nicht könnt ihr mir helfen ?
Mein Hintergrund Wunch " http://the-pain.net/bg3.jpg "
oder der Code
Mein Hintergrund Wunch " http://the-pain.net/bg3.jpg "
Code:
<style type="text/css">
<!--
/***********************************************/
/* Copyright by www.meinetopliste.de */
/***********************************************/
/*Allgemeine Einstellungen:*/
body {
margin-left: 5px;
margin-top: 35px;
margin-right: 5px;
margin-bottom: 5px;
background-color: #999999;
background-image: url(http://the-pain.net/bg3.jpg);
font-family: Tahoma;
font-size: 11px;
color: #5c5b5b;
}
/*Einstellungen für alle Links*/
a:link {
color: #000000;
text-decoration: none;
}
/*Einstellungen für die aktive Links*/
a:active {
color: #666666;
text-decoration: none;
/*Einstellungen für die besuchte Links*/
}
a:visited {
color: #999999;
text-decoration: none;
/*Einstellungen für Mouseover-Effekt*/
}
a:hover {
color: #666666;
text-decoration: underline;
}
/*Allgemeine Einstellungen für alle Tabellen*/
td,th {
font-family: Tahoma;
font-size: 11px;
color: #5c5b5b;
}
td.left {padding: 5px;padding-left:4px; padding-right:4px;}
td.right {padding: 5px;padding-left:4px; padding-right:4px; color:#FF0000;}
/*Einstellungen für die Überschriften*/
h1 { font-size:22px; color:#000000; margin:0px; padding:10px;}
/*Einstellungen für die Neu-Markierung*/
.new {color: #FF0000; font-weight:bolder;}
/*Einstellungen für die Statistiken*/
.stats {font-size: 11px; color:#666666; padding-left:5px; padding-top:2px; padding-right:5px; padding-bottom:10px}
/*Rahmenfarbe der Rangtabelle*/
.tdmain {background-color:#999999;}
/*Einstellungen für die Zeile der Rangtabelle*/
table.tdmain td {background-color:#999999; padding:10px;}
/*Einstellungen für die Überschrift der Rangtabelle*/
table.tdmain th {background-color:#f2f2f2;}
/*Einstellungen für die Titel der Seiten in der Rangtabelle*/
.sitetitle {font-size: 11px;}
/*Einstellungen für die Beschreibungen der Seiten in der Rangtabelle*/
.description {font-size: 11px;}
/*Einstellungen für alle Formulare*/
input {width: 220px;
font-size: 100%;
font-family: Tahoma;
color: #666666;
background-color:#fbfbfb;
border-width:1px;
margin:0px;
padding:0px;
border-collapse: collapse;}
textarea {width: 211px; height: 60px;
font-size: 100%;
font-family: Tahoma;
color: #666666;
background-color:#fbfbfb;
border-width:1px;
margin:0px;
padding:0px;
border-collapse: collapse;}
/*Einstellungen für die Anmeldeformulare*/
.inputs {width: 211px;}
.inputs1 {width: 102px;}
/*Fehlertext auf der Anmeldeseite*/
.updateerrormessage {color:#FF0000; font-size:18px; font-weight:bold}
/*Benachrichtigungstext auf der Anmeldeseite*/
.updatemessage {color:#05740c; font-size:18px; font-weight:bold;}
/*Überschriften auf der Anmelde- und Mitgliederseite*/
.heading {font-size: 18px; font-weight: bold;}
/*Einstellungen für die Einloggen-Seite*/
.inputmember {width:120px;}
.errormessage {color:#FF0000;}
/*Error-Texte*/
.error {color:#FF0000;}
/*Einstellungen für die Mitglieder-Seite*/
.submitbuton {width: 78px;}
/*Rahmenfarbe der Tabelle für Mitglieder*/
.tdmember {background-color:#999999;}
/*Hintergrundfarbe der Tabelle für Mitglieder*/
.tdmembermenue {background-color:#ffffff;}
/*Überschriftzeilen der Tabelle für Mitglieder*/
.tdcontenuebgcolor {background-color:#f2f2f2;}
/*Farbe der Inhalt-Tabelle für Mitglieder*/
.tdcontentbgcolor {background-color:#fbfbfb;}
/*Hintergrundfarbe der Tabelle für Mitglieder*/
.contenttablebgcolor {background-color:#f2f2f2;}
-->
</style>
oder der Code
Code:
<html><head>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//DE">
<meta http-equiv="pragma" content="no-cache">
<meta name="robots" content="INDEX,FOLLOW">
<meta http-equiv="content-language" content="de">
<meta NAME="TITLE" CONTENT="{topsitename}">
<meta name="description" content="{topsitename}">
<meta name="keywords" content="{topsitename}">
<meta name="audience" content="Alle">
<meta name="page-type" content="Link-Liste">
<meta name="page-topic" content="{category}">
<meta name="revisit-after" content="7 days">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="style.php?{designidentifier}" rel="stylesheet" type="text/css">
{toplistscript}
<title>{topsitename}</title>
</head>
<body>
<div align="center">
<table width="733" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="733" height="83" align="left" valign="bottom" background="/images/meinetopliste-menue-pix.gif"><h1>{topsitename}</h1></td>
</tr>
<tr>
<td width="733" height="8"> </td>
</tr>
<tr>
<td width="733" height="24" bgcolor="#000000"><table width="731" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="731" height="22" background="/images/meinetopliste-menue-pix.gif"> <a href="toplist.php?{toplistidentifier}">Toplist</a> | <a href="{topsiteurl}/add.php?{toplistidentifier}" class="topmenu">{text_signup}</a> | <a href="{topsiteurl}/members/index.php?{toplistidentifier}" class="topmenu">{text_members}</a> | <a href="toplist.php?{toplistidentifier}&what=rules">{text_rules}</a> | <a href="mailto:{mailto}" target="_blank">{text_mailto}</a><!-- | <a href="toplist.php?{toplistidentifier}&what=imprint">{text_imprint}</a>--></td>
</tr>
</table></td>
</tr>
<tr>
<td width="733" height="8"> </td>
</tr>
<tr>
<td width="733"><div align="center">{menu}</div></td>
</tr>
<tr>
<td width="733" height="8"> </td>
</tr>
<tr>
<td><table class="tdmain" width="733" border="0" align="center" cellpadding="0" cellspacing="1">
{listheader}
{listtable}
</table></td>
</tr>
<tr>
<td width="733" height="8"> </td>
</tr>
<tr>
<td width="733"><div align="center">{menu}</div></td>
</tr>
<tr>
<td width="733" height="8"> </td>
</tr>
<tr>
<td width="733" height="24" bgcolor="#000000"><div align="center">
<table width="731" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="731" height="22" background="/images/meinetopliste-menue-pix.gif"> <a href="toplist.php?{toplistidentifier}">Toplist</a> | <a href="{topsiteurl}/add.php?{toplistidentifier}" class="topmenu">{text_signup}</a> | <a href="{topsiteurl}/members/index.php?{toplistidentifier}" class="topmenu">{text_members}</a> | <a href="toplist.php?{toplistidentifier}&what=rules">{text_rules}</a> | <a href="mailto:{mailto}" target="_blank">{text_mailto}</a><!-- | <a href="toplist.php?{toplistidentifier}&what=imprint">{text_imprint}</a>--></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td width="733" height="8"><div align="center">
</div></td>
</tr>
<tr>
<td width="733"><table width="733" border="0" cellspacing="0" cellpadding="0" bordercolor="#000000" align="center">
<tr>
<td width="15%" height="13" align="center" valign="middle" nowrap class="stats">{currenthitsin} {text_currenthitsin}</td>
<td width="15%" align="center" valign="middle" nowrap class="stats">{currenthitsout} {text_currenthitsout}</td>
<td width="16%" height="13" align="center" valign="middle" nowrap class="stats">{text_ratio} 1/{ratiohits}</td>
<td width="16%" align="center" valign="middle" nowrap class="stats">{allhitsin} {text_hitsin}</td>
<td width="19%" align="center" valign="middle" nowrap class="stats">{allhitsout} {text_hitsout}</td>
<td width="19%" height="13" align="center" valign="middle" nowrap class="stats">{text_ratiototal} 1/{ratiohitstotal}</td>
</tr>
<tr>
<td height="13" colspan="6" align="center" valign="middle" nowrap class="stats"> <table width="70%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center" class="stats">{allusers} {text_members}</div></td>
<td><div align="center" class="stats">{text_nextreset} {nextreset}</div></td>
<td><div align="center" class="stats">{text_lastreset} {lastreset}</div></td>
</tr>
</table> </td>
</tr>
</table></td>
</tr>
</table>
<p> </p>
</div>
</body>
</html>