Home
Analytics
Issue while rendering text with space after <BR>
Sachin RJ
<p>Hi All,</p><p> </p><p>We are facing one issue while rendering text containing space after <BR > tag.</p><p> </p><p>We are using dynamic text element to render the text.</p><p> </p><p>Issue we are facing is, if there is some space(White space), after <BR> tag, this space is visible in report, but it is not visible in editor we are using, as ideally in HTML, this white space should not be visible.</p><p> </p><p>PFB text to replacate the issue :</p><p> </p><p>Text :</p><p> </p><p><HTML><HEAD><META http-equiv="Content-Type" content="text/html; charset=UTF-8"></HEAD><BODY> <BR>Test1 <BR>Test2 <BR> Test3<BR>Test4 <BR>Test5</BODY></HTML></p><p> </p><p>Please let me know if there is any resolution for the same.</p>
Find more posts tagged with
Comments
micajblock
<p>The difference is that HTML (and browsers) ignore leading spaces. PDF and other outputs will not. My best suggestion is to perform some processing on the string to remove the leading spaces. </p>