Advanced Search

Results 1 to 2 of 2

Thread: Form Dependency Manager

  1. #1
    Join Date
    Mar 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Form Dependency Manager

    Hi, I have just create a form and using one of the script from your site.
    ie. Form Dependency Manager

    It works really well but I need to increase the size of the password box. I try to change this line.

    <input name="Details" type="textarea" cols="250" rows="55" class="CONFLICTS WITH apache AND DEPENDS ON Accreditation BEING Yes" id="Details" />

    by increasing the cols n rows but nothing happend. Could someone show me how 2 change this?

    Thanks Guys

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,913
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    This has nothing to do with this script — it's a basic HTML question. <input type="text"> elements can contain only one line of text. <input> elements default to type="text" if no valid type attribute is specified. "textarea" is not a valid type attribute: textareas are a separate element entirely, <textarea>.

    Please use the validator when coding. Your page should validate as HTML 4.01 Strict. It will catch elementary errors like this.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •