Nice Posted January 25, 2013 Report Share Posted January 25, 2013 Я не могу сделать фон на HTML страничке подскажите пожалусто как это сделать?? Link to comment Share on other sites More sharing options...
jack007 Posted January 25, 2013 Report Share Posted January 25, 2013 (edited) <body background="img" > Или так <style> body { background: url(img); } </style> Edited January 25, 2013 by jack007 Link to comment Share on other sites More sharing options...
Nice Posted January 25, 2013 Author Report Share Posted January 25, 2013 <body background="img" > Или так <style> body { background: url(img); } </style> url(img) я так понял это адрес к картинке Link to comment Share on other sites More sharing options...
Nice Posted January 25, 2013 Author Report Share Posted January 25, 2013 вот так да <style> body { background:__user7726.s39.webhost1.ru/img/bg.jpg ); } </style> Link to comment Share on other sites More sharing options...
jack007 Posted January 25, 2013 Report Share Posted January 25, 2013 Так и есть. Если вам нужна не картинка а цвет то: <style> body { background: #F0F0F0; } </style> где #F0F0F0 - цвет фона Link to comment Share on other sites More sharing options...
Nice Posted January 25, 2013 Author Report Share Posted January 25, 2013 Так и есть. Если вам нужна не картинка а цвет то: <style> body { background: #F0F0F0; } </style> где #F0F0F0 - цвет фона <style> body { background:__user7726.s39....1.ru/img/bg.jpg ); } </style> так не работает Link to comment Share on other sites More sharing options...
Respected Posted January 25, 2013 Report Share Posted January 25, 2013 Моё терпение не перешагнуло данную тему.. Автору темы - перманентый бан, тема в корзину. Link to comment Share on other sites More sharing options...
jack007 Posted January 25, 2013 Report Share Posted January 25, 2013 помому что Бог знает какой у вас там код. Между <head> и </head> ставить нужно. Link to comment Share on other sites More sharing options...
Recommended Posts