View previous topic :: View next topic |
Author |
Message |
jasonwalters
Joined: 22 May 2008 Posts: 1
|
Posted: Wed Nov 19, 2008 1:28 pm Post subject: How do I change the form back round to transparent? |
|
|
I am trying to figure out how to change the form so it has a transparent back round and just shows the text. I do have dreamweaver but am unclear how to change it. |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Thu Nov 20, 2008 9:03 am Post subject: Reply |
|
|
Look at the source code within Dreamweaver. At each row the you see:
Code: |
<tr bgcolor="#SOME VALUE"> |
Change it to say:
This should do the trick.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|