HTML ver gevorderde |
|
oke hier de source code alles wat tussen de body tag staat heb de rest weg gelaten om het overzicht te behouden, het vak is trouwens een img placeholder dus daar komt nadien nog een img.
<div align="center">
<table border="0" width="800" cellspacing="0" cellpadding="0" height="100%" >
<tr>
<td colspan="2" height="184" width="750" bgcolor="#FF0000" valign="top">
<img src="images/header.jpg">
</td>
</tr>
<tr>
<td width="200" height="100%" valign="top" bgcolor="#FF0000"></td>
<td width="600" rowspan="3" valign="top">
<iframe name="midframe" src="start.htm" width="600" height="100%" scrolling="auto" frameborder="0"></iframe>
</td>
</tr>
<tr >
<td align="center" bgcolor="#FF0000" valign="top" height="100%">
<img name="" src="" width="195" height="145" alt="" style="background-color: #FFFFFF">
</td>
</tr>
<tr valign="middle">
<td bgcolor="#FF0000"> </td>
</tr>
<tr>
<td width="200" bgcolor="#FF0000">
</td>
<td width="600" align="center" valign="middle" bgcolor="#FF0000">Webdesign by <a href="http://webdesign.smokalot.be" target="_blank">SmokaLot</a></td>
</tr>
</table>
</div>
<div align="center"> <table border="0" width="800" cellspacing="0" cellpadding="0" height="100%" > <tr> <td colspan="2" height="184" width="750" bgcolor="#FF0000" valign="top"> <img src="images/header.jpg"> </td> </tr> <tr> <td width="200" height="100%" valign="top" bgcolor="#FF0000"></td> <td width="600" rowspan="3" valign="top"> <iframe name="midframe" src="start.htm" width="600" height="100%" scrolling="auto" frameborder="0"></iframe> </td> </tr> <tr > <td align="center" bgcolor="#FF0000" valign="top" height="100%"> <img name="" src="" width="195" height="145" alt="" style="background-color: #FFFFFF"> </td> </tr> <tr valign="middle"> <td bgcolor="#FF0000"> </td> </tr> <tr> <td width="200" bgcolor="#FF0000"> </td> <td width="600" align="center" valign="middle" bgcolor="#FF0000">Webdesign by <a href="http://webdesign.smokalot.be" target="_blank">SmokaLot</a></td> </tr> </table> </div>
|