Hallo habe seit wochen ein Problem mit meiner Seite, das Webspell Forum konnte mir nicht helfen.
Vielleicht weiss einer von euch ja was da nicht passt.
Also schaut euch mal diese Seite an:
http://www.rop-clan.de/index.php?site=members
Dort kann man sehen das der Rahmen oben nicht abschließt (im Hauptbereich)
Habe alles mögliche Probiert aber finde keine Lösung.
In Dreamweaver zeigt er alles ordnungsgemäß an nur online nicht
Hier mal der Code der index.php:
<?php
/*
##########################################################################
# #
# Version 4 / / / #
# -----------__---/__---__------__----__---/---/- #
# | /| / /___) / ) (_ ` / ) /___) / / #
# _|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___ #
# Free Content / Management System #
# / #
# #
# #
# Copyright 2005-2010 by webspell.org #
# #
# visit webSPELL.org, webspell.info to get webSPELL for free #
# - Script runs under the GNU GENERAL PUBLIC LICENSE #
# - It's NOT allowed to remove this copyright-tag #
# -- http://www.fsf.org/licensing/licenses/gpl.html #
# #
# Code based on WebSPELL Clanpackage (Michael Gruber - webspell.at), #
# Far Development by Development Team - webspell.org #
# #
# visit webspell.org #
# #
##########################################################################
*/
// important data include
include("_mysql.php");
include("_settings.php");
include("_functions.php");
$_language->read_module('index');
$index_language = $_language->module;
// end important data include
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="copyright" content="Copyright © 2010 by gamer-designs.de cms by webspell.org" />
<meta name="description" content="free webSPELL Clantemplate by gamer-designs.de" />
<!-- Head & Title include -->
<title><? echo PAGETITLE; ?></title>
<link href="_stylesheet.css" rel="stylesheet" type="text/css" />
<script src="js/bbcode.js" language="jscript" type="text/javascript"></script>
<script type="text/javascript" src="js/crawler.js">
/*
Text and/or Image Crawler Script ©2009 John Davenport Scheuer
as first seen in http://www.dynamicdrive.com/forums/ username: jscheuer1
This Notice Must Remain for Legal Use
*/
</script>
</head>
<!-- stylesheets -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/slide.css" type="text/css" media="screen" />
<!-- PNG FIX for IE6 -->
<!-- http://24ways.org/2007/supersleight-transparent-png-in-ie6 -->
<!--[if lte IE 6]>
<script type="text/javascript" src="js/pngfix/supersleight-min.js"></script>
<![endif]-->
<!-- jQuery - the core -->
<script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>
<!-- Sliding effect -->
<script src="js/slide.js" type="text/javascript"></script>
<!-- Panel -->
<div id="toppanel">
<div id="panel">
<div class="content clearfix">
<div class="left">
<h3>Login Bereich</h3>
</div>
<div class="left">
<?php if(!$userID) {
$_SESSION['ws_sessiontest'] = true;
?>
<form method="post" name="login" action="checklogin.php">
<h3>Member Login</h3>
<label class="grey" for="log">Username:</label>
<input name="ws_user" type="text" size="23" value="Username" onfocus="this.value=''" />
<label class="grey" for="pwd">Password:</label>
<input name="pwd" type="password" size="23" value="Password" onfocus="this.value=''" />
<div class="clear"></div>
<input type="submit" name="submit" class="btn" title="Login now." alt="login" />
<a class="lost-pwd" href="index.php?site=lostpassword">Lost your password?</a>
</form>
<?php
} else include ('login.php'); ?>
</div>
<div class="left right">
<!-- Register Form -->
<?php if(!$userID) {
?>
<form method="post" name="register" action="index.php?site=register">
<h3>Sign Up!</h3>
<label class="grey" for="signup">Username:</label>
<input type="text" name="nickname" value="Nickname" maxlength="30" />
<label class="grey" for="email">Email:</label>
<input type="text" name="mail" value="Mail" />
<input type="hidden" name="saveregister" value="1" />
<input type="submit" class="btn" alt="Create Account." />
</form>
<?php
} else include ('counter.php'); ?>
</div>
</div>
</div> <!-- /login -->
<script type="text/javascript" src="js/jquery-1.3.2.js"></script>
<script type="text/javascript" src="js/jquery.jgrowl.js"></script>
<link rel="stylesheet" href="css/jquery.jgrowl.css" type="text/css"/>
<?php include("newmessage.php"); ?>
<?php
$anz=getnewmessages($userID);
if($anz) {
$neuePN= '     <a href="http://www.rop-clan.de/index.php?site=messenger"><img src="http://www.rop-clan.de/images/icons/pm_new.gif" width="14" height="12" border="0"/></a>';
}
else $neuePN='';
?>
<!-- The tab on top -->
<div class="tab">
<ul class="login">
<li class="left"> </li>
<li>Hallo <?php echo 'Hello '.($userID!=0)?getnickname($userID):'Guest'; ?><?php echo $neuePN ?></li>
<li class="sep">|</li>
<li id="toggle">
<a id="open" class="open" href="#">Open Panel</a>
<a id="close" style="display: none;" class="close" href="#">Close Panel</a>
</li>
<li class="right"></li>
</ul>
</div> <!-- / top -->
</div> <!--panel -->
<body>
<p> </p>
<table width="1000" border="1" cellspacing="0" cellpadding="0" align="center">
<tr>
<td valign="top"><table width="99%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="background-image:url(images/style/index_02.jpg)" width="1126" height="37"><img src="images/style/index_08.jpg" width="100%" height="107" border="0" alt="" /></td>
</tr>
<tr>
<td style="background-image:url(images/style/index_09.jpg)" width="1126" height="45"><?php include("navigation.php"); ?></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="221" rowspan="3" valign="top" bgcolor="#FFFFFF"><table width="221" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="221" height="37" valign="top" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/1.jpg" width="8" height="37" /></td>
<td width="205" height="37" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/2.jpg" width="205" height="37" /></td>
<td width="221" height="37" valign="top" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/3.jpg" width="8" height="37" /></td>
</tr>
<tr>
<td width="221" height="1" valign="top" bgcolor="#FFFFFF" style="background:url(http://www.rop-clan.de/images/style/ropclan/4.jpg) repeat-y; height:1px; width:8px"></td>
<td width="205" height="52" valign="top" bgcolor="#FFFFFF"><div style="padding-left:10px;"><?php include("poll.php"); ?></div></td>
<td width="221" height="1" valign="top" bgcolor="#FFFFFF" style="background:url(http://www.rop-clan.de/images/style/ropclan/6.jpg) repeat-y; height:1px; width:8px"></td>
</tr>
<tr>
<td width="221" height="12" valign="top" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/7.jpg" width="8" height="12" /></td>
<td width="205" height="12" valign="top" bgcolor="#FFFFFF" style="background:url(http://www.rop-clan.de/images/style/ropclan/8.jpg) repeat-x; height:1px; width:8px"></td
><td width="221" height="12" valign="top" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/9.jpg" width="8" height="12" /></td>
</tr>
</table>
<table width="221" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3"></td>
</tr>
<tr>
<td width="8" height="37" valign="top" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/1.jpg" alt="" width="8" height="37" /></td>
<td width="221" height="37" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/2.jpg" width="205" height="37" /></td>
<td width="8" height="37" valign="top" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/3.jpg" alt="" width="8" height="37" /></td>
</tr>
<tr>
<td width="221" height="1" valign="top" bgcolor="#FFFFFF" style="background:url(http://www.rop-clan.de/images/style/ropclan/4.jpg) repeat-y; height:1px; width:8px"></td
><td width="205" height="52" valign="top" bgcolor="#FFFFFF"><div style="padding-left:10px;"><? include("sc_videos.php"); ?></div></td>
<td width="221" height="1" valign="top" bgcolor="#FFFFFF" style="background:url(http://www.rop-clan.de/images/style/ropclan/6.jpg) repeat-y; height:1px; width:8px"></td
></tr>
<tr>
<td width="8" height="12" valign="top" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/7.jpg" alt="" width="8" height="12" /></td>
<td width="221" height="12" bgcolor="#FFFFFF" style="background:url(http://www.rop-clan.de/images/style/ropclan/8.jpg) repeat-x; height:1px; width:8px"></td>
<td width="8" height="12" valign="top" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/9.jpg" alt="" width="8" height="12" /></td>
</tr>
</table>
<p> </p></td>
<td width="584" height="38" valign="top" bgcolor="#FFFFFF"> </td>
<td valign="top" width="8" height="37" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/10.jpg" width="8" height="37" /></td>
<td valign="top" width="566" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/11.jpg" width="566" height="37" /></td>
<td valign="top" width="8" height="37" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/12.jpg" width="8" height="37" /></td>
<td valign="top" width="584" bgcolor="#FFFFFF"></td>
<td width="221" rowspan="3" valign="top" bgcolor="#FFFFFF"><table width="221" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="8" height="37" valign="top" style="background-image:url(images/style/index_14.jpg)"><img src="http://www.rop-clan.de/images/style/ropclan/1.jpg" alt="" width="8" height="37" /></td>
<td width="221" height="37" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/2.jpg" width="205" height="37" /></td>
<td width="8" height="37" valign="top" style="background-image:url(images/style/index_14.jpg)"><img src="http://www.rop-clan.de/images/style/ropclan/3.jpg" alt="" width="8" height="37" /></td>
</tr>
<tr>
<td width="221" height="1" valign="top" bgcolor="#FFFFFF" style="background:url(http://www.rop-clan.de/images/style/ropclan/4.jpg) repeat-y; height:1px; width:8px"></td
><td width="205" height="52" valign="top" style="background-image:url(images/style/index_14.jpg)"><div style="padding-left:5px;"><?php include("latesttopics.php"); ?></div></td>
<td width="221" height="1" valign="top" bgcolor="#FFFFFF" style="background:url(http://www.rop-clan.de/images/style/ropclan/6.jpg) repeat-y; height:1px; width:8px"></td
></tr>
<tr>
<td width="8" height="12" valign="top" style="background-image:url(images/style/index_14.jpg)"><img src="http://www.rop-clan.de/images/style/ropclan/7.jpg" alt="" width="8" height="12" /></td>
<td width="205" height="12" bgcolor="#FFFFFF" style="background:url(http://www.rop-clan.de/images/style/ropclan/8.jpg) repeat-x; height:1px; width:8px"></td>
<td width="8" height="12" valign="top" style="background-image:url(images/style/index_14.jpg)"><img src="http://www.rop-clan.de/images/style/ropclan/9.jpg" alt="" width="8" height="12" /></td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td width="8" height="37" valign="top" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/1.jpg" alt="" width="8" height="37" /></td>
<td width="221" height="37" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/2.jpg" width="205" height="37" /></td>
<td width="8" height="37" valign="top" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/3.jpg" alt="" width="8" height="37" /></td>
</tr>
<tr>
<td width="221" height="1" valign="top" bgcolor="#FFFFFF" style="background:url(http://www.rop-clan.de/images/style/ropclan/4.jpg) repeat-y; height:1px; width:8px"></td
><td width="205" height="52" valign="top" bgcolor="#FFFFFF"><div style="padding-left:5px;"><?php include("shoutbox.php"); ?></div></td>
<td width="221" height="1" valign="top" bgcolor="#FFFFFF" style="background:url(http://www.rop-clan.de/images/style/ropclan/6.jpg) repeat-y; height:1px; width:8px"></td
></tr>
<tr>
<td width="8" height="12" valign="top" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/7.jpg" alt="" width="8" height="12" /><br />
</td>
<td width="205" height="12" bgcolor="#FFFFFF" style="background:url(http://www.rop-clan.de/images/style/ropclan/8.jpg) repeat-x; height:1px; width:8px"></td>
<td width="8" height="12" valign="top" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/9.jpg" alt="" width="8" height="12" /></td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td width="8" height="37" align="center" valign="top" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/1.jpg" alt="" width="8" height="37" /></td>
<td width="221" height="37" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/2.jpg" width="205" height="37" /></td>
<td width="8" height="37" align="center" valign="top" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/3.jpg" alt="" width="8" height="37" /></td>
</tr>
<tr>
<td width="221" height="1" valign="top" bgcolor="#FFFFFF" style="background:url(http://www.rop-clan.de/images/style/ropclan/4.jpg) repeat-y; height:1px; width:8px"></td
><td width="205" height="52" align="center" valign="top" bgcolor="#FFFFFF"><?php include("partners.php"); ?></td>
<td width="221" height="1" valign="top" bgcolor="#FFFFFF" style="background:url(http://www.rop-clan.de/images/style/ropclan/6.jpg) repeat-y; height:1px; width:8px"></td
></tr>
<tr>
<td width="8" height="12" align="center" valign="top" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/7.jpg" alt="" width="8" height="12" /></td>
<td width="205" height="12" bgcolor="#FFFFFF" style="background:url(http://www.rop-clan.de/images/style/ropclan/8.jpg) repeat-x; height:1px; width:8px"></td>
<td width="8" height="12" align="center" valign="top" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/9.jpg" alt="" width="8" height="12" /></td>
</tr>
</table></td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF"> </td>
<td valign="top" bgcolor="#FFFFFF" style="background:url(http://www.rop-clan.de/images/style/ropclan/4.jpg) repeat-y; height:1px; width:8px"></td>
<td valign="top" background="http://www.rop-clan.de/images/style/r…tent_footer.jpg"><div style="margin-top:11px; margin-left:13px; margin-right:15px; width:520px;"><?php
if(!isset($site)) $site="news";
$invalide = array('\\','/','/\/',':','.');
$site = str_replace($invalide,' ',$site);
if(!file_exists($site.".php")) $site = "news";
include($site.".php");
?></div></td>
<td valign="top" bgcolor="#FFFFFF" style="background:url(http://www.rop-clan.de/images/style/ropclan/6.jpg) repeat-y; height:1px; width:8px"></td>
<td height="286" valign="top" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td valign="top" height="12" bgcolor="#FFFFFF"> </td>
<td valign="top" height="12" width="8" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/7.jpg" alt="" width="8" height="12" /></td>
<td valign="top" height="12" width="566" bgcolor="#FFFFFF" style="background:url(http://www.rop-clan.de/images/style/ropclan/8.jpg) repeat-x; height:1px; width:8px"></td>
<td valign="top" height="12" width="8" bgcolor="#FFFFFF"><img src="http://www.rop-clan.de/images/style/ropclan/9.jpg" alt="" width="8" height="12" /></td>
<td valign="top" bgcolor="#FFFFFF"></td>
</tr>
</table>
<td valign="top" background="http://www.rop-clan.de/images/style/r…tent_footer.jpg">
</td>
</tr>
<tr>
<td valign="top" width="1126" height="57"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/style/index_28.jpg" width="100%" height="57" alt="" /></td>
<td valign="top" style="background-image:url(images/style/index_29.jpg);" width="811" height="57"><div style="padding-left:311px; padding-top:20px;"><?php include("footer.php"); ?></div></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>