[Plugin: Contact Form 7] Colored background
-
Anyone know how I can make a colored background show up on my form? I used this exact code successfully with Contact Form 8, then reverted to Contact Form 7 and the background color disappeared.
Any ideas? The form is at https://www.interstatecashregister.com/contact-us
<table style=”padding: 20px; width: 100%; background-color: rgb(128, 128, 128); color: rgb(255, 255, 255);”>
<tbody>
<tr>
<td colspan=”2″>Please Fill out the form below and a Interstate Cash Register customer service representative will contact you as soon as possible.</td>
</tr>
<tr>
<td colspan=”2″>
</td>
</tr>
<tr>
<td style=”width: 50%;”>Full Name (required)
[text* your-name 50/] </td>
<td>Business Name
[text BusinessName 50/] </td>
</tr>
<tr>
<td style=”width: 50%;”>Phone
[text Phone 50/]</td>
<td>Alternative Phone Number
[text AlternativePhoneNumber 50/]</td>
</tr>
<tr>
<td style=”width: 50%;”>City
[text City 50/]</td>
<td>State
[text State 50/]</td>
</tr>
<tr>
<td style=”width: 50%;”>Zip
[text Zip 50/]</td>
<td>Email
[email* email-240 50/]</td>
</tr>
<tr>
<td style=”width: 80%;” colspan=”2″>Comments or Questions
[textarea textarea 80×2 Comments] </td>
</tr>
</tbody>
</table><p>[submit “Send”]</p>
- The topic ‘[Plugin: Contact Form 7] Colored background’ is closed to new replies.