klärt Privates privat! :shock:
und von mir: ich selbst frag auch mal um kostenfreie Hilfe und ich verkaufe mein Wissen im Hauptberuf...
und @Tanteu
in diesem Beispiel wird die Tabelle einerseits direkt im html gestylt und dann in der style.css mit
.entry-content table,
.comment-content table {
border-bottom: 0px;
margin: 0 0 0em;
width: 100%;
}
.entry-content th,
.comment-content th {
color: #666;
font-size: 10px;
font-weight: 500;
letter-spacing: 0.1em;
line-height: 2.6em;
text-transform: uppercase;
}
.entry-content td,
.comment-content td {
border-top: 1px solid #ddd; ==> macht den sichtbaren Strich ...
padding: 6px 10px 6px 0;
}
wenn du tablepress nutzt kann das aber ganz anders aussehen,
d.h. wenn du tablepress nutzt und dann diese Frage hast, dann schick uns den Link und dann ist Hilfe einfacher und sinnvoller
weil es gibt immer tausend Wege nach Rom in einer style.css ....