Question:

I need a myspace code for a text box?

by  |  earlier

0 LIKES UnLike

all i can find are codes for scrolling boxes.. i don't want that..

i saw once in a profile a borders with text inside, but no scrollbar

the only way to scroll down is to highlight down..

i've been trying to look for that code..

 Tags:

   Report

3 ANSWERS


  1. It actually requires two scrollboxes - one without the scrollbar and one with it, since you cannot scroll the box without a scrollbar.  

    The width AND height of the inner one has to be bigger so that the scrollbar doesn't show.

    <div style="overflow:hidden; width:100px; height:100px;">

    <div style="position:absolute; overflow:auto; width:120px; height:120px; border:1px black solid;">

    content here text here content here text here content here text here content here text here content here text here content here text here content here text here content here text here content here text here content here text here content here text here content here text here

    </div>

    </div>


  2. I think you're talking about <textarea>whatever you want to write in here</textarea>

  3. There's this kind (Just place it where ever you want it to appear on your page):

    <fieldset><legend>TITLE</legend>YOUR TEXT HERE</fieldset>

    You could also just have a plain box without a title:

    <fieldset>YOUR TEXT HERE</fieldset>

    Hope that helps! Good Luck! :)



Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.