my background.jpg appears at the top and bottom of my page because of the data I have entered. How do I get rid of the bottom background?
http://jaharri.com/less/staff.html
background.jpg placement
Make the change to your css file as shown below.
html {
background: url(../images/background.png) repeat-x;
background-color: #fff;
padding: 0px 0px 0px 0px;
text-align: left;
}
background: url(../images/background.png) repeat-x;
background-color: #fff;
padding: 0px 0px 0px 0px;
text-align: left;
}
Ha en riktig god dag!
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.