removing null spaces and carriage returns on paragraph

General discussions about Advanced Find and Replace
Post Reply
katseye
Posts: 2
Joined: Mon Mar 01, 2010 8:38 am

removing null spaces and carriage returns on paragraph

Post by katseye »

Hi

I notice that some paragraph on my page have carriage return in inside a paragraph, Is it possible to removed this carriage return without harming any other codes on the page. I read that using carriage returns add size on the page.

e.g.

<p> This is a sample
paragraph
with carriage return</p>

it should be :

<p> This is a sample paragraph with carriage return</p>

thanks,
katseye

Post Reply