Re: Using CuteEditor as a Simple TextBox Form Field

  •  04-06-2007, 2:27 AM

    Re: Using CuteEditor as a Simple TextBox Form Field

    Hi,
       I hope, it might help you to solve your probs..
       create a CssClass with required TextBox format.
    then call the cssClass name for the particular textBox
     
    Example:
    1.CssClaas:
     
    .textBox
    {
    border-width:1px;
    border-style:solid;
    }

    2.calling CssClass name

    <input class=textBox id=txtName name=Text1>
     
View Complete Thread