Can someone show me how I can add this as a webpage background: Im in the process of slicing up the template so I wanna know where the background fits into all this. Thanks AQ
yeah i do think thats what he means. Alternative if you are going to code it in css you could put in your css file this: body { background: url('image.jpg'); }
OK thanks Im going to try and figure out how I could do this in css, just one more question, Now when slicing it up I have a few objects like the logo and the website name which will appear on top of the above background, this is really hard to explain so here is the website template My question is how do I slice the logo and the name of the site at the top and at the same time include the background I mentioned above?