Terms and conditions script
Moderator: General Moderators
Terms and conditions script
i was wandering how would you put the terms and conditions into a scroll down like text box ?
Re: Terms and conditions script
You could use a div with scroll bars
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
Re: Terms and conditions script
Code: Select all
<textarea>whatever</textarea>- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: Terms and conditions script
Code: Select all
<div style="overflow: auto; height: 100px"> </div>