How to increase width of sharepoint date control and put date icon inside of control
-
Does anyone know how to increase the width of a sharepoint date control. It seems that I can't increase it from the original date control and I'm not sure how to increase the width of it. I also want to put the icon inside the date text box and by default it is on the outside. Here is the date control code:
-
Does anyone know how to increase the width of a sharepoint date control. It seems that I can't increase it from the original date control and I'm not sure how to increase the width of it. I also want to put the icon inside the date text box and by default it is on the outside. Here is the date control code:
How about that i not understand
-
Does anyone know how to increase the width of a sharepoint date control. It seems that I can't increase it from the original date control and I'm not sure how to increase the width of it. I also want to put the icon inside the date text box and by default it is on the outside. Here is the date control code:
Have you tried adding width=xxx", as it is a web control, it may support it. If that does not work, you could look at using jQuery to alter it after it has been rendered on the page.