Ich will die uralte Tabelle bei WH in Divs ändern. So sieht es jetzt aus:
Code
<tr>
<td
style="border-left-style: none; border-left-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium;"
align="center" bgcolor="#000000" width="7%">
<h5><font color="#ffffff">1987- 1990</font></h5>
</td>
<td
style="border-top: 1px solid rgb(128, 128, 128); border-right-style: none; border-right-width: medium;"
width="93%">
<h3>OS/2 1.x</h3>
<p>Ein .....</p>
<table border="0" width="100%" id="table36" style="border-collapse: collapse">
<tr>
<td width="25%" align="center"> <a href="bilder/os2_11_1.gif" onClick="return vergroessern('bilder/os2_11_1.gif',event,'center',640,480)"> <img
src="vorschau/os2_11_1_small.gif" border="0" height="92" width="123"></a></td>
<td width="25%" align="center">
<a href="bilder/os2_13_1.gif" onClick="return vergroessern('bilder/os2_13_1.gif',event,'center',640,480)"> <img
src="vorschau/os2_13_1_small.gif" border="0" height="92" width="123"></a></td>
<td width="25%" align="center"> </td>
<td width="25%" align="center"> </td>
</tr>
<tr>
<td width="50%" align="center" colspan="2">
<table style="border-collapse: collapse;" id="table56" border="1"
bordercolor="#c0c0c0" cellspacing="0" width="100%">
<tbody>
<tr>
<td colspan="2" width="100%"><i>Weitere Informationen
verfügbar über:</i></td>
</tr>
<tr>
<td width="15%">
<p align="center"> <img src="../style/prog.gif" border="0"
height="16" width="16"></p>
</td>
<td width="85%">
<p align="left"><a href="os2.htm">MS OS/2 1.x
Versionsgeschichte</a></td>
</tr>
</tbody>
</table>
</td>
<td width="25%" align="center">
<img src="../style/dosred.gif" border="0" height="35" width="32"></td>
<td width="25%" align="center">286er Prozessor, 3 MB Hauptspeicher, 30 MB
Festplatte</td>
</tr>
</table>
</td>
</tr>
Alles anzeigen
und soweit hab ich schon die grundstruktur:
Code
<div id="winbox">
<div id="winjahr">1981-2000</div>
<div id="wininnerbox" >
<div id="wintext">
<p>MS-DOS</p>
<p>....1994).</p>
<p>Die erste Version, 1.0, wurde im August 1981 (!!) ausgeliefert.</p>
</div>
<div id="winbild">Bilder</div>
<div id="winsubbox">
<div id="winlinks" style="float: left;">Links</div>
<div id="winsystem" style="float: left;">System</div>
<div id="winsupp" >Support</div>
</div>
</div>
</div>
Alles anzeigen
Das problem ist das ich es nicht ordentlich formatiert bekomme. unter ffx habe ich eine css datei hinbekommen die nur grob buggt, im ie sieht die aber ganz anders aus. im web finde ich nicht wirklich was. geschweige nen wysiwyg-editor.