Guten Morgen
also ich will eine seite machen mit (if(!isset($site)) $site="news" :]
mein problem ist wenn ich eine news schreibe verschiebt sich der rechte login content mit runter, ich habe alles in tabellen gesetzt.. ich habe alle meine möglichkeiten ausgeschöpft weiss einfach nicht wodran es liegen kann :? pls help
also ich will eine seite machen mit (if(!isset($site)) $site="news" :]
mein problem ist wenn ich eine news schreibe verschiebt sich der rechte login content mit runter, ich habe alles in tabellen gesetzt.. ich habe alle meine möglichkeiten ausgeschöpft weiss einfach nicht wodran es liegen kann :? pls help
<?php
include("_mysql.php");
include("_settings.php");
include("_functions.php");
?>
<HTML>
<HEAD>
<TITLE>titel</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="">
<meta name="description" content="titel">
<link rel="stylesheet" type="text/css" href="cp.css">
<link rel="shortcut icon" href="favicon.ico">
<script language="JavaScript" src="bbcodes.js" type="text/JavaScript"></script>
<script language="JavaScript" src="functions.js" type="text/JavaScript"></script>
<script language="JavaScript1.2" src="preloader.js" type="text/JavaScript"></script></head>
<BODY onload="preloadImages()" BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 BACKGROUND="bg.gif">
<CENTER>
<TABLE WIDTH=853 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<td ROWSPAN="9" valign="top">
<table width="19" height="853" border="0" cellpadding="0" cellspacing="0">
<tr>
<TD ROWSPAN=9></TD>![]()
</tr>
</table>
<td COLSPAN="2" valign="top">
<table width="816" height="171" border="0" cellpadding="0" cellspacing="0">
<tr>
<TD COLSPAN=2></TD>
</tr>
</table>
<td ROWSPAN="9" valign="top">
<table width="18" height="853" border="0" cellpadding="0" cellspacing="0">
<tr>
<TD ROWSPAN=9></TD>![]()
</tr>
</table>
</TR>
<TR>
<td COLSPAN="2" valign="top">
<table width="816" height="23" border="0" cellpadding="0" cellspacing="0">
<tr>
<TD COLSPAN=2></TD>![]()
</tr>
</table>
</TR>
<TR>
<td bgcolor="000000" valign="top">
<table width="518" height="133" border="0" cellpadding="0" cellspacing="0">
<tr>
<TD><embed name="head" src="SWF/head.swf" quality="high" base="" bgcolor="#000000" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" height="133" width="518"></TD>
</tr>
</table>
<td valign="top">
<table width="298" height="133" border="0" cellpadding="0" cellspacing="0">
<tr>
<TD></TD>![]()
</tr>
</table>
<TR>
<td valign="top">
<table width="518" height="20" border="0" cellpadding="0" cellspacing="0">
<tr>
<TD></TD>![]()
</tr>
</table>
<td valign="top">
<table width="298" height="20" border="0" cellpadding="0" cellspacing="0">
<tr>
<TD></TD>![]()
</tr>
</table>
</TR>
<TR>
<td ROWSPAN="3" bgcolor="#FFFFFF" valign="top">
<table width="518" height="326" border="0" cellpadding="0" cellspacing="0">
<tr vlaign="top">
<TD ROWSPAN=3 background="DESIGN/main_content.gif" WIDTH=518 HEIGHT=326 ALT="">
<table valign="top" width="98%" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="20">
<?
if(!isset($module)) $module="news";
include($module.".php");
?>
</td>
</tr>
</table>
</tr>
</table>
<tr>
</tr>
<td valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="298">
<tr>
<TD width="298" height="161" style="background-image:url(DESIGN/login_content.gif); background-repeat: repeat-y; padding-left: 0px">
<? include("login.php"); ?>
</TD>
</TR>
<TR>
<TD background="DESIGN/between_spacer.gif" WIDTH=298 HEIGHT=8 ALT="" title=""></TD>
</TR>
<TR>
<TD background="DESIGN/current_content.gif" WIDTH=298 HEIGHT=157 ALT="" title=""></TD>
</tr>
</table>
</TR>
<TR>
<td valign="top" bgcolor="#FFFFFF">
<table width="518" height="14" border="0" cellpadding="0" cellspacing="0">
<tr>
<TD background="DESIGN/bottom_blocks_left.gif" WIDTH=518 HEIGHT=14 ALT=""></TD>
</tr>
</table>
<td valign="top">
<table width="298" height="14" border="0" cellpadding="0" cellspacing="0">
<tr>
<TD background="DESIGN/bottom_blocks_right.gif" width=298 height=14 alt=""></TD>
</tr>
</table>
</TR>
<TR>
<td valign="top">
<table width="518" height="166" border="0" cellpadding="0" cellspacing="0">
<tr>
<TD style="padding: 7px;" valign="top"></TD>
</tr>
</table>
<td valign="top">
<table width="298" height="166" border="0" cellpadding="0" cellspacing="0">
<tr>
<TD></TD>
</tr>
</table>
</TR>
</TABLE>
</CENTER>
</BODY>
</HTML>
