Philipp B: ...keine echte Antwort aber ich hab jetzt immerhin ne Lösung

Beitrag lesen

Hallo!
Danke nochmal an alle, die sich mit meiner Problematik auseinandergesetzt haben, ist echt nett von Euch!

Ich hab einen Tabelle-in-Tabelle-Workaround gebastelt, den wollte ich jetzt  
der Vollständigkeit halber zeigen:

<html>
<head>
<title></title>
</head>
<body bgcolor="#8888ff">
<table cellpadding="0" cellspacing="0"  border="0">

<tr>
   <td valign="middle" align="center" bgcolor="#ccccff">
   <h2 style="line-height:25px;"><a name="beispiel"> textextexttextext</a></h2></td>
   <td width="100%"></td>
</tr>

<tr>
   <td colspan="2">

<table border="0" cellspacing="0" cellpadding="10" >
        <tr>
          <td><img src="IMG/D.GIF" width="30" height="1" border="0" alt=""></td>
          <td bgcolor="#6666ff">
             <p class="leisttext">texttext text text texttexttexttexttext
             text text texttexttexttexttext text text texttexttexttexttext
             text text texttexttexttexttext text text texttexttexttexttext
             text text texttexttext<br>texttext text text texttexttexttexttext
             text text texttexttexttexttext text text texttexttexttexttext
             text text texttexttexttexttext text text
             texttexttexttexttext text text texttexttext</p>
             <a href="leistung.html" class="backlink">... zurück zum Anfang</a>
          </td>
        </tr>
       </table>

</td>
</tr>

</table>
</body>
</html>

Wenn mir jetzt noch irgendwer den Tip hätte, wie ich die Überschrift zentriert bekomme,
so daß sie schick im Farbkasten platziert ist ....
(Kommt mir so vor, als ob der Browser bei <td><h1>.....</h1></td> einen Zeilenumbruch
vorsieht, und dann die erste (eigentlich einzige) Zeile so positioniert, als wäre da noch ne zweite.)

philipp

Philipp