Gossamer Forum
Quote Reply
clean html
Is there a way to change the display of FormatText from this (in the source of the page)
1111
2222
3333
4444 to this
111 2222 3333 4444
I use this code to clean HTML code sub { my $content = $_[0]; $content =~ s/<.*?>//g; return $content; }
But in the source of the page the line are brake like in the example, there is no HTML code in the FormatText.
So is there a way that in the source of the page there will not the brake line?
Subject Author Views Date
Thread clean html nir 5880 Nov 3, 2010, 8:10 AM
Thread Re: [nir] clean html
Andy 5763 Nov 3, 2010, 8:35 AM
Thread Re: [Andy] clean html
nir 5746 Nov 4, 2010, 2:57 AM
Thread Re: [nir] clean html
Andy 5743 Nov 4, 2010, 3:09 AM
Thread Re: [Andy] clean html
nir 5743 Nov 4, 2010, 3:12 AM
Thread Re: [nir] clean html
Andy 5738 Nov 4, 2010, 3:14 AM
Thread Re: [Andy] clean html
nir 5732 Nov 4, 2010, 3:26 AM
Thread Re: [nir] clean html
Andy 5735 Nov 4, 2010, 3:29 AM
Post Re: [Andy] clean html
nir 5730 Nov 4, 2010, 3:54 AM