There are two closing  ">" for the option tag.  That would probably confuse
CF Studio and it would throw in the > thinking it is part of the display.

This:
<option value="3" ><cfif getproduct.status is
3>SELECTED</cfif>>Unavailable</option>

Should be:
<option value="3" <cfif getproduct.status is
3>SELECTED</cfif>>Unavailable</option>

Dan

-----Original Message-----
From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 07, 2000 12:55 PM
To: [EMAIL PROTECTED]
Subject: Re: Studio replacing characters


<option value="3" >
<cfif getproduct.status is3>
SELECTED
</cfif>
>Unavailable</option>

In this example it is in the HTML. It shouldn't replace it if it is part of
a tag.

----- Original Message -----
From: "Chapman, Katrina" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 07, 2000 1:46 PM
Subject: RE: Studio replacing characters


> But the problem is it's not a display.  It will cause problems.  If it
does
> it on a CF tag it will give and "invalid token found" error.  If it does
it
> on an HTML tag it will break the display of the page.
>
> --K
>
> -----Original Message-----
> From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 07, 2000 12:36 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Studio replacing characters
>
>
> &gt is the symbol for > just as &lt is the symbol for <
> It will still display the same
> ----- Original Message -----
> From: "Hondo Burney" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, August 07, 2000 4:20 PM
> Subject: Studio replacing characters
>
>
> > Got a problem with Studio 4.5.1, it sometimes randomly replaces the a
> closing
> > tag symbol ">" with the html code "&gt;"
> >
> > For instance, about every 4 or 5 times I save the document it will
replace
> > this
> > line :
> >
> > <option value="3" ><cfif getproduct.status is
> > 3>SELECTED</cfif>>Unavailable</option>
> >
> > with this one
> >
> > <option value="3" ><cfif getproduct.status is
> > 3>SELECTED</cfif>&gt;Unavailable</option>
> >
> > I have tried turning off the "automaticly convert special characters"
> > function.
> >
> > Also, it sometimes will apend some variation of the following to my
files
> as I
> > save them "23:10". This is more an annoyance than a real problem, but i
> would
> > still like to figure out why it does this.
> >
>
> --------------------------------------------------------------------------
> ----
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> >
>
> --------------------------------------------------------------------------
--
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> --------------------------------------------------------------------------
----
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to