I feel your pain.I've pulled my hair out with TSREF syntax in the past, mostly because I have never had a lot of free time to learn it. I just ran a Google search for "tt_content.table. bodytext parseFunc " and didn't find a snippet either.
My recommendation is to use CSS to render the P tags useless within tables until a better option is found. Something like this should work.
Gregory Remington
Mediatech Consulting, Inc.
Phone : +1 (760) 525-1770 . Fax: +1 (760) 542-1990 . Skype: gremington
My recommendation is to use CSS to render the P tags useless within tables until a better option is found. Something like this should work.
P, td {
margin:0;padding:0;
}
margin:0;padding:0;
}
Gregory Remington
Mediatech Consulting, Inc.
Phone : +1 (760) 525-1770 . Fax: +1 (760) 542-1990 . Skype: gremington