Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/plugins/avatarep.php on line 1102

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
¿Como se llama la imagen de fondo?
Páginas (2):    1 2
Criptón   29 Oct, 2010, 10:10 am
#11
y ke debo de poner entonces?
wsoulrc   29 Oct, 2010, 10:12 am
#12
fijate que el css estas editando no sea el dafault sin o el de tu theme
Maxii_mybb_import8095   29 Oct, 2010, 10:13 am
#13
Código:
body {
      

background: #D3D3D3 url(../../../images/mynic/cloth_4.gif);

color: #000;

font-family: Verdana, Arial, Sans-Serif;

font-size: 13px;

text-align: center; /* IE 5 fix */

line-height: 1.4;

margin:0px;

}

Tienes eso, modificalo que quede así:

Código:
body {
      

background: #D3D3D3 url(images/mynic/cloth_4.gif);

color: #000;

font-family: Verdana, Arial, Sans-Serif;

font-size: 13px;

text-align: center; /* IE 5 fix */

line-height: 1.4;

margin:0px;

}
nentab   29 Oct, 2010, 10:38 am
#14
No... Debería de poner esto:

Código:
body {
    background: #D3D3D3 url(http://yfrog.com/eao71r8zj);
    color: #000;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13px;
    text-align: center; /* IE 5 fix */
    line-height: 1.4;
    margin:0px;
}
Páginas (2):    1 2
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.