kbanks Posted November 2, 2012 Share Posted November 2, 2012 I've created an entity for a Carriage Return using the text below but it doesn't work, does anyone know what should this be? &cr; 13 // carriage return Quote Link to comment Share on other sites More sharing options...
ThomasLewis Posted November 2, 2012 Share Posted November 2, 2012 Perhaps you want a line break "<br>" Make sure you also turn on "Treat returned strings as tagged text" in whatever rule you are using it in. Quote Link to comment Share on other sites More sharing options...
esmith Posted November 3, 2012 Share Posted November 3, 2012 In addition to the break tag Thomas mentions, there is also the paragraph tag -- <p> -- which allows several properties for defining styles for the following text. If you would like the validation text to show breaks as well (rather than just tags where they occur), you can also add a "\n" (minus the quotes) which will force a line break "behind the scenes". Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.