Hosted Web Froms – Make Transparent
To make a hosted Web form transparent, just add an html snippet, and add the following code:
<style>
#mainContent .background, #mainContent .body {
background-color: transparent;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script>
jQuery(document).ready(
function(){
jQuery('#mainContent td.body, table.bodyContainer').removeAttr('bgcolor');
}
);
</script>
Sub-Pages
- Firefox – Infusionsoft Contact Search
- Hosted Web Forms – Adding a Text Area To
- Hosted Web Froms – Make Transparent
- Hosted Web Forms – Put a Calendar on a field.
- Hosted Web Forms – Popup a Webform in a lightbox
- Shopping Cart – Facebook Like Button On Item Pages
- Coming Soon – Google Merchant Feed Maker
- Deprecated – WordPress – Web Form Widget