Editing Problem

  •  09-16-2008, 1:59 PM

    Editing Problem

    I have the following code in a page:
     
    <select id="BC-30_price" size="1" name="BC-30_price">
    <option value="BC-30WC-DN-$79.00" selected>BC-30WC-DN - $79.00</option>
    <option value="BC-30GC-DN-$237.00">BC-30GC-DN - $237.00</option>
    </select>
     
    If I do some other editing and then save the file, CuteEditor changes it to:
    <select id="BC-30_price" size="1" name="BC-30_price">
    <option value="BC-30WC-DN-"$79.00 selected>BC-30WC-DN - $79.00</option>
    <option value="BC-30GC-DN-"$237.00>BC-30GC-DN - $237.00</option>
    </select>

    I have the developers version. Why is it doing this and what can I do to prevent this?

    I'm using the -$ to split the value for a shopping cart script. I found if I change
    it to -- then it doesn't get changed.

    Any help would be appreciated.

    Rick Torzynski


     

     
View Complete Thread