Easily Remove the ss:font tag from a basic ProStores Template

in Coding Tips |

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

About this Entry

This page contains a single blog entry by Eric Anderson published on April 27, 2007 3:24 PM.

Basic SEO in 7 Easy Steps was the previous entry in this blog.

Eden Bodyworks is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.