Pagina 2 din 2

Scris: 23-Noi-2007, 23:29:38
de thecrewstyle
addYTzu scrie:
bilo182 scrie:

Cod: Selectaţi tot

<style>

body {
background-image: url(http://www.ceva.com/imagine.jpg);
}

</style>
incearca asa.. bagi codu asta in head :) ..
Nici :(
Am bagat in index_body.tpl .. codul dat de tine e primu .. dar din pacate nu functioneaza
Ti s-a spus sa il bagi in overall_header.tpl nu index_body.tpl :)

Scris: 23-Noi-2007, 23:32:51
de addYTzu
bilo182 scrie:baga-l in overall_header.tpl :) .. daca nu merge atunci intra in .css u de la template si cauta acolo body { ... si adauga linia aia de background
Trebuie bagat intr-o anumita postura in overall_header sau oriunde ?

Scris: 23-Noi-2007, 23:35:11
de bilo182
inainte de </head> :)

Scris: 23-Noi-2007, 23:37:31
de Marian96
baga codu asta in overall_footer

Cod: Selectaţi tot

<style type="text/css">
body {background-color:; background-image:url(Link-ul Imagini ); background-position:Top Center; background-attachment:fixed; background-repeat:repeat-y;}

table table table td.text table table div img {visibility:visible;}
table table table td.text table table div { background-image:none;}
div table tbody tr td a, div table tbody tr td input, div table tbody tr td font {visibility: hidden}

div table tbody, div table tbody td {background-color: !important;}

div div table table tr td {background-color:transparent !important;}

div div table {postion: absolute; top: 1px; text-align: center;}

div table tbody tr td a.navbar, div table tbody tr td form input,
div table tbody tr td a img, div table tbody tr td div a {visibility: visible !important; display: inline !important;}

table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table
table tbody td.text {visibility: visible;}
table, td {padding: none !important;}
body {background-color:transparent}
body table {background-color:transparent}
body table td {background-color: transparent;}
body table table {background-color: !imporant}
table tbody table tbody td, table tbody table tbody table {border: none;}
table tbody table tbody table table {background-color: !important; border: none; padding: none;}
table tbody table tbody table table td {background-color:; padding: 2px;}
table tbody table tbody table table td.text {background-color: transparent !important;}
table tbody td table tbody tr td.text table td.text table {border: none;}
table tbody td table tbody tr td.text table td.text {background-color: !important; border: none;}
table tbody td table tbody tr td.text table table {border: none;}
table table table table table {background-color: transparent;}
body {text-align: center !important;} .blacktext12 {visibility: hidden}



table table table td {vertical-align:top ! important;}
span.blacktext12 {
visibility:visible !important;
background-color:transparent;
background-image:url("");
background-repeat:no-repeat;
background-position:center center;
font-size:0px; letter-spacing:-0.5px;
width:435px; height:75px; display:block !important;
border:1px;
border-color:ffffff; }
span.blacktext12 img {display:none;
border-width:1;
border-color:ffffff;
}
.img {
border-width:1;
border-color:ffffff;
}
</style> 
[/code]

Scris: 23-Noi-2007, 23:39:20
de addYTzu
bilo182 scrie:inainte de </head> :)
Nici .. il bagasem jos de tot la sfarsit se schimbase dar nu se mai vedea headeru`

Scris: 25-Noi-2007, 01:54:03
de mrflat
Cel mai simplu este sa modifici in css-ul template-ului pe care il folosestiu

acolo ai sa gasesti o clasa:

body {
height: 100%;
background-color: #f3f3f3;
text-align: center;
padding: 0;
margin: 0px;
}

tu mai adaugi in clasa respectiva un nou atribut:

backgroud-image:url(calea_catre_imagine/nume_imagine.extensie);

si clasa o sa arate de genu:

body {
height: 100%;
background-color: #f3f3f3;
backgroud-image:url(calea_catre_imagine/nume_imagine.extensie);
text-align: center;
padding: 0;
margin: 0px;
}

Salvezi, refresh si trebuie sa vezi background-ul pe care il vrei

Scris: 25-Noi-2007, 10:34:32
de addYTzu
mrflat scrie:Cel mai simplu este sa modifici in css-ul template-ului pe care il folosestiu

acolo ai sa gasesti o clasa:

body {
height: 100%;
background-color: #f3f3f3;
text-align: center;
padding: 0;
margin: 0px;
}

tu mai adaugi in clasa respectiva un nou atribut:

backgroud-image:url(calea_catre_imagine/nume_imagine.extensie);

si clasa o sa arate de genu:

body {
height: 100%;
background-color: #f3f3f3;
backgroud-image:url(calea_catre_imagine/nume_imagine.extensie);
text-align: center;
padding: 0;
margin: 0px;
}

Salvezi, refresh si trebuie sa vezi background-ul pe care il vrei
Nu merge ! :|

Cod: Selectaţi tot

/* Body of the page */
body {
    background: #000;
    backgroud-image:url(link);
	scrollbar-face-color: #909090;
	scrollbar-highlight-color: #909090;
	scrollbar-shadow-color: #909090;
	scrollbar-arrow-color:  #000;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}
Asa am pus :)

Scris: 25-Noi-2007, 11:05:51
de CaTaNhA
Nu are cum sa nu mearga, pune link spre forum.


Apropo, nu ai inlocui link cu link-ul tau ? :)

Scris: 25-Noi-2007, 21:31:39
de mrflat
addYTzu scrie:
mrflat scrie:Cel mai simplu este sa modifici in css-ul template-ului pe care il folosestiu

acolo ai sa gasesti o clasa:

body {
height: 100%;
background-color: #f3f3f3;
text-align: center;
padding: 0;
margin: 0px;
}

tu mai adaugi in clasa respectiva un nou atribut:

backgroud-image:url(calea_catre_imagine/nume_imagine.extensie);

si clasa o sa arate de genu:

body {
height: 100%;
background-color: #f3f3f3;
backgroud-image:url(calea_catre_imagine/nume_imagine.extensie);
text-align: center;
padding: 0;
margin: 0px;
}

Salvezi, refresh si trebuie sa vezi background-ul pe care il vrei
Nu merge ! :|

Cod: Selectaţi tot

/* Body of the page */
body {
    background: #000;
    backgroud-image:url(link);
	scrollbar-face-color: #909090;
	scrollbar-highlight-color: #909090;
	scrollbar-shadow-color: #909090;
	scrollbar-arrow-color:  #000;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}
Asa am pus :)

daca nu merge inseamna ca nu ai modificat css-ul care trebuia