Hallo,
ich bin (fast) am verzweifeln. Ich habe folgenden HTML-Code:
<body background="Images/bg_monot.gif" onload="CSScriptInit();">
<!--###DOCUMENT_BODY### start-->
<table cool width="616" height="0" border="0" cellpadding="0" cellspacing="0" gridx="0" showgridx usegridx gridy="0" showgridy usegridy>
<tr height="0">
<td width="0" height="0" rowspan="5"></td>
<td width="600" height="0" colspan="0"></td>
<td width="1" height="0"><spacer type="block" width="0" height="0"></td>
</tr>
<tr height="0">
<td width="606" height="0" colspan="4" valign="top" align="left" xpos="9">
<csobj w="606" h="106" t="Component" csref="../Site01.data/Components/id_bar.html" occur="0">
<table border="0" cellpadding="0" cellspacing="0" width="600" height="0">
<tr height="0">
<td height="80" colspan="5"><img src="Images/logo.jpg" livesrc="Images/logo.psd" width="600" height="100" alt="Logo"></td>
Ihr seht, ich beginne nach dem Body-Tag direkt mit einem table. Es geht mir um das Bild im letzten td-Tag. Es ist das Logo. Ich möchte, dass es oben bündig erscheint. es bleibt aber immer ein rest Spalt zwischen Browserfenster und Logo.
Hat jemand einen Tipp wie ich diesen Spalt eleminieren kann?
Herzlichen Dank für Eure Bemühungen!
Junior