Heei
Sry für den schlechten Titel
Wusste nicht wie ich es nennen soll..
Egal. Ich würde gern meine 'Fläche' bis zur Seite rausziehen - ich habe so gut wie keine Ahnung von dem, deswegen denkt euch nix
Hier mal ein Bild:

und hier der Code dazu:
Ich hoffe ihr könnt mir weiterhelfen.
Gruß
Johannes
Sry für den schlechten Titel

Egal. Ich würde gern meine 'Fläche' bis zur Seite rausziehen - ich habe so gut wie keine Ahnung von dem, deswegen denkt euch nix

Hier mal ein Bild:

und hier der Code dazu:
HTML:
<?php
if(!defined('WB_URL')) {
header('Location: ../index.php');
exit(0);
}
?>
<!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>
<title><?php page_title(); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php if(defined('DEFAULT_CHARSET')) { echo DEFAULT_CHARSET; } else { echo 'utf-8'; }?>" />
<meta name="description" content="<?php page_description(); ?>" />
<meta name="keywords" content="<?php page_keywords(); ?>" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="author" content="http://www.webarte.de" />
<meta name="robots" content="index,follow" />
<meta name="REVISIT-AFTER" content="5 DAYS" />
<meta name="language" content="de" />
<link href="<?php echo TEMPLATE_DIR; ?>/style.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<style type="text/css" media="all">
@import "<?php echo TEMPLATE_DIR; ?>/ie6.css";
body {behavior: url("<?php echo TEMPLATE_DIR; ?>/csshover.htc");}
img, .pngtrans { behavior: url("<?php echo TEMPLATE_DIR; ?>/hm_iepngfix.htc"); }
</style>
<![endif]-->
</head>
<body>
<div id="webarte_main"><!-- main -->
<div class="webarte_container"><!-- webarte_container -->
<div id="webarte_wrapper"><!-- webarte_wrapper -->
<div id="webarte_wrapper_top">
<img src="<?php echo TEMPLATE_DIR; ?>/images/webarte_wrapper_top.png" alt="webarte" />
</div><!-- webarte_wrapper_top -->
<div class="webarte_navContainer_inside">
<div id="webarte_navContainer">
<div id="webarte_header_menu">
<div id="nav" class="pngtrans">
<?php show_menu2(1, SM2_ROOT, SM2_ALL, SM2_ALL, '<li><a href="[url]" class="[class] navlev[level]">[menu_title]</a>', "</li>", '<ul class="ullev[level]">', "</ul>", true, '<ul id="header_menu" class="menu">');?><br style="clear:left;"/>
</div><!-- end nav -->
</div><!-- end header_menu -->
</div><!-- navContainer -->
</div>
<div id="webarte_content"><!-- webarte_content -->
<div class="webarte_block_inside"><!-- webarte_block_inside -->
<?php page_content(1); ?>
</div><!-- ende webarte_block_inside -->
</div><!-- ende webarte_content -->
<br /><br />
<br /><br />
<?php
if (page_content(2) != '') {
echo '';
echo page_content(2);
echo '<br /><br /></div>';
}
?>
<br /><br />
<?php
if (page_content(3) != '') {
echo '';
echo page_content(3);
echo '<br /><br /></div>';
}
?>
<br /><br />
<?php
if (page_content(4) != '') {
echo '';
echo page_content(4);
echo '<br /><br /></div>';
}
?>
<br /><br />
<?php
if (page_content(5) != '') {
echo '';
echo page_content(5);
echo '<br /><br /></div>';
}
?>
<br /><br />
</div>
</div><!-- ende webarte_block_inside -->
</div><!-- ende webarte_sidebar -->
</div><!-- ende webarte_container -->
</div><!-- ende main -->
<div id="webarte_footer">
<div class="webarte_container"><!-- webarte_container -->
<div class="footer_column long">
<h3></h3>
<ul><?php show_menu(3,0,1,true,'<li>[a][menu_title][/a]','</li>','','','',''); ?></ul> </div>
<div class="footer_column long">
<h3></h3>
<ul><?php show_menu(4,0,1,true,'<li>[a][menu_title][/a]','</li>','','','',''); ?></ul> </div>
<div class="footer_column long">
<h3></h3>
<ul><?php show_menu(5,0,1,true,'<li>[a][menu_title][/a]','</li>','','','',''); ?></ul> </div>
<div class="footer_column long">
<h3></h3>
<ul><?php show_menu(6,0,1,true,'<li>[a][menu_title][/a]','</li>','','','',''); ?></ul> </div>
<div class="footer_column long">
<h3></h3>
<ul><?php show_menu(7,0,1,true,'<li>[a][menu_title][/a]','</li>','','','',''); ?></ul> </div>
<div class="footer_column long">
<h3></h3>
<ul><?php show_menu(8,0,1,true,'<li>[a][menu_title][/a]','</li>','','','',''); ?></ul> </div>
<div id="footer_copy">
<?php page_footer(); ?>
<hr />
<br />
</div><!-- ende webarte_footer -->
</div><!-- ende webarte_container -->
</body>
</html>
Gruß
Johannes
Zuletzt bearbeitet von einem Moderator: