
Working on a custom sheet. Say I have a Class attribute, then a Class Description attribute. When I set Class to Test, I want Class Description to show: Test Test First attempt: Setting string to "Test\nTest". Result: It just says "Test Test" on one line. Second attempt: Setting string to "Test<br />Test". Result: It says "Test<br />Test" on one line. Is there no way to have an attribute store more than one line of text?