hm... das hat aber nichts mit dem zu tun.
Die felder werden nur für das stylesheet definiert und habe nichts mit dem PHP/MySQL zu tun.
div#news {
border-top : 1px solid rgba(0,0,0,0.08);
margin : 3em 0 1em 0;
overflow : hidden;
padding : 0;
}
div#news ul#style {
color : #6c6c6c;
list-style : none;
margin : 0 auto;
overflow : hidden;
padding : 0;
text-align : left;
width : 80%;
}
div#news ul#style li {
border-top : 1px solid rgba(0,0,0,.1);
margin : 1.0em 0 2.0em 0;
padding : 0;
}
div#news ul#style li:first-child {
border-top : none;
}
div#news ul#style a {
color : #2D2D2D;
display : block;
text-decoration : none;
}
div#news ul#style a:hover {
text-decoration : underline;
}
div#news ul#style #first {
background : none;
padding-top : 0;
}
div#news ul#style #date {
border-right : 1px solid rgba(0,0,0,.1);
box-shadow : 0px 0px 0px 5px rgba(255,255,255,0.1);
float : left;
font-size : 1em;
font-weight : 400;
height : 70px;
line-height : normal;
margin : 0.5em 1.5em 0em 0.5em;
padding : 1.5em 0em 1.5em 0em;
position : relative;
text-align : center;
text-shadow : 0px 1px 0px rgba(0,0,0,.2);
text-transform : uppercase;
width : 80px;
}
div#news ul#style #date:after {
border-radius : 6px;
content : '';
display : block;
height : 100%;
left : 0;
position : absolute;
top : 0;
width : 100%;
}
div#news ul#style #date span {
display : block;
font-size : 1.8em;
font-weight : 700;
margin : -5px 0 0 0;
padding : 0;
}
div#news ul#style h3 {
font-size : 1em;
font-weight : 400;
padding : 1em 0em 5px 0em;
text-align : left;
text-transform : uppercase;
}
div#news ul#style p {
margin : 0;
}
@@r0dsimply:
nuqneH
Error: Duplicate ID news.
[…]
Wie kann man diese Fehlermeldungen beheben?
Die Einträge sind doppelt, da es ja News sind.Dann sind die Bezeichner aber keine IDs, denn diese müssen eindeutig sein. Ich hab dazu mal was aufgeschrieben.
Jemand eine Idee was man hier tun kann?
Klassen verwenden.
Qapla'