newhck / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

Field Heights in 2.0 --> how to override #132

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Copy/pasted the example from site, fields renders, but are too small to 
display any input

What is the expected output? What do you see instead?

To have usable form fields

What version of the product are you using? On what operating system?

2.0 version 5

Please provide any additional information below.

On view source, the form height as 14px

Original issue reported on code.google.com by jhendri...@thomasnelson.com on 8 May 2011 at 1:41

GoogleCodeExporter commented 8 years ago
Are you using a doctype at the top of your page?  If not, you'll need to add.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

Please let me know if this corrects your issue.

- Andrew

Original comment by ajporterfield@gmail.com on 8 May 2011 at 1:55

GoogleCodeExporter commented 8 years ago
I have the same issue but the doctype and the namespace in the html tag were 
not sufficient to correct the issue.
Any ideas?
Thanks a lot

- Leo

Original comment by leo.t...@gmail.com on 23 Nov 2011 at 3:56

GoogleCodeExporter commented 8 years ago
Leo, do you have a public link demoing this issue?  If so, please share and 
I'll take a look.

- Andrew

Original comment by ajporterfield@gmail.com on 23 Nov 2011 at 3:58