This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

Message box size


  1. scogadots
    Member

    Hi,

    I have a paragraph message box set for small but when I view the form, it's to W-i-d-e, is there any way to make it the same length as the large name field?

    Thanks

    Posted 13 years ago #
  2. redityo

    Hi,

    Try to search these css code :

    #main_body textarea.textarea
    {
    	background:#fff url(../../../images/shadow.gif) repeat-x top;
    	border-bottom:1px solid #ddd;
    	border-left:1px solid #c3c3c3;
    	border-right:1px solid #c3c3c3;
    	border-top:1px solid #7c7c7c;
    	color:#333;
    	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    	font-size:100%;
    	margin:0;
    	width:99%;
    }

    then change the width to "50%" . That would do it.


    MachForm Support

    Posted 13 years ago #
  3. scogadots
    Member

    Worked like a champ . . . .Thanks you!

    Posted 13 years ago #

RSS feed for this topic

Reply