Je moet ingelogd zijn om te stemmen.
<HTML> <HEAD> <TITLE>website layout</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> </HEAD> <BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0> <!-- ImageReady Slices (website layout.psd) --> <TABLE WIDTH=700 BORDER=0 CELLPADDING=0 CELLSPACING=0> <TR> <TD COLSPAN=3> <IMG SRC="images/website-layout_01.gif" WIDTH=700 HEIGHT=132 ALT=""></TD> </TR>zz <TR> <TD COLSPAN=3> <IMG SRC="images/website-layout_02.gif" WIDTH=700 HEIGHT=96 ALT=""></TD> </TR> <TR> <TD> <IMG SRC="images/website-layout_03.gif" WIDTH=148 HEIGHT=422 ALT=""></TD> <TD> <IMG SRC="images/website-layout_04.gif" WIDTH=30 HEIGHT=422 ALT=""></TD> <TD> <IMG SRC="images/website-layout_05.gif" WIDTH=522 HEIGHT=422 ALT=""></TD> </TR> </TABLE> <!-- End ImageReady Slices --> </BODY> </HTML>
<HTML><HEAD><TITLE>website layout</TITLE><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"></HEAD><BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0><!-- ImageReady Slices (website layout.psd) --><TABLE WIDTH=700 BORDER=0 CELLPADDING=0 CELLSPACING=0> <TR> <TD COLSPAN=3> <IMG SRC="images/website-layout_01.gif" WIDTH=700 HEIGHT=132 ALT=""></TD> </TR>zz <TR> <TD COLSPAN=3> <IMG SRC="images/website-layout_02.gif" WIDTH=700 HEIGHT=96 ALT=""></TD> </TR> <TR> <TD> <IMG SRC="images/website-layout_03.gif" WIDTH=148 HEIGHT=422 ALT=""></TD> <TD> <IMG SRC="images/website-layout_04.gif" WIDTH=30 HEIGHT=422 ALT=""></TD> <TD> <IMG SRC="images/website-layout_05.gif" WIDTH=522 HEIGHT=422 ALT=""></TD> </TR></TABLE><!-- End ImageReady Slices --></BODY></HTML>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <style type="text/css"> body { background-color: #FFFFFF; margin: 0px; } </style> <title>website layout</tile> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <table width="700" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="700" height="132" style="background-image: url(images/website-layout_01.gif);"> </td> </tr> <tr> <td width="700" height="96" style="background-image: url(images/website-layout_02.gif);"> </td </tr> <tr> <td width="700"> <table width="700" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="422" height="148" style="background-image: url(images/website-layout_03.gif);"> </td> <td width="422" height="30" style="background-image: url(images/website-layout_04.gif);"> </td> <td width="422" height="522" style="background-image: url(images/website-layout_05.gif);"> </td> </tr> </table> </td> </tr> </table> </body> </html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><style type="text/css">body { background-color: #FFFFFF; margin: 0px;}</style><title>website layout</tile><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head><body><table width="700" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="700" height="132" style="background-image: url(images/website-layout_01.gif);"> </td> </tr> <tr> <td width="700" height="96" style="background-image: url(images/website-layout_02.gif);"> </td </tr> <tr> <td width="700"> <table width="700" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="422" height="148" style="background-image: url(images/website-layout_03.gif);"> </td> <td width="422" height="30" style="background-image: url(images/website-layout_04.gif);"> </td> <td width="422" height="522" style="background-image: url(images/website-layout_05.gif);"> </td> </tr> </table> </td> </tr></table></body></html>