Delete row with return line

Nov 27 2016 5:31 PM
Hello everyone
I have a situation like this in an article with code

[to]

& nbsp;

I have this code in C # that I should change to take away from all of my articles the second row where there is

& nbsp;
Basically if phIndex! = -1 Should remove the second line
how can I do???

This is the code to edit, you help me ?? At your disposal for more information!

  1. <%@ Page Language="C#" %>  
  2.   
  3. <%@ Import Namespace="BlogEngine.Core" %>  
  4.   
  5. <!-- Inject Script Filtered -->  
  6.   
  7. "http://www.w3.org/1999/xhtml">  
  8. "server">  
  9.   
  10.   
  11.   
  12. "form1" runat="server">  
  13.   
  14. "Button1" runat="server" Height="100px"  
  15. Text="Insert ads" Width="166px" onclick="Button1_Click" />  

Answers (3)