Hey Folks,
Code
1
2
2
.datenset {width:100%;height:100%;border:0px;background-color:#E1E9F0;}
.floatr {float:right;}
Code
1
2
3
4
5
6
7
2
3
4
5
6
7
<table cellspacing="0" cellpadding="0" class="datenset">
<tr>
<td>
1 <img src="img/lock.png" class="floatr">
</td>
</tr>
</table>
Ich möchte das die 1 links steht und das Image rechts ist.
Doch leider steht beides immer links.