Hi
also ich hab des aussehen von meiner Topliste komplett dem aussehen von meiner hp angepasst..
nur jetz hab ich das problem dass das copyright vom hersteller des scripts oben angezeigt wird,,.. normal wird es aber unten hin generiert..
hier der link: httx://http://www.lazy-city.de/megatopliste/n…list/index.html
und hier mein code den ich verwende, vllt weiß jmd was ich ändern muss:
Header:
Code
<style type="text/css">
<!--
body {
color: #000000;
background-color: #ffffff;
font-family: verdana;
}
body a:link, body a:visited, body a:active {
color: #000000;
text-decoration: underline;
}
body a:hover {
color: #000000;
text-decoration: none;
}
.logobackground {
background-image: url(http://www.lazy-city.de/images/header_bg.gif);
}
.mainpage {
background-color: #C5D4ED;
}
.tableoutborder {
background-color: #000000;
}
.tableinborder {
background-color: #000000;
}
.tabletitle {
color: #000000;
background-color: #ffffff;
background-image: url(http://www.lazy-city.de/images/cellpic.gif);
}
.tabletitle_fc {
color: #000000;
}
.tabletitle a:link, .tabletitle a:visited, .tabletitle a:active {
color: #000000;
text-decoration: none;
}
.tabletitle a:hover {
color: #000000;
text-decoration: underline;
}
.smallfont {
font-size: 9px;
font-family: verdana;
}
.normalfont {
font-size: 11px;
font-family: verdana;
}
.tablecat {
color: #000000;
background-color: #ffffff;
background-image: url(http://www.lazy-city.de/images/catpic.gif);
}
.tablecat_fc {
color: #000000;
}
.tablecat a:link, .tablecat a:visited, .tablecat a:active {
color: #000000;
text-decoration: underline;
}
.tablecat a:hover {
color: #000000;
text-decoration: none;
}
.tableb {
color: #000000;
background-color: #ffffff;
border-left: 1px #ffffff solid;
border-top: 1px #ffffff solid;
border-right: 1px #ffffff solid;
border-bottom: 1px #ffffff solid;
}
.tableb_fc {
color: #000000;
}
.tablea {
color: #000000;
background-color: #ffffff;
border-left: 1px #ffffff solid;
border-top: 1px #ffffff solid;
border-right: 1px #ffffff solid;
border-bottom: 1px #ffffff solid;
-->
</style>
<style type="text/css">
<!--
/* CSS Tabs */
#navcontainer { /* none needed */ }
ul#navlist {
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
}
ul#navlist li {
float: left;
font-family: verdana, arial, sans-serif;
font-size: 11px;
font-weight: bold;
margin: 0;
padding: 2px 0 3px 0;
}
#navlist a, #navlist a:link {
margin: 0;
padding: 5px 9px 4px 9px;
color: #342c22;
border-right: 1px dashed #d9e3eb;
text-decoration: none;
}
ul#navlist li#active {
color: #000000;
}
#navlist a:hover {
color: #141c19;
}
-->
</style>
<body style="background-color: #D9E2F3">
<table style="width:75%" cellpadding="0" cellspacing="1" align="left" border="0" class="tableoutborder">
<tr>
<td class="mainpage" align="center">
<table style="width:100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="logobackground" align="left"><img src="http://www.lazy-city.de/images/logo.jpg" border="0" alt="Lazy-City" title="Lazy-City" /></a></td>
</tr>
<tr>
<td align="right" background="http://www.lazy-city.de/images/menue.gif" height="34">
<ul id="navlist">
<!-- CSS Tabs -->
<li>
<a href="http://www.lazy-city.de">Homepage</a></li>
<li>
<a target="_blank" href="http://www.gbook.lazy-city.de">Gästebuch</a></li>
</tr>
</table>
<br>
<table cellpadding="4" cellspacing="1" border="0" style="width:93%" class="tableinborder">
<tr>
<td class="tabletitle"><span class="smallfont"><font size="1"> </font><b><span style="font-size: 8pt; font-style: italic">Informationen</span></b></span></td>
</tr>
<tr>
<td class="tableb" align="left">
<p align="center"><font color="#000000" face="Verdana" size="2">Diese Liste wird
alle 5 Minuten aktualisiert.<br>Um sich in der Topliste anzumelden klicken sie bitte auf
<font face="Verdana" size="2"><b>
[<font color="#800000"><a href="http://www.lazy-city.de/megatopliste/cgi-bin/megatoplist/toplist.pl?action=new_member"><font color="#800000">Anmelden</font></a></font>]</b>!
<br>Um ihren vorhandenen Account zu editieren klicken sie auf </font>
<font face="Verdana" size="2"><b>
[<font color="#800000"><a href="http://www.lazy-city.de/megatopliste/cgi-bin/megatoplist/toplist.pl?action=edit_account"><font color="#800000">Userlogin</font></a></font>]</b>!</font><p align="center"><b>
<font face="Verdana" size="2">[</font><a href="http://www.lazy-city.de/megatopliste/cgi-bin/megatoplist/toplist.pl?"><font color="#800000" face="Verdana" size="2">Topliste</font></a><font color="#000000" face="Verdana" size="2">] [<font color="#800000"><a href="http://www.lazy-city.de/megatopliste/cgi-bin/megatoplist/toplist.pl?action=new_member"><font color="#800000">Anmelden</font></a></font>]
[<font color="#800000"><a href="http://www.lazy-city.de/megatopliste/cgi-bin/megatoplist/toplist.pl?action=edit_account"><font color="#800000">Userlogin</font></a></font>]</font></font></b></td>
</tr>
</table>
<br><table cellpadding="4" cellspacing="1" border="0" style="width:93%" class="tableinborder">
<tr>
<td class="tabletitle"><span class="smallfont"><font size="1"> </font><b><span style="font-size: 8pt; font-style: italic">Topliste</span></b></span></td>
</tr>
<tr>
<td class="tableb" align="left">
Alles anzeigen
Und im Footer:
Code
</td>
</tr>
</table><br><table width=93% cellspacing="0" cellpadding="0" border="0"><tr>
<td align="left" heigth="10"> </td>
<td width="100%" background="http://www.lazy-city.de/images/untenmitte.gif"> </td>
<td align="right" heigth="10"> </td>
</tr></table>
<tr> <td align="right" style="background-image: url(http://www.lazy-city.de/images/footer_bg.gif); height:21px;"> <table cellpadding="0" cellspacing="0" border="0" style="width: 100%; height:21px;"> <tr> <td align="left"><span class="smallfont">
<a target="_blank" style="text-decoration: none;" href="http://www.lazy-city.de">
<b>
© </b>by<b>
Lazy-City.de </b> </a> </span></td> </tr> </table> </td> </tr>
</body>
Alles anzeigen
Zusammen ergibt des dann die Topliste