Solved! Go to Solution.
<style>
form.lpeRegForm li {min-height:24px;}
form.lpeRegForm ul textarea {height:40px; width:150px;}
span.lpContentsItem.formSpan {display:inline-block;}
</style>
This will help space the form elements a bit more regularly, which will result in a closer match between the different browsers.
Kelly:
What part about the spacing is off in the other browsers? Are you talking about the positioning of images/elements that you've dragged onto the page, or the the internal formatting of text within HTML elements?
Best,
Edward Unthank
<style>
form.lpeRegForm li {min-height:24px;}
form.lpeRegForm ul textarea {height:40px; width:150px;}
span.lpContentsItem.formSpan {display:inline-block;}
</style>
This will help space the form elements a bit more regularly, which will result in a closer match between the different browsers.