You can use:Okay thanks for all your help, now onto another question. How do i create a non-moving background. Like when you scroll down a website the background image doesn't move?
background-attachment: fixed;
What do you mean by a 'proper' form? A 'contact us' type of form that sends an email or something?...Also how do you make a proper form like what you would see on a [contact us] page?...
The easiest way is to just run a google search for contact form tutorials, there'll be heaps of resources out there for you to use.i meant an e-mail when i said [proper form] sorry for the confusion yes....
In your css file; something like:and for the background code, where do i put that piece of code? Is there a specific spot for it?
body
{
background-image: url(background.png);
background-attachment: fixed;
}