I tried everything! But my background image (gif) will not appear.
My files are stored in my public_html on ftp.
I have a file linked this way in my html document:
<link href="css/arena.css" rel="stylesheet" type="text/css" />
And I have the following lines in css:
body {
background-image: url('../images/2.gif');
}
I hope someone can help me because it is really frustrating.
Thanks in advance.
source
share