Page 1 of 1

Terms and conditions script

Posted: Tue Feb 10, 2009 5:08 pm
by Seraphimk
i was wandering how would you put the terms and conditions into a scroll down like text box ?

Re: Terms and conditions script

Posted: Tue Feb 10, 2009 5:25 pm
by watson516
You could use a div with scroll bars

Re: Terms and conditions script

Posted: Tue Feb 10, 2009 5:45 pm
by jayshields

Code: Select all

<textarea>whatever</textarea>

Re: Terms and conditions script

Posted: Tue Feb 10, 2009 5:52 pm
by John Cartwright

Code: Select all

<div style="overflow: auto; height: 100px"> </div>