Announcement
Collapse
No announcement yet.
FaaS form displays funny in Firefox
Collapse
X
-
-
Good day @bfcdeborah:
It is hard to debug an HTML using the image. If you send us the link to your form we may be able to figure out what is going on.
As a general rule I don't suggest you judge the correctness of a layout or HTML with Safari or IE. Firefox and Chrome are the standard which you need to judge your page with. If it is not showing right in Firefox or Chrome then your HTML is wrong or has issue. Safari & IE are the worst browsers you can possibly judge anything with.
Not seeing your code the image tells me that the size of the form and fields are exceeding the center table cell. The field size for Address, etc. are longer than the table cell width and as a result table is expanding to what the fields are set. Once the table cell has expanded the text at the top is being forced to go over the width of the cell.
To test I suggest you change the width of all your long fields, e.g. Address 1, Address 2, Email to half their size and see if the table fixes itself.
Let me know what you find out.Regards,
Click & Pledge Support Department
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support- read more: https://support.clickandpledge.com/s/article/general-information-live-support/
Comment