Textbox Area For Signiture

  • can you guys tweak the html on the textarea for Editing your signature?it is annoyingly skinny, and appears that way in all browsers(IE,FireFox,Chrome)

    the core issue is the style for height is missing the pixels:

    height:300; should be height:300px;

    FYI, the html current definition of the textbox is:

    <textarea

    name="txtSignature"

    id="txtSignature"

    tabindex="1"

    class="FormInputText"

    style="width:100%;

    height:300;

    border-left:0px;

    border-bottom:0px;

    border-top:1px #7F9DB9 solid;

    border-right:1px #7F9DB9 solid;

    padding:3px;

    background-color:White;">stuff></textarea>

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • Added to the bug list

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply