Suche im Forum:
Suchen


Autor Nachricht
Beitrag22.06.2010 um 15:01 (UTC)    
Titel: Counter html Code, irgendwas ist falsch

Ich habe einen Code für einen Counter generieren lassen und möchte ihn nun in die 2. Shoutbox einbinden. Die Tabelle wird auch schön angezeigt, aber die Zahlen nicht...

<style type="text/css">
.chcTable
{
width: 190px;
border-spacing: 1px;
border-width: 1px;
border-color: #53AF1F;
border-style: solid;
text-align: left;
background-color: #ADFF2F;
}
.chcHeaderRow
{
background-color: #53AF1F;
color: #FFFFFF;
font-size: 13px;
font-weight: bold;
padding: 3px;
}
.chcLeftRow
{
background-color: #E0FFFF;
color: #000000;
font-size: 12px;
padding: 3px;
}
.chcLeftRowAlt
{
background-color: #F0FFF0;
color: #000000;
font-size: 12px;
padding: 3px;
}
.chcRightRow
{
background-color: #E0FFFF;
font-size: 10px;
font-weight: bold;
color: #000000;
padding: 3px;
text-align: right;
}
.chcRightRowAlt
{
background-color: #F0FFF0;
font-size: 10px;
font-weight: bold;
color: #000000;
padding: 3px;
text-align: right;
}
.chcA a
{
font-size: 12px;
}
</style>

<div align="center">
<table class="chcTable">
<tr>
<td colspan="2" class="chcHeaderRow">
Besucherstatistik
</td>
</tr>
<tr>
<td class="chcLeftRow">{L_TOTAL_VISITORS}</td>
<td class="chcRightRow">{V_TOTAL_VISITORS}</td>
</tr>
<tr>
<td class="chcLeftRowAlt">{L_VISITORS_TODAY}</td>
<td class="chcRightRowAlt">{V_VISITORS_TODAY}</td>
</tr>
<tr>
<td class="chcLeftRow">{L_TOTAL_PAGE_VIEWS}</td>
<td class="chcRightRow">{V_TOTAL_PAGE_VIEWS}</td>
</tr>
<tr>
<td class="chcA" colspan="2" style="text-align:center; padding-top: 4px;">
<a target="_blank" href="{V_COUNTER_URL}/stats/index.php"><img src="{V_COUNTER_URL}/images/stats.png" style="width:15px; height:15px; border: 0px;" alt="counter" title="{L_STATISTICS}" /></a>
<a target="_blank" href="{V_COUNTER_URL}/stats/index.php">{L_STATISTICS}</a>
</td>
</tr>
<tr>
<td colspan="2" style="text-align:center; padding-top: 4px;">
<a href="http://chcounter.org/" target="_blank">
<img src="http://chcounter.org/bilder/logo80x15.png" style="width:80px; height:15px; border: 0px;" alt="counter, Besucherz&auml;hler" title="{L_STATISTICS}" /></a>
</td>
</tr>
</table>
</div>



Wo liegt der Fehler?
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de