Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
~135 People Reached
Favorite Forums
UI / UX Design x 2
Favorite Tags
web-design x 2
user-interface x 2
1 Posted Topic
I have a form on my site: [CODE]<form name="commentsForm" action="FormToEmail.php" method="post"> <INPUT name="name" onfocus="this.select()" type="text" size="20" value="Name" maxlength="250" showremain="limitOne" style="padding:2px; color:#81aa48; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #000000; background: gray url('images/formInputBG.png')repeat-x;"> <br /><br /> <INPUT name="email" onfocus="this.select()" type="text" size="20" value="Email" style="padding:2px; color:#81aa48; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid …
The End.
RavenJWolfe