Hallo,
kann mir bitte jemand ´verraten wie ich meinen button hinter die zeile bekomme???
Code
<table border="1" rules="groups">
<colgroup>
<col width="50">
<col width="80">
<col width="300">
</colgroup>
<thead>
<tr>
<th>doc_typ</th>
<th>doc_name</th>
<th>headline</th>
</tr></thead>
<tbody>
<tr>
<td>doctyp</td>
<td>docname</td>
<td>head_de</td>
</tr>
<tr>
<td>doctyp2</td>
<td>docname2</td>
<td>head_en</td>
</tr></tbody></table>
Alles anzeigen
mein button soll einfach im <tbody> nach jeder zeile auftauchen, aber ich habs nicht so besonders mit html
button: