Hi
I have a problem and I cant find a solution anywhere,
I have a page of text I need to put in a label or text box it is to b
used in an "About" page, the text is too big and I need to make i
scroll , does anyone know how to put scrolling text on a page

Also how do you word wrap text in a text box

Re: Scrolling text ? by McKirahan

McKirahan
Fri Apr 30 07:59:17 CDT 2004

"ThePainter" <steven.a@blueyonder.co-dot-uk.no-spam.invalid> wrote in
message news:#CbRxVoLEHA.2396@TK2MSFTNGP12.phx.gbl...
> Hi,
> I have a problem and I cant find a solution anywhere,
> I have a page of text I need to put in a label or text box it is to be
> used in an "About" page, the text is too big and I need to make it
> scroll , does anyone know how to put scrolling text on a page ?
>
> Also how do you word wrap text in a text box ?
>

<form>
<textarea cols="60" rows="8">Your text goes here...</textarea>
</form>

I'd call it "scrollable" text as "scrolling" has a different meaning.