Eric Anderson: April 2007 Archives

I may be the last one out there, but I still love using DreamWeaver for my HTML code editing. Anyone wanting to customize their ProStores store version (template set) to support a CSS layout may want to remove the ss:font tags used (gets parsed to a regular font tag) in a basic template set. DreamWeavers Find and Replace has a handy feature that does a great job on this.

First copy the source code of the template and paste it into a new DW doc:

New source

Then, open the Find and Replace window:

Find and Replace 1

Configure the Search to "Specific Tag" and add the ss:font tag into the tag box:

Find and Replace 2

Remove the "With Attribute" option and set the "Action" to "Strip Tag" - Then, Find and Replace All:

Find and Replace 3

Viola! All the ss:font tags regardless of attribute along with the closing tags are gone from the source code. Done.

Edited source