HTML- Verwirrter
Neues Mitglied
Hallo Gemeinde,
ich hab heute den ganzen Tag damit verbracht, Foren zuwälzen. Leider habe ich nur einen Teil Erfolg gehabt.
Ich habe eine Seite mit ineinander verschachtelten Tabellen. In der inneren (weiß) sollen ein Bild, rechts daneben der Text, noch ein Bild und wieder rechts daneben der Text sein.
Also sozusagen alles in einer Reihe. Bis jetzt sieht das so aus. Kann mir jemand dabei bitte helfen. Ich dreh schon ganz hohl.
<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#4E72A6">
<colgroup>
<col width="200">
<col>
</colgroup>
<tr>
<td colspan="2">
<table border="0" cellpadding="10" cellspacing="0">
<tr>
<td><h1 style="color:#FFFFFF">Liebe Kollegen</h1></h1></td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" width="200">
<table border="0" cellpadding="10" cellspacing="0">
<tr>
<td>
<h3 style="color:#FFFFFF">Navigation</h3>
<p><a href="table_tr_th_td.htm">Tabelle</a><br>
<a href="bgcolor.htm">Hintergrund</a><br>
<a href="colspan.htm">Zellen verbinden</a><br>
<a href="width_height.htm">Breite und Höhe</a></p>
<h3 style="color:#FFFFFF">News</h3>
<p style="color:#FFFFFF">Die Neuigkeiten stehen stets an dieser Stelle.
Viel Neues gibt es nicht. Nur so viel: diese Seite ist neu.</p>
</td>
</tr>
</table>
</td>
<td valign="top" bgcolor="#FFFFFF">
<table border="0" cellpadding="190" cellspacing="30">
<tr>
<td>
<div style="position:absolute; left:350px"
<a href="images/egon.jpg">
<img style="height: 100px; float:left; vertical-align:text-top; margin-right:10px;" alt=Egon src="images/egon.jpg"/></a>
<h4 style="color:blue">Name Vorname</h4>
<p><h4 style="color:blue">Straße</h4></p>
<p><h4 style="color:blue">Ort</h4></p>
<img style="height: 100px; float:left; vertical-align:text-top; margin-left:280px;" alt=Aigner src="images/Aigner.jpg"/></a>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
ich hab heute den ganzen Tag damit verbracht, Foren zuwälzen. Leider habe ich nur einen Teil Erfolg gehabt.
Ich habe eine Seite mit ineinander verschachtelten Tabellen. In der inneren (weiß) sollen ein Bild, rechts daneben der Text, noch ein Bild und wieder rechts daneben der Text sein.
Also sozusagen alles in einer Reihe. Bis jetzt sieht das so aus. Kann mir jemand dabei bitte helfen. Ich dreh schon ganz hohl.
<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#4E72A6">
<colgroup>
<col width="200">
<col>
</colgroup>
<tr>
<td colspan="2">
<table border="0" cellpadding="10" cellspacing="0">
<tr>
<td><h1 style="color:#FFFFFF">Liebe Kollegen</h1></h1></td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" width="200">
<table border="0" cellpadding="10" cellspacing="0">
<tr>
<td>
<h3 style="color:#FFFFFF">Navigation</h3>
<p><a href="table_tr_th_td.htm">Tabelle</a><br>
<a href="bgcolor.htm">Hintergrund</a><br>
<a href="colspan.htm">Zellen verbinden</a><br>
<a href="width_height.htm">Breite und Höhe</a></p>
<h3 style="color:#FFFFFF">News</h3>
<p style="color:#FFFFFF">Die Neuigkeiten stehen stets an dieser Stelle.
Viel Neues gibt es nicht. Nur so viel: diese Seite ist neu.</p>
</td>
</tr>
</table>
</td>
<td valign="top" bgcolor="#FFFFFF">
<table border="0" cellpadding="190" cellspacing="30">
<tr>
<td>
<div style="position:absolute; left:350px"
<a href="images/egon.jpg">
<img style="height: 100px; float:left; vertical-align:text-top; margin-right:10px;" alt=Egon src="images/egon.jpg"/></a>
<h4 style="color:blue">Name Vorname</h4>
<p><h4 style="color:blue">Straße</h4></p>
<p><h4 style="color:blue">Ort</h4></p>
<img style="height: 100px; float:left; vertical-align:text-top; margin-left:280px;" alt=Aigner src="images/Aigner.jpg"/></a>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>