I'm experiencing a very frustrating issue with retrieving the data from the editor.
Once the editing is complete, I grab the data to be further processed. The raw data received in FF looks great! The raw data I receive in IE7/8 is messed up when it comes to lists. The OL/UL tags will drop to the bottom of the code returned!
Example (FF, correct):
....data....
....data....
OL / UL LIST
- item
- item
....data....
....data....
Example (IE 7 or 8):
....data....
....data....
....data....
....data....
OL / UL LIST
I am retrieving the data from the editor using GetData(), I have also tried GetHTML() with the same results.
Once the editing is complete, I grab the data to be further processed. The raw data received in FF looks great! The raw data I receive in IE7/8 is messed up when it comes to lists. The OL/UL tags will drop to the bottom of the code returned!
Example (FF, correct):
....data....
....data....
OL / UL LIST
- item
- item
....data....
....data....
Example (IE 7 or 8):
....data....
....data....
....data....
....data....
OL / UL LIST
I am retrieving the data from the editor using GetData(), I have also tried GetHTML() with the same results.
Re: Ol/UL drops to bottom (IE Only)