Nervous about using "Find/Replace"

B

Brightbelt

Hello -
I'm on Frontpage 2003 and am working on a Storefront 6 site (Storefront
being an e-commerce plug-in for Frontpage).
It's been suggested in a Storefront newsgroup that I replace my Doctype
FROM this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

TO this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

Will a simple "find/replace" be sufficient or does this require doing the
HTML rule part of the find/replace function (both of which I've never done
before) ? This site is pretty much an ASP.NET template site and I'm on my
own with whatever changes I make. I've changed the Doctype manually on a few
pages to test it and it seems ok, but I'm nervous about a "find/replace"
messing up Asp code somehow.
I appreciate any help, support, or suggestions. Thanks,...Frank

P.S. the site is:
www.brightbeltmusic.com
 
S

Stefan B Rusynko

Yes you can use Find & Replace (in html , all pages)
Test it on 1 page it finds,
- then if you are sure all pages are the same use Replace all
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Hello -
| I'm on Frontpage 2003 and am working on a Storefront 6 site (Storefront
| being an e-commerce plug-in for Frontpage).
| It's been suggested in a Storefront newsgroup that I replace my Doctype
| FROM this:
|
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
| TO this:
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
| "http://www.w3.org/TR/html4/loose.dtd">
|
| Will a simple "find/replace" be sufficient or does this require doing the
| HTML rule part of the find/replace function (both of which I've never done
| before) ? This site is pretty much an ASP.NET template site and I'm on my
| own with whatever changes I make. I've changed the Doctype manually on a few
| pages to test it and it seems ok, but I'm nervous about a "find/replace"
| messing up Asp code somehow.
| I appreciate any help, support, or suggestions. Thanks,...Frank
|
| P.S. the site is:
| www.brightbeltmusic.com
|
|
 
T

Tom J

Make a CD backup of your site before making the changes so you can
reload from the disk if something goes wrong. Good insurance!!

Tom J
 
B

Brightbelt

Thanks !! Frank

Tom J said:
Make a CD backup of your site before making the changes so you can reload
from the disk if something goes wrong. Good insurance!!

Tom J

Stefan B Rusynko said:
Yes you can use Find & Replace (in html , all pages)
Test it on 1 page it finds,
- then if you are sure all pages are the same use Replace all
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:

http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Hello -
| I'm on Frontpage 2003 and am working on a Storefront 6 site
(Storefront
| being an e-commerce plug-in for Frontpage).
| It's been suggested in a Storefront newsgroup that I replace my
Doctype
| FROM this:
|
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
| TO this:
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
| "http://www.w3.org/TR/html4/loose.dtd">
|
| Will a simple "find/replace" be sufficient or does this require doing
the
| HTML rule part of the find/replace function (both of which I've never
done
| before) ? This site is pretty much an ASP.NET template site and I'm on
my
| own with whatever changes I make. I've changed the Doctype manually on
a few
| pages to test it and it seems ok, but I'm nervous about a
"find/replace"
| messing up Asp code somehow.
| I appreciate any help, support, or suggestions. Thanks,...Frank
|
| P.S. the site is:
| www.brightbeltmusic.com
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Doc Type in FrontPage Webs 1
doctype choice? 12
Force Character Encoding 9
Which version of FrontPage makes a code which validates 8
What! Why? 3
Validating a page 1
Doc Type Question 3
DocType 1

Top