Hello,
I have a website with this css code.
html, body {
color: #fff;
font-size: 11px;
font-family: 'Tahoma';
background: #072450 url(assets/background) repeat-x;
margin:0;
padding:0;
height:100%;
}
Basically it displays a graphic file and repeats it across the top of
the screen. I have tried to delete the repeat-x and it displays across
the entire page. I just want it so that I can have a simple banner in
the top of the screen and that it's.
Does anyone know how to do this?
I have a website with this css code.
html, body {
color: #fff;
font-size: 11px;
font-family: 'Tahoma';
background: #072450 url(assets/background) repeat-x;
margin:0;
padding:0;
height:100%;
}
Basically it displays a graphic file and repeats it across the top of
the screen. I have tried to delete the repeat-x and it displays across
the entire page. I just want it so that I can have a simple banner in
the top of the screen and that it's.
Does anyone know how to do this?
Comment