how to decrease text field size

how to decrease text field size

by pavan naidu -
Number of replies: 1

hi,

    i want to decrease text field size in add entry of my database activity, is their a way to do it ? please give a solution for this

Average of ratings: -
In reply to pavan naidu

Re: how to decrease text field size

by William Lu -
Picture of Particularly helpful Moodlers
<script type="text/javascript">
document.getElementById(' [ [thefiledIDyouwanttodecrease] ]').style.width='5px';
</script>
Remove the extra space.
Average of ratings: Useful (1)