....problem saving file - table formatting

  • Hi,

    i have a problem saving file using TWPRichText. I have a table and set the spacing property of one table field to a value(i.e. 5). Now I save the file, open it and the changes haven't applied.. i use this code:

    WPRichText.SaveToStream(xStream);
    SaveToDB(xStream); //directly save to DB blob

    Thanks for the answer...