Just kidding. That might require a certain CSS template along with it.
Ok I bought the Pro version, any chance you could point me towards how to send the form fill notification emails in plain text? Thanks!
This is how we sub divide a page with HTML <div> tags. In this case, the form is in the left hand column, and is 215 px wide. The right column is 715px wide and the buffer between the two is 20 px wide, for a total of 950 px wide.
<div style="float: left; width: 215px;">
Left content (Example: form)
</div>
<div style="float: right; width: 715px; padding-left: 20px; background: url('URL.com/background.png') repeat-y left center;">
Right content
</div>
Nevermind. I had the answer minimized.