Abend,
mein Problem ist, das ich einen Leerraum zwischen einem </table>-</form>-</div> habe, der nciht rein soll.
Im Anhang ein Bild.
Hier die entsprechenden Quell- bzw. CSS-Ausschnitte:
css:
table-Tag = td_table
div-Tag = td_border_small td_pad
CSS-Quellcode
Weiss jemand Rat?
MfG Marcel
mein Problem ist, das ich einen Leerraum zwischen einem </table>-</form>-</div> habe, der nciht rein soll.
Im Anhang ein Bild.
Hier die entsprechenden Quell- bzw. CSS-Ausschnitte:
PHP:
<tr>
<td class="td_main" colspan="2" align="center">
<small>
<a href="admin/index.php?action=admin" target="_self">Admin</a>
</small>
<input name="date" type="hidden" value="<?php echo $date1, $time1 ?>" >
</td>
</tr>
</table>
</form>
</div>
table-Tag = td_table
div-Tag = td_border_small td_pad
CSS-Quellcode
Code:
.td_border_small {
width: 50%;
border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
padding: 1px;
border: 1px solid #7F90AE;}
.td_pad{
margin-top: 0.6em;}
table.td_table {
width: 100%;
background-color: #ebebeb;
border-bottom: 1px solid #ebebeb;
border-right: 1px solid #ebebeb;
border-left: 1px solid #ebebeb;
border-top: 1px solid #ebebeb;
margin: 1px;
font-size:1.1em}
MfG Marcel