Hi,
I just realized that when I enter a data for a blob field which includes text above a <ul><li> html code, then the record wont be entered...
eg. I enter a record to a blob feld soemthing like:
test123
<ul><li>1</li></ul>
test123
nothing will be entered into the database,
BUT, if I enter:
<ul><li>1</li></ul>
test123
without the text above it, it works.
WHY?? anyway to fix this? Thanks!