Just joined up and very new to the coding scene. I'm a designer by trade so looking got some help. I have my template made up but already im stuck on my background. I'm trying to work out how to construct it, i basically have a top border, the main background then a footer which is another seperate textured background.
I am thinking the best way to tackle it is have the top image seperate, middle, bottom. But how would i code this, does each image go in it's own div or can the lot be done using css within one single div?
When you run into a problem with code you've tried that's not working, post back here - Lots of good help available here.
Tip: You will probably want each seperate image to be a background of it's own div. Like a header image would be the background of <div id="header"> so you can put other header stuff in that div and the image stays behind it all.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
thanks for that, although it still is not repeating for some reason... i must have the document setup wrong because ive done it before i just can not see why it will not work. I have corrected the doc type and changed the CSS - I Take is i remove the img input from the html as i should be able to call up the image as a background with that css section however screen is blank... no background no topbar :S
Hi thanks for that although didnt seem to make any change for me. I tried removing the reset altogeather and the body background works fine after however the topEdge div image background still not showing up.
Hi thanks for that although didnt seem to make any change for me. I tried removing the reset altogeather and the body background works fine after however the topEdge div image background still not showing up.
You need to give #topEdge some content so it will show. Or a height, like this -