Hi Elaine,
350 is a huge number in this case... if you've access to a linux system I
would advise you to use some shell comands, but an Windows I don't see any
chances. I know Dreamweaver and other Editors have search/replace in
multiple files, but they are not able to run RegExp in this searches.

There seem to be tools which are able to do this, but I don't know any of
them and therefor do not want to recommend any. Try searching for "windows
search replace regexp multiple files" or "windows search replace regular
expressions multiple files".

Maybe there are better options if you are an a Mac OS X system because of
its unix core, but I don't know.

Alex

2008/12/12 Elaine LaBonte <elainelabonte2...@yahoo.com>

> Hi, Alex,
>
> I have appointments tomorrow, so I'll work on this over the weekend -
> thanks for the good directions.  I have about 350 pages to check, whew.
>
> Elaine
>
> --- On Thu, 12/11/08, A. Beutl <c...@netgra.de> wrote:
> From: A. Beutl <c...@netgra.de>
> Subject: Re: [css-d] how to check for embedded styles when using external
> style sheet?
> To: css-d@lists.css-discuss.org
> Date: Thursday, December 11, 2008, 11:29 PM
>
> Hi Elaine,
> I am pretty sure Dreamweaver has no RegExp Support - at least it had none
> in
> the old Version I used some years ago...
>
> I would advise you to grap yourselfe a Copy of an Texteditor which has
> RegExp support for "Search & Replace" actions. A free one is
> "Notepad ++".
>
> Open up a file and go to Search -> Replace and set the radiobutton at the
> bottom to "Regular Expression" and enter
>  ' style="[^"]*"'
> (whithout the ' but with the blank, since with one attribute less we will
> need a blank less)
> and enter nothing into the "replace by" field and hit replace - all
> internal
> styles will be gone then (of course not those which are between <style>
> and
> </style> but those should be easy to get rid of by hand anyway.
>
> Alex
>
> 2008/12/12 Elaine LaBonte <elainelabonte2...@yahoo.com>
>
> > I need to eliminate all embedded styles from my site, but it would be
> > tedious to do it manually.  I'm using Dreamweaver CSS3 and don't
> see a way
> > for DW to do it.  Can anyone point me to an easier way than manual?
> >
> > Thanks,
> > Elaine
> > ______________________________________________________________________
> > css-discuss [cs...@lists.css-discuss.org]
> > http://www.css-discuss.org/mailman/listinfo/css-d
> > List wiki/FAQ -- http://css-discuss.incutio.com/
> > List policies -- http://css-discuss.org/policies.html
> > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
> >
> ______________________________________________________________________
> css-discuss [cs...@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
> ______________________________________________________________________
> css-discuss [cs...@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to