Habe eine Tabelle anhang pix bilder fest formatiert. Nun rufe ich drin noch eine neue Tabelle und meine Formatierung geht verloren. Wie kann man verhindern, dass die gesamte Tabelle sich breitet?
hier einen Auszug vom Code:
-----------
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/pix.gif" height="1" width="198"></td>
<td><img src="images/pix.gif" height="1" width="1"></td>
<td><img src="images/pix.gif" height="1" width="154"></td>
<td><img src="images/pix.gif" height="1" width="1"></td>
<td><img src="images/pix.gif" height="1" width="154"></td>
</tr>
<tr>
<td colspan="5">text text text text text text text text text text text text</td>
</tr>
<tr>
<td id="menu_2" bgcolor="2169A6">menu</td>
<td colspan="3" id="content"><table width="100%" height="100%" border="0">
<tr><td><img src="images/content.jpg"></td>
<td>bla bla</td>
</tr><tr>
<td> </td>
<td>Druck - Impressum - Kontakt - Sitemap</td>
</tr></table></td>
<td bgcolor="2169A6"> </td>
</tr>
</table>
Wenn ich anstatt "bla bla" "bla bla bla bla bla bla bla bla bla bla bla " schreibt, wird die gesamte Tabelle immer grösser bis auf 100%.
Kann man nicht verhindern, dass die gesamte Tabelle grösser wird. Die grösse sollen wie oben mit den pix bilder fest bleiben.