• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Counter - größe und schrift ändern - funzt einfach nicht

Status
Für weitere Antworten geschlossen.

christiansill

Neues Mitglied
mein Counter sieht so aus:

http://www.csill-online.de/counter/counter.php


Er sollte jedoch von der schrift her so aussehen, wie auf meiner aktuellen seite: CSill e-Commerce - Willkommen

meine counter.tpl sieht so aus:


<style type="text/css">
<!--
table.counter {
width: 100px
}

td.titel {


text-align: center;
font-weight: bold;
color: #EEEEEE;
height: 25px;


}
td.hintergrund {
background-image: url(images/naviback.gif);
padding: 2px;
}
p.copyright {
font-size: 8px
}


-->
</style>
</head>

<body>
<table class="counter" cellpadding="0" cellspacing="0"> <tr>
<td>

Online: {online}<br>
Heute: {heute}<br>
Gestern: {gestern}<br>
Gesamt: {gesamt}<br>


{copyright}
</td>
</tr>
</table>



_______________________________________________________

jedoch ändern er die schrift und größe einfach nicht.

Was mache ich falsch?
 
Code:
</head>
 
<body>
<table class="counter" cellpadding="0" cellspacing="0"> <tr>
<td [COLOR=Red]class="titel"[/COLOR]>
 
Online: {online}<br>
Heute: {heute}<br>
Gestern: {gestern}<br>
Gesamt: {gesamt}<br>
 
 
{copyright}
</td>
</tr>
</table>
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben