How to extract plain HTML instead of formatted?

  •  11-04-2008, 5:20 AM

    How to extract plain HTML instead of formatted?

    Hi Adam,
     
    Can you please let me know, Is there any way to get unformatted HTML ? Right now the GetHTML() is returning a formatted HTML by adding the blank space in between, which in my case consuming the space of the database field while saving HTML. I need like this(without space): 
     
    <TABLE style="WIDTH: 100%" cellSpacing=1 cellPadding=1 border=0>
    <TBODY>
    <TR>
    <TD width=241>4:30pm to 6:00pm<BR></TD>
    </TR></TBODY></TABLE>
     
     
View Complete Thread