I'm using GF to allow users to create a draft post. I have a "post body" field with "Create content template" checked. In the content template, i added a div tag to style some bookmark links like this:
'<div style="line-height: 170%; background: url('http://warbirds-eaa.net/wp-content/uploads/2012/04/nav-gradient-blu.jpg'); text-align: center; border-radius: 5px; font-size: 30px; font-weight: bold;">History</div>'
The issue is:
1. If I am logged in to WP as an admin, the content template creates the '<div>' with all the styling exactly as listed above. (This is how it should work)
2. If I log out, the GF draft post strips all the styling out and I get this: '<div>History</div>.'
The form is publicly available and I would like the styling to stay in place without a user having to signup or log in.
Thanks,
Franco