[Xsltforms-support] escape character not copied correctly
Brought to you by:
alain-couthures
From: Arnaud F. <arn...@gm...> - 2009-07-07 14:33:00
|
Hi, I'm using your processor for 2 days and I had a headhache to change the input field style. I don't want modify all input only some. I put, just after <body> tag my css. And somewhere I've something like .testClass input.xforms-value {width: 50px !important} It doesn't work because when page is generated all escape characters are not present. My instruction became .testClassinput.xforms-value {width: 50px !important} no space between .testClass and input.xforms-values So what can I do? Regards |