06.04.2010 um 10:33 Uhr
Huhu Leute, ich habe eine frage, ich mchte gerne bei den Cutenews das Datum folgener Weise darstellen:
Meine Css sieht so aus:
.news-content p.date {
margin: 0;
padding: 0;
width: 60px;
height: 60px;
color: #0a000a;
font: italic normal 17px/100.2% 'Georgia', 'Times New Roman', Sans-Serif;
background: #d2d2d2;
text-align: center;
float: right;
}
.news-content p.date span {
text-transform: uppercase;
font-style: normal;
display: block;
}
Mein Html-Code so:
<p class="date">Tag
<span>Monat</span>
<small>Jahr</small>
</p>
Jedoch wei ich nicht, wie ich den html code bei cutenews einsetzten muss, damit das datum so angezeigt wird, kann mir da jemand helfen?
LG Katjana