Sapper |
|
---|---|
I'm having some trouble getting a banner to show in the Nemesis theme, I'm using this code in the CSS, but it's not working, some help please ?
#header { border-top:url(localhost/cotonti/images/banne2r.jpg;) no-repeat; height:180px; margin: 0px auto; } |
elfrenazo |
|
---|---|
{ background-image:url(localhost/cotonti/images/banne2r.jpg); no-repeat; height:180px; margin: 0px auto; } |
Sapper |
|
---|---|
Solved thanks |