PC Review


Reply
Thread Tools Rate Thread

Can I us find/replace for MULTIPLE lines in Frontpage 2002?

 
 
=?Utf-8?B?bGR0a2xkdGs=?=
Guest
Posts: n/a
 
      12th Sep 2005
Can I search for special characters in Frontpage 2002, such as ^p for
paragraph return in order to find and replace multiple lines of code?
 
Reply With Quote
 
 
 
 
Thomas A. Rowe
Guest
Posts: n/a
 
      12th Sep 2005
No. Also a paragraph return in HTML is with a open <p> and a ending </p>

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"ldtkldtk" <(E-Mail Removed)> wrote in message
news:CC91CD7B-46BC-4A47-B73D-(E-Mail Removed)...
> Can I search for special characters in Frontpage 2002, such as ^p for
> paragraph return in order to find and replace multiple lines of code?



 
Reply With Quote
 
Wally S
Guest
Posts: n/a
 
      13th Sep 2005
You could do it if you went into code view and searched first for <p> and
then for </p>. The "replace tag" feature might also do it.

Wally S

"Thomas A. Rowe" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> No. Also a paragraph return in HTML is with a open <p> and a ending </p>
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "ldtkldtk" <(E-Mail Removed)> wrote in message
> news:CC91CD7B-46BC-4A47-B73D-(E-Mail Removed)...
>> Can I search for special characters in Frontpage 2002, such as ^p for
>> paragraph return in order to find and replace multiple lines of code?

>
>



 
Reply With Quote
 
=?Utf-8?B?bGR0a2xkdGs=?=
Guest
Posts: n/a
 
      13th Sep 2005
Thanks Thomas. What about newer versions of Frontpage? Can multiple lines be
changed in FP 2003?

"Thomas A. Rowe" wrote:

> No. Also a paragraph return in HTML is with a open <p> and a ending </p>
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "ldtkldtk" <(E-Mail Removed)> wrote in message
> news:CC91CD7B-46BC-4A47-B73D-(E-Mail Removed)...
> > Can I search for special characters in Frontpage 2002, such as ^p for
> > paragraph return in order to find and replace multiple lines of code?

>
>
>

 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      13th Sep 2005
Yes, but be aware that the <p> tag can be combined with other attributes, so trying to do a global S
& R may now work in all cases, so you may still have to review each individual page.

The same would reply to doing a multi-line S & R that the line breaks, etc. must be the same on all
pages.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"ldtkldtk" <(E-Mail Removed)> wrote in message
news:6E366063-438F-4801-B386-(E-Mail Removed)...
> Thanks Thomas. What about newer versions of Frontpage? Can multiple lines be
> changed in FP 2003?
>
> "Thomas A. Rowe" wrote:
>
>> No. Also a paragraph return in HTML is with a open <p> and a ending </p>
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> ==============================================
>> If you feel your current issue is a results of installing
>> a Service Pack or security update, please contact
>> Microsoft Product Support Services:
>> http://support.microsoft.com
>> If the problem can be shown to have been caused by a
>> security update, then there is usually no charge for the call.
>> ==============================================
>>
>> "ldtkldtk" <(E-Mail Removed)> wrote in message
>> news:CC91CD7B-46BC-4A47-B73D-(E-Mail Removed)...
>> > Can I search for special characters in Frontpage 2002, such as ^p for
>> > paragraph return in order to find and replace multiple lines of code?

>>
>>
>>



 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      13th Sep 2005
Use the special search by Html tags on the Html Tags tab in Edit Find (searching for the <p> tag)
- either with a Html rule or Replace action

--

_____________________________________________
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.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"ldtkldtk" <(E-Mail Removed)> wrote in message news:CC91CD7B-46BC-4A47-B73D-(E-Mail Removed)...
| Can I search for special characters in Frontpage 2002, such as ^p for
| paragraph return in order to find and replace multiple lines of code?


 
Reply With Quote
 
datamystic@gmail.com
Guest
Posts: n/a
 
      14th Sep 2005
For multi-line find and replace, you could also use a tool like our
product Web Search and Replace. It can also handle optional whitespace,
so you could either paste in the multiple lines of text you want to
find, or you could use an EasyPattern such as

[ 0+ whitespace ]my line 1
[ 0+ whitespace ]my line 2
[ 0+ whitespace ]my line 3
[ 0+ whitespace ]my line 4

and this will cope with FrontPage's indentation.

For more, see http://www.searchandreplace.net

 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      14th Sep 2005
Anytime you use a 3rd party application that modify files within a FP web / site, you end up with FP
not being aware that changes have been made to the web / site content.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> For multi-line find and replace, you could also use a tool like our
> product Web Search and Replace. It can also handle optional whitespace,
> so you could either paste in the multiple lines of text you want to
> find, or you could use an EasyPattern such as
>
> [ 0+ whitespace ]my line 1
> [ 0+ whitespace ]my line 2
> [ 0+ whitespace ]my line 3
> [ 0+ whitespace ]my line 4
>
> and this will cope with FrontPage's indentation.
>
> For more, see http://www.searchandreplace.net
>



 
Reply With Quote
 
Tom Pepper Willett
Guest
Posts: n/a
 
      14th Sep 2005
I have found that to be true in the past, and have had to do a full publish
of the site.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/off...tid=FX01085802
How to ask a newsgroup question:
http://support.microsoft.com/kb/555375
===
"Thomas A. Rowe" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
| Anytime you use a 3rd party application that modify files within a FP web
/ site, you end up with FP
| not being aware that changes have been made to the web / site content.
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| ==============================================
| If you feel your current issue is a results of installing
| a Service Pack or security update, please contact
| Microsoft Product Support Services:
| http://support.microsoft.com
| If the problem can be shown to have been caused by a
| security update, then there is usually no charge for the call.
| ==============================================
|
| <(E-Mail Removed)> wrote in message
| news:(E-Mail Removed)...
| > For multi-line find and replace, you could also use a tool like our
| > product Web Search and Replace. It can also handle optional whitespace,
| > so you could either paste in the multiple lines of text you want to
| > find, or you could use an EasyPattern such as
| >
| > [ 0+ whitespace ]my line 1
| > [ 0+ whitespace ]my line 2
| > [ 0+ whitespace ]my line 3
| > [ 0+ whitespace ]my line 4
| >
| > and this will cope with FrontPage's indentation.
| >
| > For more, see http://www.searchandreplace.net
| >
|
|


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find and Replace lines of code GeoffreyBarnard Microsoft Excel Programming 0 22nd May 2008 10:11 PM
Find / replace horizontal lines? Eric Microsoft Word Document Management 2 4th May 2008 05:02 AM
solved: find and replace lines , issue with * and ^p jameshanley39@yahoo.co.uk Microsoft Word Document Management 6 13th Apr 2008 06:53 PM
Find & Replace two lines at once =?Utf-8?B?eXVtaWtvQHl1bWlrb2F3YWUuY29t?= Microsoft Word Document Management 15 4th Jul 2007 06:18 AM
Find and Replace are not working in Frontpage 2002 Microsoft Frontpage 2 20th Feb 2004 04:41 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:16 AM.