Hello,
I am really bad with css. There is a text box on my blog with the following proprieties:
Quote:
#headline {
width:590px;
float:left;
background:#fff;
padding:10px;
font-size:1.05em;
line-height:1.5em;
margin:0;
}
|
I want to use an image in the background. I tried to replace the
with
Quote:
|
background: url("my image url") no-repeat top;
|
but it looks like this is not the way to do this.
Could someone show me how to do this?
Thank you for your time!!!