Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other textarea problem

  • This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #33560
    Raiden
    Member

    hey guyz im having a problem with the textarea that i made when i click it the cursor starts blinking in the middle of the first line rather than the beginning of the line … any idea why it might be doing that ??? help plz :)

    #83652
    chrisburton
    Participant

    Help how? We have nothing to go on but your word. Post a link? It could be that you set the text to center.

    #83654
    Raiden
    Member

    sorry i didnt upload it or anything, so cant give link =/

    textarea name=”visiterComment” id=”textArea” rows=”20″ cols=”120″

    and then i closed the tags … thats all i wrote … and the textarea shows but when i click on the textarea the cursor comes at the center of the fist line rather than the beginning

    #83655
    chrisburton
    Participant

    I don’t see the issue with that line of code. Do you have any CSS?

    #83680
    Raiden
    Member

    i tried that still it does the same… so i removed the rows and cols and styled it with
    #mainContent textarea
    {
    width: 800px;
    height: 200px;
    text-align: left;
    }
    and sadly still no luck =/

    #83683
    Raiden
    Member

    what code do you need ?? ill show you

    #83686
    Raiden
    Member

    well there’s nothing much to the code its on a blank page at the moment :P
    div id=”mainContent”
    form action=”insertcomment.php” method=”post”
    textarea name=”visiterComment” id=”textArea”
    /textarea

    input type=”submit” name=”submit” value=”Leave a Comment” /
    /form
    /div

    ….. along with the css i gave above

    #83689
    chrisburton
    Participant

    Put your closing textarea tag on the same line as the opening. That work?

    #84061
    Raiden
    Member

    sorry for the late rep … thnx guys .. tried it and worked :P

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘Other’ is closed to new topics and replies.