Pagina 1 din 1

Problema Latime Tema :(

Scris: 17-Iul-2009, 10:44:21
de masacru
Deci am incercat sa latesc tema cs_Red am vazut niste topicuri cum se latesc si nu am resuit se latea dar intro parte era alfel si tot asa eu vreau sa o fac ca etech de lata Care imi poate da codul gata latit sau ce marimi sa pun la height

Cod: Selectaţi tot

    #wrapheader {
       height: auto !important;
       width: 880px;
       padding: 0;
       margin: 0 auto;
       align: center;
       background-color: #f2f2f2;
       background-repeat: repeat;
       border: 3px solid #000000;
    }

    #wrapcentre {
       width: 780px;
       margin: 0 auto;
       padding: 0;
       align: center;
       background-color: #f2f2f2;
       background-repeat: repeat;

    }

    #wrapfooter {
       width: 780px;
       margin: 0 auto;
       text-align: center;
       align: center;
       clear: both;
       background-color: #f2f2f2;
       background-repeat: repeat;
    }



Bafta!

Re: Problema Latime Tema :(

Scris: 17-Iul-2009, 16:30:58
de GrafsS
la width trebuie sa modifici

Cod: Selectaţi tot

    #wrapheader {
       height: auto !important;
       width: 100%;
       padding: 0;
       margin: 0 auto;
       align: center;
       background-color: #f2f2f2;
       background-repeat: repeat;
       border: 3px solid #000000;
    }

    #wrapcentre {
       width: 100%;
       margin: 0 auto;
       padding: 0;
       align: center;
       background-color: #f2f2f2;
       background-repeat: repeat;

    }

    #wrapfooter {
       width: 100%;
       margin: 0 auto;
       text-align: center;
       align: center;
       clear: both;
       background-color: #f2f2f2;
       background-repeat: repeat;
    }