Form styling – identical code, two different results!
-
I have an odd problem I’ve never run into before while converting my HTML template into WordPress. (HTML template works perfectly in ie, ff, etc…)
On the wordpress #commentform style, I have some input padding and so on, creating nice large clean input fields. I have that same code for my custom php contact form. It works perfectly as a HTML template.
Now… if I take the code and place the PHP form on a single.php page template, it works, if I put it on a custom page, the textboxes collapse to their original height.
I just have a single style.css controlling it all.
I ran a code compare between the two pages and they’re nearly identical, is there some hidden difference between page templates I’m not aware of?
Thanks!
- The topic ‘Form styling – identical code, two different results!’ is closed to new replies.