sravis
Members
-
Joined
-
Last visited
Reputation Activity
-
sravis reacted to j5-payne in Fixed Background Image In CSSCheck this out:
Perfect Full Page Background Image - http://css-tricks.com/3458-perfect-full-page-background-image/
body{
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
-
sravis reacted to Wickham in Custom Contact FormThere are programs that you can download and install, many are free. I expect that they have instructions on what to do. Try
http://www.email-form.com/
or http://jemturner.co.uk/scripts/free-php-mail-form/ this one has install instructions and how to add fields;
or http://www.formmail.com/
The above programs have spam security built in.