I need help with adding a background in the middle of the header & footer. The background should be only in the center also seen the site.psd image attached. Since I added the image (background floor) it had distored my website seen on current-site jpg, also attached. What am I doing wrong??? I would like the floor background to be strictly in that area and expand depending on the browser. CAN YOU HELP PLEASE. THANKS
<p>"For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life."</p> <p> </p> <meta name=\"keywords\" content=\"Nevahurd.com, Christian Hip Hop, Ryan Hip Hop Rapper, Toronto Musician, God is Good\" /> </div>
Thanks, can some show me a sample code. That's the only thing I just havn't gotten right. So how do I apply into css which I have placed incorrectly. Please help
There is nothing wrong with The Doc's code. Where are you putting it? Is the path to the image correct relative to the css file? Should it be on the body or attached to a specific div? I suggest you watch the beginners video http://css-tricks.com/video-screencasts/58-html-css-the-very-basics/
I need help with adding a background in the middle of the header & footer. The background should be only in the center also seen the site.psd image attached. Since I added the image (background floor) it had distored my website seen on current-site jpg, also attached. What am I doing wrong??? I would like the floor background to be strictly in that area and expand depending on the browser. CAN YOU HELP PLEASE. THANKS
You need to apply the background using CSS.
If you don't know what I'm talking about, you need to go back to the basics of wherever you were learning from.
I think you want it to apply to the body, though I'm not 100% sure on your question. So the CSS for your body would look something like:
body {background: url(images/black-floor.jpg) top center repeat-y;
font-size:62.5%;
etc etc
}
I suggest you watch the beginners video http://css-tricks.com/video-screencasts/58-html-css-the-very-basics/
background: url(../images/black-floor.jpg) top center repeat-y;