[pmwiki-users] Form Fields Won't Obey Size Parameter

Hans design5 at softflow.co.uk
Wed Dec 6 04:24:53 CST 2006


Wednesday, December 6, 2006, 9:33:27 AM, Sivakatirswami wrote:

> So,  for now, and to test, I hacked  layout-main.css

> /* #content .inputbox { width:16em; }*/
> #content .inputbox { width:auto; }

> and yes, that fixed it..
> So, we just need to get the local.css override to work.

I don't know why setting #content .inputbox { width:auto; }
in local.css did not work. Perhaps width:none ??

For hacking you should not have to set a width at all, just comment the
line? Any css styling of .inputbox will override any width set in the
page with (:input text width=... :) markup

I think it may be good not to set a width for #content .inputbox
in the skin. More people wanting to set forms from within the page.
I put that in a future release.


Hans





More information about the pmwiki-users mailing list