1: 2: 3:
<tr> <td align="center" background="./images/bgmen.png"><h5><u>Next Game</u></h5></td> </tr>
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Template_00</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="generator" content="Webweaver v1.6.2 [http://pr0g.net]" /> <link rel="stylesheet" href="./style.css" type="text/css" /> <link rel="stylesheet" href="./style_extended.css" type="text/css" /> <!-- compliance patch for microsoft browsers http://dean.edwards.name/download/ --> <!--[if lt IE 7]><script src="../../ie7/ie7-standard.js" type="text/javascript"></script> <![endif]--> </head> <body bgcolor='#EAEAEA'> <div class="contentWindow noBreak"> <div class='contentBase'> </div> <div class="base_sekSub menuKlein"> Einstellungen <br/> <a href="#">Serverkonfig</a><br/> </div> </div> </body> </html>
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20:
.contentWindow{ position: relative; left: -10px; top: -10px; float: left; display: block; border: 0px solid blue; border-right: 0px; margin: 12px; font-family: Verdana, Arial, sans-serif; background: #F5F5F5; } .contentBase{ position: relative; background: gray; width: 100%; font-size: 1px; border: 0px solid green; }