I'm using the DefaultHTMLcard.htm template, and line breaks are not showing up in any of the fields. When I open up the fields in MS Access I can see that the data is formatted correctly with line breaks. Example:
In MS Access for Awards for a movie I see: ======== 1997 ======== <<< Won >>>> [ASCAP Award] -->Top Box Office Films .... Paul Buckmaster .... Academy Awards, USA ======== 1996 ======== <<< Nominated >>>> [Oscar] -->Best Actor in a Supporting Role .... Brad Pitt
In EMM it shows as (which makes it harder to read) ======== 1997 ======== <<< Won >>>> [ASCAP Award] -->Top Box Office Films .... Paul Buckmaster .... Academy Awards, USA ======== 1996 ======== <<< Nominated >>>> [Oscar] -->Best Actor in a Supporting Role .... Brad Pitt
FYI, the only workaround I've figured out so far is to open the MS Access database, and copy the details of a specific column to MS Word. I then do a search and replace that finds paragraph blocks ^b with the HTML code for a line break <BR>. I then copy and paste this back in the database.