Hi..
i used Jquery in order to add date time picker calender in my site succesfully..
i just want to decrease size of calender because its showing big calender according to my form..
here is code and snapshop url
http://tinypic.com/r/2ajzymx/6
<!--Calender Start-->
<link rel="stylesheet" href="htp://code.jquery.com/ui/1.9.1/themes/base/jquery-ui.css" />
t<script src="http://code.jquery.com/jquery-1.8.2.js"></script>
<script src="http://code.jquery.com/ui/1.9.1/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css" />
<script>
$(function() {
$( "#datepicker" ).datepicker();
});
</script>
<!--Calender End-->
waiting 4 solution...
Regards..
Farhad Idrees