Toon posts:

[CSS] Hoe deze tabel om te zetten?

Pagina: 1
Acties:
  • 33 views sinds 30-01-2008

Verwijderd

Topicstarter
Het zal ongetwijfeld heel simpel zijn voor de mensen met echte kennis van CSS, maar ik heb dat slechts een beetje en krijg het onderstaande probleem niet voor elkaar. De positioning hiervan is mij niet duidelijk.

Ik wil het onderstaande, niet valid, HTML naar CSS omzetten en er is me verteld dat ik dat allemaal in <div>'s zou moeten afvangen en niet in een html <table>

<center>
<table cellpadding="5px" cellspacing="2px" width="920px" border="0px" height="570px">
<tr>
<td colspan="5" width="916px" height="50px"></td>
</tr>
<tr>
<td rowspan="3" width="158px" height="514px"></td>
<td class="titel" colspan="3" width="598px" height="40px"></td>
<td rowspan="3" width="158px" height="514px"></td>
</tr>
<tr>
<td valign="top" colspan="3" width="598px" heigth="430px"></td>
</tr>
<tr>
<td width="93px" heigth="40px"></td>
<td width="408px" height="40px"></td>
<td width="93px" heigth="40px"></td>
</tr>
</table>
</center>

  • André
  • Registratie: Maart 2002
  • Laatst online: 26-05 00:33

André

Analytics dude

Zet je code tussen [ code=html] en [ /code] tags voor de layout.

Wat heb je zelf al geprobeerd/gevonden?

[ Voor 39% gewijzigd door André op 03-03-2004 13:35 ]


  • McVirusS
  • Registratie: Januari 2000
  • Laatst online: 11-05 10:29
[google=css tutorials] :)

Ook nog handig linkje: http://www.thenoodleincid...als/box_lesson/boxes.html

Dit topic is gesloten.