Re: Homesite Comment Command (please read before replying)

2010-11-15 Thread Greg Luce
Ding ding ding! We have a winner! Greg On Mon, Nov 15, 2010 at 8:42 AM, Justin Scott wrote: > > > I am requesting a way, any way to possibly create a > > keyboard shortcut within Homesite to let me create a > > HTML comment in my pages. > > On Homesite+ 5.5, go to the Options menu, then Custom

RE: Homesite Comment Command (please read before replying)

2010-11-15 Thread Justin Scott
> I am requesting a way, any way to possibly create a > keyboard shortcut within Homesite to let me create a > HTML comment in my pages. On Homesite+ 5.5, go to the Options menu, then Customize, then the Keyboard Shortcuts tab. There should be an option on the list for "HTML Comment". On mine it

RE: Homesite Comment Command

2010-11-15 Thread Robert Harrison
> I Homesite 5+ in CFML Basic the ---> > Where can I change that to output: as W3C doesn't validate with the > 3 dashes? You Homesite is probably set-up as a CF Editor and that is a CF comment. If it's used on a CF page the comment won't be output in the HTML, thus no W3C problem. Robert

RE: Homesite Comment Command

2010-11-14 Thread Mark A. Kruger
nt: Sunday, November 14, 2010 5:55 PM To: cf-talk Subject: RE: Homesite Comment Command Russ thanks for answering. I guess I wasn't specific enough. Is there a keyboard shortcut command to do the html comment in Homesite? I use Coldfusion in my Site Admin for my clients to design their pages

RE: Homesite Comment Command

2010-11-14 Thread Terry Troxel
THANK YOU, Thank you. Problem solved. You made my day Kym. Terry -Original Message- From: Kym Kovan [mailto:dev-li...@mbcomms.net.au] Sent: Sunday, November 14, 2010 4:14 PM To: cf-talk Subject: Re: Homesite Comment Command On 15/11/2010 10:54, Terry Troxel wrote: > > Russ

RE: Homesite Comment Command (please read before replying)

2010-11-14 Thread Terry Troxel
Ok, let's see if I can clarify my request. I am requesting a way, any way to possibly create a keyboard shortcut within Homesite to let me create a HTML comment in my pages. I do not know how to create this and am asking for help in that regard only. I have had quite a few replies and thanks for

Re: Homesite Comment Command

2010-11-14 Thread Dave Merrill
] > Sent: Sunday, November 14, 2010 4:22 PM > To: cf-talk > Subject: Re: Homesite Comment Command > > > iirc, the 3-dash cf comment does not trip html validation. the 3rd dash > is considered the first character of comment text. > i do not ever remember having trouble wit

RE: Homesite Comment Command

2010-11-14 Thread Terry Troxel
...@gmail.com] Sent: Sunday, November 14, 2010 4:22 PM To: cf-talk Subject: Re: Homesite Comment Command iirc, the 3-dash cf comment does not trip html validation. the 3rd dash is considered the first character of comment text. i do not ever remember having trouble with cf comments in W3C

Re: Homesite Comment Command

2010-11-14 Thread Kym Kovan
On 15/11/2010 11:22, Azadi Saryev wrote: > > iirc, the 3-dash cf comment does not trip html validation. the 3rd dash > is considered the first character of comment text. > i do not ever remember having trouble with cf comments in W3C validator. If you are being strict the comment is actually, in

Re: Homesite Comment Command

2010-11-14 Thread Azadi Saryev
is a command it would save me a bunch of time programming instead > of > Deleting the extra dashes by hand. > > Terry > > -Original Message- > From: Russ Michaels [mailto:r...@michaels.me.uk] > Sent: Sunday, November 14, 2010 2:36 PM > To: cf-talk > Subject: R

Re: Homesite Comment Command

2010-11-14 Thread Kym Kovan
On 15/11/2010 10:54, Terry Troxel wrote: > > Russ thanks for answering. > I guess I wasn't specific enough. > Is there a keyboard shortcut command to do the html comment in Homesite? ctrl-shift-M works here -- Yours, Kym Kovan mbcomms.net.au

RE: Homesite Comment Command

2010-11-14 Thread Terry Troxel
speed. If there is a command it would save me a bunch of time programming instead of Deleting the extra dashes by hand. Terry -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Sunday, November 14, 2010 2:36 PM To: cf-talk Subject: RE: Homesite Comment Command

RE: Homesite Comment Command

2010-11-14 Thread Russ Michaels
Terry, If you put an HTML comment around CFML it will do nothing and the code will still execute. CFML comments do not appear in the source code so any HTML validation will not see it, if you are running the validation on the CFML source then just ignore the comments. Russ -Original Mess