> From: "Jeremy Ross" <>
> Newsgroups: alt.html
> Date: Fri, 11 Mar 2005 12:57:18 GMT
> Subject: Re: HTML Compactor
>
> Hello,
>
> The real reason for wanting something like this, is because there is a
> program that uses the nl2br function in php, witch creates a <br> tag at
> every new line, now i am placing a table inside this function, witch is
> formated wiht each cell on a new line, so there are loads of <br> tages
> being placed in the code, and the table is moving down many lines because of
> this.
>
> I need that program to make it all on one line so there are no <br> tags
> being placed.
>
> Thanks,
> Jeremy
You saying you just want to remove some text? Do a global find <br> and
replace with nothing at all... Using a text editor? Try command F or alt F
or control F or look up the menus for this function... In mine, for example,
one can change all instances in docs in a folder, I'm sure you would be able
to.
dorayme
|