Witam, otóż mam problem z dodaniem prawej kolumny do szablonu archzone. Udało mi się go raz zrobić ale sie wszystko posypało i nie potrafie wrócić do poprzedniego stanu.. adres strony: www.studyscotland.pl

oto końcówka kodu css:

Kod PHP:
.joomladesignsfooter 
    
clearboth
    
text-aligncenter;
    
line-height1.8em;
    
color#808080;
    
background#FFF;
    
padding10px 0 10px 0;
    
border-top1px solid #eee;
        
font-weightbold;
}

.
joomladesignsfooter a {
    
color#000;
    
background#fff;
}
 

.
wrap {
    
padding0;
    
margin10px auto;
    
text-alignleft;
    
width920px
}


.
content 
    
border1px solid #E3E3E3;
    
padding5px;
    
margin10px auto;
    
text-alignleft;
    
width920px
    
background#fff;
}

.
left {
    
floatleft;
    
width23%;
    
margin0 0 10px 0;
}

.
right {
    
floatright;
    
width76%;
    
margin2px 0 10px 0;

a to cały kod html:

Kod PHP:
<?php defined"_VALID_MOS" ) or die( "Direct Access to this location 

is not allowed." 
);$iso split'='_ISO );echo '<?xml version="1.0" 

encoding="'
$iso[1] .'"?' .'>';?>
<!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 mosShowHead(); ?>
<meta http-equiv="Content-Type" content="text/html;><?php echo _ISO

?>" />
<?php if ( $my->id ) { initEditor(); } ?>
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo 

$mainframe-> getTemplate(); ?>/css/template_css.css" rel="stylesheet" 

type="text/css"/>
</head>
<body>
    <div class="content">
        <div class="header">
            <div class="wrap">
                <div id="mainlevel-nav">
                    <?php mosLoadModules 'user3' ); ?>
                </div>
                <div class="logo">
                    <h1><?php echo 

$mosConfig_sitename?></h1>
                </div>
            </div>
        </div>
        <div class="left">
            <?php mosLoadModules 'left' ); ?>
            <?php mosLoadModules 'user1' ); ?>

                    </div>    

        <div class="right">
            <?php mosMainBody'user4' ); ?>
        </div>    

        <div class="joomladesignsfooter">
            <p>Copyright 2008 studyscotland.pl</p>
        </div>
    </div>
</body>
</html>
mam jeszcze jeden problem. otóż gdy jakiś użytkownik się zaloguje to pojawia się tekst "jesteś zalogowany jako..." który 'wchodzi' na newsy zamiast zawinąć się do następnej linijki.. ktoś ma pomysł jak to rozwiązać?