Hallo
anbei mal der Quelltext,ich bin auf dem gebiet totaler Neuling....
So mein Problem jetzt wenn cih auf die Page gehe
Fit with Dance - Home
dann ist die anordnung immer total unterschieldich je anchdem auf welche seite ich mich befinde ich will das mittelteil sowie banner links udn rechts immer obig beginnen, sprich einen festen Platz haben
bracuhe da dringend hilfe!
anbei mal der Quelltext,ich bin auf dem gebiet totaler Neuling....
Code:
<?php defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );?>
<!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">
<head>
<?php if ( $my->id ) { initEditor(); } ?>
<?php include($GLOBALS['mosConfig_absolute_path']."/templates/diagonal/splitmenu.php"); ?>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<?php mosShowHead(); ?>
<?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\" type=\"text/css\"/>" ; ?><?php echo "<link rel=\"shortcut icon\" href=\"$GLOBALS[mosConfig_live_site]/images/favicon.ico\" />" ; ?>
<style type="text/css">
<!--
a:link {
color: #FF9933;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FF9933;
}
a:hover {
text-decoration: none;
color: #FFCC33;
}
a:active {
text-decoration: none;
color: #FFCC33;
}
.Stil8 {color: #FF0000}
-->
</style>
<script type="text/javascript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body class="all">
<table width="100%" height="100%" border="0">
<tr>
<th scope="col"><div align="center"><img src="http://www.dick-records.com/fitwithdance/pics/specialbanner.jpg" alt="" align="top" /></div></th>
<th scope="col"><div align="center">
<div id="container">
<div id="wrapper">
<div id="topnav"> <?php echo $mycssPSPLITmenu_content; ?></div>
<div id="header">
<table width="100%" border="0">
<tr>
<td align="left" valign="top"><div id="logo">
<div align="left"><a href="index.php"><img src="templates/diagonal/images/logo.gif" alt="" border="0" align="left" /></a></div>
</div></td>
</tr>
</table>
</div>
<div id="content">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top"><div id="maincontent">
<?php mosMainBody(); ?>
</div></td>
<?php if (mosCountModules( "right" )) { ?>
<td width="165" align="left" valign="top"><div id="right">
<?php mosLoadModules('left',-2); ?>
</div></td>
<?php } ?>
<?php if (mosCountModules( "left" )) { ?>
<td width="165" align="left" valign="top"><div id="left">
<?php if (mosCountModules('right')>0) mosLoadModules('right',-2); ?>
</div></td>
<?php } ?>
</tr>
</table>
</div>
<?php if(mosCountModules('user1') || mosCountModules('user2')|| mosCountModules('newsflash') ) { ?>
<div id="bottom">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<?php if (mosCountModules( "top" )) { ?>
<td align="left" valign="top"><div id="modleft">
<?php if (mosCountModules('top')>0) mosLoadModules('top',-2); ?>
</div></td>
<?php } ?>
<?php if (mosCountModules( "user1" )) { ?>
<td width="250" align="left" valign="top"><div id="modcent">
<?php if (mosCountModules('user1')>0) mosLoadModules('user1',-2); ?>
</div></td>
<?php } ?>
<?php if (mosCountModules( "user2" )) { ?>
<td width="250" align="left" valign="top"><div id="modright">
<?php mosLoadModules('user2',-2); ?>
</div></td>
<?php } ?>
</tr>
</table>
<p>
<?php } ?>
</p>
<table width="360">
<tr>
<th scope="col" onclick="MM_openBrWindow('http://www.dick-records.com/fitwithdance/htmls/impressum.html','','scrollbars=yes,width=700,height=600')"><a href="#">Impressum</a></th>
<th scope="col"><a href="#" onclick="MM_openBrWindow('http://www.dick-records.com/fitwithdance/htmls/agbs.html','','scrollbars=yes,width=700,height=600')">AGBs</a></th>
<th scope="col"><a href="#" class="Stil8" onclick="MM_openBrWindow('http://www.dick-records.com/fitwithdance/htmls/privacypolice.html','','scrollbars=yes,width=700,height=600')">Privacy Police</a></th>
<th scope="col"><a href="#" onclick="MM_openBrWindow('http://www.dick-records.com/fitwithdance/htmls/faq.html','','scrollbars=yes,width=700,height=600')">FAQ</a></th>
</tr>
</table>
</div>
<div id="footer">
<p>Copyright © 2008 by Fit with Dance™. Fit with Dance™ ist ein Markenzeichen von DICK Records Inc.™ // HIGH-LIFE! Dance & Sound ®</p>
</div>
</div>
</div>
</div></th>
<th scope="col"><div align="center"><img src="http://www.dick-records.com/fitwithdance/pics/specialbanner.jpg" align="top" /></div></th>
</tr>
</table>
</div>
</body>
</html>
So mein Problem jetzt wenn cih auf die Page gehe
Fit with Dance - Home
dann ist die anordnung immer total unterschieldich je anchdem auf welche seite ich mich befinde ich will das mittelteil sowie banner links udn rechts immer obig beginnen, sprich einen festen Platz haben
bracuhe da dringend hilfe!
Zuletzt bearbeitet von einem Moderator: