Hoi,
ik probeer dit te maken maar het lukt me niet:
Ik probeer het op deze manier:
CSS:
.header_menu_blocks { width: 210px; height: 69px; border-bottom: 1px solid rgb(159,159,159); float: left; } .global_midden { vertical-align: middle; }
HTML:
<div style="width: 420px; height: 70px;"> <div class="header_menu_blocks" style="background: rgb(245,245,245);"> <div class="global_midden"> klsjd </div> </div> <div class="header_menu_blocks" style="background: rgb(231,231,231);"> klsjd </div> </div>
Kunnen jullie mij helpen?
<table width='100%' height='100%' border=''> <tr> <td align='center' valign='center' height='100%' BGCOLOR='#bbbbbb'> regel 1<br> regel 2<br> regel 3 </td> </tr> </table>
Ja, maar ik zie een fucking tabel. En hey! dat is juist niet wat ik wil
Toch bedankt voor uhm.. hulp ofzo
zo dan?
<style> .header_menu_blocks { width: 210px; height: 69px; border-bottom: 1px solid rgb(159,159,159); float: left; } </style> <div style="width: 420px; height: 70px;"> <div class="header_menu_blocks" style="background: rgb(245,245,245);"> <table width='100%' height='100%' border='0' cellspacing='0'> <tr> <td align='center' valign='center' height='100%'> klsjd </td> </tr> </table> </div> <div class="header_menu_blocks" style="background: rgb(231,231,231);"> klsjd </div> </div>
-knip-
'Werkt niet gerwin