PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Styling the HTML field?

  1. Is it possible to style the html field CSS? specifically, positioning?

    Maybe I am approaching this the wrong way, but I want to insert my own progress bar at the very top of the form. You can see it here:

    http://highlifegourmet.com/arizona-mortgage-application/#gf_3

    I want to style the HTML field / progress bar image using position:relative. (not only for the progress bar, but to position other images on other places in the form)

    I searched the CSS guide, but saw nothing about the HTML field under "standard fields."

    Thank you in advance.

    Posted 13 years ago on Thursday February 17, 2011 | Permalink
  2. If you view your form source, you'll see the HTML block has a unique ID and a classname as well "gfield_html". You can target that with a CSS rule and apply whatever properties you need.

    Posted 13 years ago on Thursday February 17, 2011 | Permalink
  3. I never thought to do that. I was just staring at the guide and trying to figure out why I didn't see it in there. Thank you so much.

    Posted 13 years ago on Thursday February 17, 2011 | Permalink