Hello SharePoint Gurus,
I recently converted my rich text infopath field to plain text field. After i converted, i noticed that in existing forms , there is a lot of extra space before the actual words started. I was just wondering if there is a way to remove the space both on Views ( SHarePoint) and on infopath form field. I use one function of normalize space, but it still have one tab of space for each forms. Please assist. Thank you
SPBuddy
Rich Text Box is control or visual representation for underlying data field of data type Rich Text (XHTML). It is, obviously, cannot be rendered in TextBox control that is to render data field of dat type string, so any <br> or <p> tag in html that adds extra spaces will be changed into spaces when you have done that conversion.
I think you may have to go into each form and have to remove the extra spaces manually.