More flexible width of contents

- header graphics scales (within limits)
- width of text area is determied by css, now 90% instead of 880px
- more of the html code goes in included templates
This commit is contained in:
Martin Dietze
2012-02-11 00:22:57 +01:00
committed by Carlos R. Mafra
parent a475c8357e
commit 3a49325e49
26 changed files with 173 additions and 181 deletions

View File

@@ -8,13 +8,11 @@
</head>
<body>
<?php
include("header.php");
include("dock.php");
?>
<?php include("dock.php"); ?>
<?php include("header.php"); ?>
<div id="inhalt">
<table width="880" border="0" cellpadding="1" cellspacing="1">
<div>
<table class="inner" border="0" cellpadding="1" cellspacing="1">
<tr>
<td content="content" colspan="2" valign="top">
<br />
@@ -106,6 +104,8 @@
</td>
</tr>
</table>
</div>
<?php include("footer.php"); ?>
</body>
</html>