Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
~Angela, TMM #1
Re: find and replace everything between 2 tags
Hello aronk,
Backup the files first. Then set up Find and Replace to Find (there
shouldn't be any line breaks):
(<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">)[\s\S]*(<body)
Replace with:
$1<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
$2
Make sure the regular expressions box is checked. (change whatever is
between the $1 and $2 as needed) That oughta do it for you.
~Angela
--
Angela C. Buraglia, Founder:
~FAQs, Tutorials & Resources~ [url]http://www.DreamweaverFAQ.com[/url]
~My Extensions~ [url]http://www.dwfaq.com/go.asp?ID=AngelaX10[/url]
DWfaq Support Newsgroup: [url]news://support.dwfaq.com/support[/url]
Co-Author with Joseph Lowery, Dreamweaver MX Killer Tips:
[url]http://www.dwkillertips.com[/url]
Remove the CAPS in my E-mail to reply off list.
~Angela, TMM Guest
-
Using DW find to find tags not on page
I transfering content from 1498 static pages into a MySQL database. I've isolated 1450 pages with single h1 or h2 tags that I can use in the title... -
Need help with Find & Replace
Hiya. I've tried everything I know to find and replace text in 400+ documents and now need some help with it. This is the existing source code: ... -
Tricky find/replace within <A HREF> tags
I need to add a 'class = 'link' attribute to every <a href='http://www.somelinkthat is different ever time'> tag that my script is processing. So... -
Find and Replace Howto
Hi, I am newbie to Perl and would like to know if this possible doing in Perl. I have huge number of .4gl files. I need to find and replace... -
find/replace
when a user searched for a value with find/replace from a form he got the message the value could not be found but when I looked for it in the...



Reply With Quote

