View previous topic :: View next topic |
Author |
Message |
sammynole
Joined: 04 Dec 2006 Posts: 2
|
Posted: Tue Feb 06, 2007 4:21 am Post subject: background |
|
|
I am trying to put my page background on form so the form will mesh in with the website. Now I have the form on a contact page, but because the background is gold, the form area sticks out all white. Is there anyway I can put a background color on this form?
here is the url: http://www.boothscobblestones.com/contact.html
I appreciate some help on this because I love the service and would like to continue with other clients I have.
Thanks
Sammy |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Tue Feb 06, 2007 8:25 am Post subject: Reply |
|
|
Try this:
1. Change all bits of code in your form that say:
TO:
2. Change the following bit of code:
Code: |
<table width="100%" border="0" cellpadding="0" cellspacing="0" bordercolor="#000000" bgcolor="#FFFFFF"> |
TO:
Code: |
<table width="100%" border="0" cellpadding="0" cellspacing="0" bordercolor="#000000" background="gold.gif"> |
That should do the trick.
Sincerely,
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
sammynole
Joined: 04 Dec 2006 Posts: 2
|
Posted: Tue Feb 06, 2007 9:19 am Post subject: |
|
|
thanks a lot Nick, it is much appreciated |
|
Back to top |
|
 |
|