how to include double quotation ""
Moderator: General Moderators
how to include double quotation ""
please i want to include the double qutation in my texe area can some one help me ?
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: how to include double quotation ""
text area ?ali91 wrote:please i want to include the double qutation in my texe area can some one help me ?
Code: Select all
<input type="text" name="txt1" value="Arthur C. Clarke's \"The Sentinel\""/>
<input type="text" name="txt1" value='Arthur C. Clarke\'s "The Sentinel"'/>
backslashes arent required in <textarea> blocks.- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: how to include double quotation ""
Are you asking how to escape a string?