Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/mybb-es.com/html/inc/functions.php on line 7422

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/mybb-es.com/html/inc/functions.php on line 7422

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/mybb-es.com/html/inc/functions.php on line 7422

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/mybb-es.com/html/inc/functions.php on line 7422
¿Como se llama la imagen de fondo? - MyBB-Es.com
Contrata servicios web en ougcNetwork.
y ke debo de poner entonces?
fijate que el css estas editando no sea el dafault sin o el de tu theme
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í:

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;

}
No... Debería de poner esto:

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;
}