Since upgrading to CFB 3, I am getting some weird syntax error in the editor. 
An example is when I try to escape a pound sign with in a style block that 
falls within a cfoutput tag.

.container {
        border: 1px solid ##ACACAC;
        margin-bottom:10px;
        width:700px;
}

The editor marks the border line as being an error.

Encountered " "#" "# "" at line 217, column 28. test.cfm

I've tried replacing the escaped pound sign with #chr(35# which still shows an 
error

Encountered " "(" "( "" at line 217, column 31. test.cfm

Any thoughts on why this is or a setting that will stop CFB from showing an 
error? I didn't have this problem with CFB 2.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358712
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to