Re: Monthly tips - resolved
by David Kendall <david(at)homepagesplus.com>
|
| Date: |
Sun, 02 May 2004 15:56:28 -0500 |
| To: |
hwg-techniques(at)hwg.org |
| References: |
localhost |
| |
todo: View
Thread,
Original
|
|
> You have a quote within your string at line:
> m[4]="It makes good sense to review and update your "business plan" at
> least quarterly, or more frequently (monthly). If you don't have a
> plan there is no time like the present to develop one. ";
>
> You need to either escape the quotes like so:
> m[4]="...your \"business plan\" at..."
> or use single quotes around the string like so:
> m[4]='...your "business plan" at...'
> or even like so:
> m[4]="...your 'business plan' at..."
D'oh! I already caught one of those in m[8], but I missed the one in
m[4] (and you missed the one in m[6] after I did a more through
check!) I changed 8 and 6 to single quotes and just removed the
quotes from 4.
Thanks for your help!
--
David Kendall - president / chief web designer
Home Pages Plus!
(204) 254-3649
david(at)homepagesplus.com
www.homepagesplus.com
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.