Announcement

Collapse
No announcement yet.

please help me with the text area!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • please help me with the text area!

    please help me with the text area

    when i preview my webpage then i click my mouse on the words inside the text area it can be erasd if you press backspace and other words can be added.

  • #2
    Re: please help me with the text area!

    Are you previewing in FrontPage or previewing in your browser? It really shouldn't be letting you add and remove the text inside the text area. Check your HTML view for errors in the code, here is an example text area code. Can you post a link for us to see the problem?>

    Code:
    <textarea align="center" cols="86" rows="27" name="terms">
     any text of your choice
    </textarea>
    You can also style your text area like this...

    Code:
    <textarea align="center" cols="86" rows="27" name="terms" style="background-color: #FFE4B5; color: #8B0000; margin: 15px; font-family: arial, Helvetica, sans-serif; font-weight: normal; font-size: 12pt;">
      any text of your choice
    </text area>

    FPRULES


    Comment


    • #3
      Re: please help me with the text area!

      Add this into your textarea tag readonly="readonly"

      Here's how I have my code so it also includes a background image.
      Code:
      <textarea rows="15" cols="65" style="background-image:url(http://sitename.whatever/image.whatever); font-family:verdana; color:#0000ff; border-style:solid; font-weight:bold;" readonly="readonly">

      Comment


      • #4
        Re: please help me with the text area!

        Anyone know how to hyperlink selected text in a text area?

        Comment


        • #5
          Re: please help me with the text area!

          The same as you would any other area.

          VodaHost

          Your Website People!
          1-302-283-3777 North America / International
          02036089024 / United Kingdom
          291916438 / Australia

          ------------------------

          Top 3 Best Sellers

          Web Hosting - Unlimited disk space & bandwidth.

          Reseller Hosting - Start your own web hosting business.

          Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


          Comment

          Working...
          X