MySQL beginner |
|
Wat dacht je van een goed geordende code..
Heb je al in je bron gekeken Echt alles staat onder elkaar, en er zit totaal geen opbouw in!
Ik heb even mijn tijd er ingestoken, en de opbouw iets verbeterd.
En wat denk je, problem solved!
Hier de goede code:
<html>
<head>
<style type="text/css">
body { margin: 0px; padding: 0px; color:#000000;}
a{color:#ffffff; valign: center;}
</style>
<title>Sinbad.be</title>
</head>
<body>
<table width="100%" height="100%" cellspacing="0" cellpadding="0">
<tr height="160">
<td width="135" style="background-image: url(corner_1.gif);"></td>
<td style="background-image: url(top_1.gif);"><img src="corner_2.gif"></td>
</tr>
<tr>
<td height="100%" style="background-image: url(left_2.gif)" valign="top"></td>
<td valign="top">
<table cellspacing="5">
<tr>
<td valign="top">aaa</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" valign="top" style="background-image: url(left_2.gif);"/>
<a href="http://www.Sint-Niklaas.be" target="_blank"><img src="sint-niklaas-logo.gif" border="0" /></a>
</td>
</tr>
</table>
</body>
</html>
<html> <head> <style type="text/css"> body { margin: 0px; padding: 0px; color:#000000;} a{color:#ffffff; valign: center;} </style> <title>Sinbad.be</title> </head> <body> <table width="100%" height="100%" cellspacing="0" cellpadding="0"> <tr height="160"> <td width="135" style="background-image: url(corner_1.gif);"></td> <td style="background-image: url(top_1.gif);"><img src="corner_2.gif"></td> </tr> <tr> <td height="100%" style="background-image: url(left_2.gif)" valign="top"></td> <td valign="top"> <table cellspacing="5"> <tr> <td valign="top">aaa</td> </tr> </table> </td> </tr> <tr> <td align="center" valign="top" style="background-image: url(left_2.gif);"/> <a href="http://www.Sint-Niklaas.be" target="_blank"><img src="sint-niklaas-logo.gif" border="0" /></a> </td> </tr> </table> </body> </html>
Succes verder |