ich versuche die ganze Zeit einen Kreis in einer TD einzufügen, doch leider bekomme ich das nicht hin.
PHP-Code:
<table width="100%" class="top_inhalt" align="center" cellspacing="0" cellpadding="0" border="0" >
<tr>
<td id="box2" </td>
<td>Hallo Welt</span></td>
</tr>
</table>
PHP-Code:
.box2 {
background-color: #EBF8F9;
position: absolute;
width: 34px;
height: 34px;
top: 10px;
left: 250px;
border: 1px solid #88D3DC;
text-align: center;
border-radius: 100px;
}
Einen Kommentar schreiben: