• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Frage über Table größe

Status
Für weitere Antworten geschlossen.

Lightning91

Neues Mitglied
Kann ich irgendwie einstellen, das sich ein <table> nicht nach oben vergrössert?http://jumpstyle-project.de/chiara/index.php?site=polls
da sieht man was ich meine...
und so ist es eg mit dem design
http://jumpstyle-project.de/chiara/index.php?site=news

jetzt noch meine index.php;)
PHP:
<?php
include("_mysql.php");
include("_settings.php");
include("_functions.php");
?>
<head>
<script type="text/JavaScript"></script>
<script src="js/bbcode.js" language="jscript" type="text/javascript"></script>
<link href="_stylesheet.css" rel="stylesheet" type="text/css">
<style type="text/text.css">
 @font-face { font-family:BranchingMouse Becker; src:url(BranchingMouse_Becker.TTF), url(BranchingMouse_Becker.TTF); }
</style>
 </style>
</head>
<body bgcolor="#000000"  link="#00CC00" vlink="#00CC00" onLoad="MM_preloadImages('Bilder/buttonlay_03.gif','Bilder/buttonlay_05.gif','Bilder/buttonlay_07.gif','Bilder/buttonlay_10.gif')">
<center>
<table width="980" border="0" cellspacing="0" cellpadding="0" valign="top">
  <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0" valign="top">
  <tr>
    <td><img src="Bilder/banner_03.gif" width="980"/></td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0" valign="top">
  <tr>
    <td width="18%"><table width="20%" border="0" cellspacing="0" cellpadding="0" valign="top">
    <tr>
     <td><img src="Bilder/navi1_03.gif" width="175" height="103" /></td>
    </tr>
  <tr>
    <td><a href="index.php?site=news" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Startseute','','Bilder/buttonlay_03.gif',1)"><img src="Bilder/button_03.gif" name="Startseute" width="175" height="33" border="0"></a></td>
  </tr>
  <tr>
    <td><a href="index.php?site=guestbook" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Gästebuch','','Bilder/buttonlay_05.gif',1)"><img src="Bilder/button_05.gif" name="Gästebuch" width="175" height="33" border="0"></a></td>
  </tr>
  <tr>
    <td><a href="index.php?site=polls" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Umfragen','','Bilder/buttonlay_07.gif',1)"><img src="Bilder/button_07.gif" name="Umfragen" width="175" height="33" border="0"></a></td>
  </tr>
  <tr>
    <td><a href="bilder.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Bilder','','Bilder/buttonlay_09.gif',1)"><img src="Bilder/button_09.gif" name="Bilder" width="175" height="33" border="0"></a></td>
  </tr>
  <tr>
    <td><a href="videos.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Videos','','Bilder/buttonlay_10.gif',1)"><img src="Bilder/button_10.gif" name="Videos" width="175" height="33" border="0"></a></td>
  </tr>
  <tr>
    <td><img src="Bilder/navi_ende_03.gif" width="175" height="319" /></td>
  </tr>
</table>      </td>
    <td width="65%" valign="top">
    <table width="100%" valign="top">
    <tr>
    <td>
    <?
      if(!isset($site)) $site="news";
      //Sichheitsl&uuml;cke beheben
      $invalide = array('/','/\/',':','.');
      $site = str_replace($invalide,' ',$site);
      if(!file_exists($site.".php")) $site = "news";
      include($site.".php");
    ?>
    </td>
    </tr>
    </table>
    </td>
    <td width="17%"><table width="100%" border="0" cellspacing="0" cellpadding="0" valign="top">
  <tr>
    <td><img src="Bilder/navi2_03.gif" width="170" /></td>
  </tr>
  <tr>
    <td background="Bilder/navi2_05.gif" width="174" height="377"><div align="center"><? include("shoutbox.php"); ?></div></td>
  </tr>
  <tr>
    <td><img src="Bilder/navi2_06.gif" width="170" /></td>
  </tr>
  <tr>
    <td background="Bilder/navi2_07.gif" height="127">&nbsp;</td>
  </tr>
</table></td>
  </tr>
</table>
</td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0" valign="top">
  <tr>
    <td width="48%"><img src="Bilder/chiara_03.gif" width="490" /></td>
    <td width="19%" background="Bilder/chiara_04.gif"><? include("counter.php"); ?></td>
    <td width="33%"><img src="Bilder/chiara_05.gif" width="329" height="29" /></td>
  </tr>
</table>
</td>
  </tr>
</table>
</td>
  </tr>
</table>
</center>
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben