18 Apr 2006 at 09:53 #1 robhough robhough Associate Joined 17 Jun 2005 Posts 240 Location Ashby, UK Hi, Can anyone please type me some code so that i can get a large textbox with text already inside it. Forget how to do it. Rob Last edited: 18 Apr 2006
Hi, Can anyone please type me some code so that i can get a large textbox with text already inside it. Forget how to do it. Rob
18 Apr 2006 at 09:54 #2 Beansprout Beansprout Man of Honour Joined 31 Jan 2004 Posts 16,338 Location Plymouth Code: <textarea name="something" id="something" cols="[b]25[/b]" rows="[b]10[/b]">Some text</textarea>
Code: <textarea name="something" id="something" cols="[b]25[/b]" rows="[b]10[/b]">Some text</textarea>
18 Apr 2006 at 09:56 #3 robhough robhough Associate OP Joined 17 Jun 2005 Posts 240 Location Ashby, UK Beansprout said: Code: <textarea name="something" id="something" cols="[b]25[/b]" rows="[b]10[/b]">Some text</textarea> Click to expand... Cheers
Beansprout said: Code: <textarea name="something" id="something" cols="[b]25[/b]" rows="[b]10[/b]">Some text</textarea> Click to expand... Cheers