| Post |
|
Guest
| Tomsn 10:50 pm February 15, 2008
| |
|
|
Please replace the ??? with your data!
- Your URL: http://clubwir.at
- The browser used: FF
- cforms version: 7.5
- Your Wordpress version: 2.3.3
just a cosmetic question, i made a "mega" form with many date-entry/dialog, have a look here , is it possible to put the java button betwen the description and the inputline ?
greetz
Tomsn _
|
|
|
Admin
| Oliver Munich, Germany posts 6094 7:26 am February 16, 2008
| |
|
|
Sure, with a few code changes you could even do it inside the label. However, if you like an easier, less code heavy solution, you could also change the width of all the date fields with one CSS statement:
.cf_date { width:200px; }
this should work nicely for your form.
|
|
|
|
|
Guest
| Tomsn 8:28 pm February 18, 2008
| |
|
|
Hi
i tryed but this setting doesn't take any effekt…
|
|
|
Admin
| Oliver Munich, Germany posts 6094 8:49 pm February 18, 2008
| |
|
|
Can you try adding an !important :
.cf_date { width:200px!important; }
|
|
|
|
|
Guest
| Nigs 9:21 am December 19, 2009
| |
|
|
Oliver said:
Can you try adding an !important :
.cf_date { width:200px!important; }
Hello sir, My Date Entry/Dialog is disabled. How to enable it. Thanks.
|
|
|
Admin
| Oliver Munich, Germany posts 6094 10:29 pm December 21, 2009
| |
|
|
Global Settings > Date Picker
|
|
|
|