I have the need to display a lengthy body of text.
Whether I try to display text via dbr.text, dbr.purehtml or just a select statement with text in quotes (ie. select 'text') they all truncate after about 250 characters in the web page display. Is this an issue of the class that used to display the select? I just want to over-ride the length, so need advice about what class is being used if that is the issue.
Thanks