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/

Reply via email to