|
|
|
|
![]() ![]() |
Jan 1 2005, 08:47 AM
Post
#1
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 12 Joined: 25-December 04 Member No.: 2,918 |
ok i want to no how to set a character for this script: the characters would be:
0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ()[]-_ CODE <td width=100><input style=\"border:1px solid #76a5d5; WIDTH: 115px; HEIGHT: 20px; FONT COLOR: #ffffff; color:white; BACKGROUND-COLOR: #000000\" type=text size=15 maxlength=15 length=20 name=user value=\"\"></tr> thanks if u can help =/ |
|
|
|
Jan 1 2005, 12:46 PM
Post
#2
|
|
|
Member [Level 2] ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 86 Joined: 19-October 04 From: Alkmaar, the netherlands Member No.: 1,832 |
Not a script really, just use textarea and enter stuff between the 2 tags.
<textarea style="border:1px solid #76a5d5; color:#fff; background-color: #000;" cols="15" rows="20" maxlength="15" id="user" >ENTER STUFF HERE</textarea> Or use the value attribute of the input tag if you don't want a multi-row input box. <input type="text" style="border:1px solid #76a5d5; color:#fff; background-color: #000;" length="15" maxlength="15" id="user" value="ENTER STUFF HERE"/> |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 12th October 2008 - 12:25 AM |