+ 2
Html
I have a problem i put background in my html website and it's always repeat.
7 Respostas
+ 3
No in body, in head:
<head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>background-repeat</title> <style type="text/css"> body { background-image: url(images/bg_grey.png);
background-position: left bottom;
background-repeat: no-repeat; }
</style>
</head>
+ 4
Use css style
background-repeat: no-repeat
+ 1
Where to put it in body.
+ 1
Tnx.
+ 1
It didn't work but i did it.
<body background="img.png" STYLE="BACKGROUND-REPEAT: NO-REPEAT">
+ 1
Iy works without it.
0
Where is situated img.png? You mast write full link (http://yoursiteblablabla.com/img/img.png)