Terms and conditions script
Posted: Tue Feb 10, 2009 5:08 pm
i was wandering how would you put the terms and conditions into a scroll down like text box ?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<textarea>whatever</textarea>Code: Select all
<div style="overflow: auto; height: 100px"> </div>