Re: [PHP-WIN] Re: MsWord html

2002-11-12 Thread Brad Thomas
Hi Steel! I also code all my HTML and PHP in a simple text-editor... I decided years ago that I would never again use a WYSIWYG to design my webpages as I got sick of all the extra stupid code that the programs generated... grr, the angst. :) "Steel" <[EMAIL PROTECTED]> wrote in message news:3778

Re: [PHP-WIN] Re: MsWord html

2002-11-11 Thread George Nicolae
you can't use regexp to clean a MSWord html. There (in html file) are a lot of unusefull tags that can be remove only by hand ;). so use your simply editor text to replace them with "". -- Best regards, George Nicolae IT Manager ___ PaginiWeb.com - Professional Web Design www.Pa

RE: [PHP-WIN] Re: MsWord html

2002-11-11 Thread Matt Kynaston
> And tell me please, how do you force Your client to use clean HTML in > Your content manager? > May be it helps me not to search such a useless thing as a Regexp. Run the HTML through HTMLTidy - http://tidy.sourceforge.net. To integrate with PHP, you might want to check how the Phoudry Editor

Re: [PHP-WIN] Re: MsWord html

2002-11-11 Thread Steel
Hi Brad, Monday, November 11, 2002, 1:23:52 PM, I've got: BT> Eradicating the world of people who use MSWord to create webpages. BT> *happy sigh at the thought* BT> HTH BT> Brad Just so you know, I write all Html & Php code in a simple text editor. Also known as File And aRchive Manager (FAR)