[e107] div tag um ganze seite

Hallo , :wink: Ich möchte um meine seite Ngamers-Wii News & Hombrews u.v.m: News gerne einen divtag um alle boxen machen also noch ein bg so ähnlich wie hier Eurostyle-Online | News nur leider krieg ich das nicht hin könnt ihr mir helfen ? Hier meine template wo müssen die divs hin ? Wenn ich das mache geht alles kaput

[html]<?php
/*

  • ----------------------------------------------------------------------------+
    | e107 website system
    |
    | ©Steve Dunstan 2001-2002
    | http://e107.org
    | jalist@e107.org
    |
    | Released under the terms and conditions of the
    | GNU General Public License (http://gnu.org).
    |
    | $Source: /cvsroot/e107/e107_0.7/e107_themes/crahan/theme.php,v $
    | $Revision: 1.10 $
    | $Date: 2005/12/14 19:28:52 $
    | $Author: sweetas $
    ±---------------------------------------------------------------------------+
    */

if (!defined(‚e107_INIT‘)) { exit; }

// [multilanguage]
@include_once(e_THEME.„crahan/languages/“.e_LANGUAGE.„.php“);
@include_once(e_THEME.„crahan/languages/English.php“);

// [theme]
$themename = „CraHan“;
$themeversion = „1.0“;
$themeauthor = „Steve Dunstan [jalist]“;
$themeemail = „jalist@e107.org“;
$themewebsite = „http://e107.org“;
$themedate = „29/01/2005“;
$themeinfo = „Based on the theme by CraHan at his homepage n00.be, design used with permission.“;
define(„STANDARDS_MODE“, TRUE);
$xhtmlcompliant = TRUE;
$csscompliant = TRUE;
define(„IMODE“, „lite“);
define(„THEME_DISCLAIMER“, „
“.LAN_THEME_1.„“);

$logo = „logo“.rand(1, 1);

// [layout]

$layout = „_default“;

$HEADER = "

{MENU=1}
{MENU=2}
{SITENAME} 
{SITELINKS}
";

$FOOTER = "



{SITEDISCLAIMER}

";

$NEWSSTYLE = "

{STICKY_ICON} {NEWSTITLE}
{NEWSDATE}
{NEWSBODY} {EXTENDED}

[ {NEWSAUTHOR} :: {NEWSCOMMENTS}{TRACKBACK} ]


";

define(„ICONSTYLE“, „float: left; border:0“);
define(„COMMENTLINK“, LAN_THEME_3);
define(„COMMENTOFFSTRING“, LAN_THEME_2);
define(„PRE_EXTENDEDSTRING“, "

[ „);
define(„EXTENDEDSTRING“, LAN_THEME_4);
define(„POST_EXTENDEDSTRING“, " ]
“);
define(„TRACKBACKSTRING“, LAN_THEME_5);
define(„TRACKBACKBEFORESTRING“, " :: ");

// [linkstyle]

define(‚PRELINK‘, „“);
define(‚POSTLINK‘, " ::");
define(‚LINKSTART‘, ":: ");
define(‚LINKSTART_HILITE‘, ":: ");
define(‚LINKEND‘, „“);
define(‚LINKDISPLAY‘, 1);
define(‚LINKALIGN‘, „left“);

// [tablestyle]

function tablestyle($caption, $text, $mode)
{
echo „

{$caption}
\n{$text}\n

\n“;
}

$COMMENTSTYLE = "

{COMMENT} {COMMENTEDIT}

[ ".LAN_THEME_6." {USERNAME} :: {TIMEDATE} ]


";

$CHATBOXSTYLE = "

{USERNAME}

{MESSAGE}

";

?>[/html]Css hab ich schon ich schaff das nur nichtmit den templates… :(…

Wäre nett wenn ih mir helft …^^

MFG

EDIT: HABS ALLEINE GESCHADFT ABER NUN MEIN neues PROBLEM Ngamers-Wii News & Hombrews u.v.m: Statistics die leiste guckt da raus :frowning:

welche Leiste?

Die Linke die über das graue drüber geht :wink: Ach da geht nix mehr drüber sorry ich meinte hier http://ngamers.bplaced.net/wii/user.php

also ich bin von ESO aber spielt ja keine rolle :smiley:

Also was dein problem sein wird ist, das du gefloatest hast aber nicht gecleart!

Bin ja auch aufder eso ;Jump xD

Sorry bin noch ein noob mit so mit css xD… Wo müsste ich clearen ?
Hier die css http://ngamers.bplaced.net/wii/e107_themes/crahan/style.css
MFG