Click to See Complete Forum and Search --> : scrolling text box


ipodsandguns
08-09-2006, 05:04 PM
im trying to creating a scrolling text box in dreamweaver i have no idea how to do this, i am very new with dreamweaver

thank you in advance

PineSolPirate
08-09-2006, 05:08 PM
Switch over to source-view and pop in <textarea rows="10" cols="10"></textarea>Depending on the content inside it should add scrollbars automatically. You can change rows and cols to suit.

ipodsandguns
08-09-2006, 06:03 PM
cheers thats done the trick

SevenIsMagic
12-01-2008, 03:46 PM
Hi. N00b here. Changing the size of the box seems easy enough, but I'd like to stylize the box. Should I do this with my background image....? I'd also like to center the box. Thanks!!!
7

Switch over to source-view and pop in <textarea rows="10" cols="10"></textarea>Depending on the content inside it should add scrollbars automatically. You can change rows and cols to suit.

emaster101
12-02-2008, 11:26 PM
you could make the box simi transparent so that your exsisting background will show though <DIV ALIGN=CENTER><textarea rows="10" cols="10"></textarea></CENTER>
that should center it let me know if you want it transparent and ill give ya the code for that

SevenIsMagic
12-03-2008, 02:33 AM
Sweet. That worked well. I was thinking of making a stylized border or some image around the box. Changing the colors on the bars and things like that. I know I need to find a good site to tip me on all these things, but for now it's good to find this site.