nein also das sit halt ne tabelle und css code:
table.showforum {
border-collapse:collapse;
}
.showforum thead td {
height:30px;
vertical-align:middle;
font-size:14px;
font-weight:bold;
font-variant:small-caps;
background-image:url(../images/forumhead.png);
background-repeat:repeat-x;
}
.showforum tbody {
border:1px solid #46472c;
}
.showforum tbody th {
text-align:left;
background-image:url(../../images/gbtop.png);
background-repeat:repeat-y;
background-color:#777777;
color:#f8f9de;
border:1px #000000 solid;
}
.showforum tbody td {
border:1px #46472c solid;
padding-left:10px;
background-image:url(../images/forumcell.gif);
background-repeat:no-repeat;
}
link:
webwg