Login
Please enter your email address and password to login to the help desk.
(leave blank if you forgot your password)
   Save my login information
 

IMPORTANT NOTE:

DUE TO STUCTURAL CHANGES, THE TICKET SYSTEM IS NO LONGER ACCEPTING TICKETS. IF YOU ARE A PAYING SUBSCRIBER, PLEASE LOGIN TO THE CROSSTEC SITE AND USE THE CLUB FORUMS. THE CLUB FORUMS CATEGORY WILL APPEAR RIGHT AFTER LOGIN IF YOU ARE A PAYING CUSTOMER:

>>> Click here to access the forums <<<

We will close the knowledgebase soon as well and move its contents into a new knowledgebase system.

Knowledge Base » BreezingForms » FAQ
Gap in Form Headings
I am trying to create my first form, but I am having trouble with it displaying properly. When I add a field set, there is a break in the graphic. What can I do to fix it?

Look in your CSS files for a stylesheet called “reset.css.” Line 59 of reset.css has this code:

form div {
margin:10px 0;
}

It is that margin that is causing the gap between your heading and the form itself. Try setting it back to 0 and that should fix it.

For more information, please see this forum post.



Was this helpful? Yes No Print Pdf