kbjacet Admin
Anzahl der Beiträge : 25 Anmeldedatum : 24.08.09 Alter : 30
| Thema: Buntes Layout mir Blumen Mo 04 Jan 2010, 23:36 | |
| - Spoiler:
Code: - Spoiler:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title></title> </head> <body> <table style="text-align: left; width: 800px; height: 600px;" background="https://2img.net/h/oi47.tinypic.com/1235nj9.jpg" border="0" cellpadding="2" cellspacing="2"> <tbody> <tr> <td style="height: 76px; width: 361px;"></td> <td style="height: 76px; width: 419px;"></td> </tr> <tr> <td colspan="2" rowspan="1" style="height: 268px; width: 361px;"> <div style="overflow: auto; margin-left: 118px; width: 665px; margin-top: 42px; height: 143px;">hier kommt der text hin</div> </td> </tr> <tr> <td style="height: 246px; width: 361px;"> <div style="overflow: auto; margin-top: 23px; height: 142px; margin-left: 3px; width: 358px;">hier kommt der text hin</div> </td> <td style="height: 246px; width: 419px;"> <div style="overflow: auto; margin-left: 8px; width: 385px; margin-top: 31px; height: 146px;">hier kommt der text hin</div> </td> </tr> </tbody> </table> <br> </body> </html>
| |
|