Example www.site.com/example1

I need to rename to (for example) www.site.com/example2

Thanks!

Re: How do I rename a link? by Kathleen

Kathleen
Mon Jul 21 12:25:16 CDT 2008

Switch to Code View, find it in the HTML and change it.

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
Expression Web Resources: http://www.spiderwebwoman.com/xweb/
FrontPage Resources: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others



"lacomba" <lacomba@discussions.microsoft.com> wrote in message
news:DC830547-3731-440E-81AB-5A40811FA784@microsoft.com...
> Example www.site.com/example1
>
> I need to rename to (for example) www.site.com/example2
>
> Thanks!



Re: How do I rename a link? by Thomas

Thomas
Mon Jul 21 12:27:06 CDT 2008

Is the "example1" a standard folder or a FP subweb/subsite?

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================


"lacomba" <lacomba@discussions.microsoft.com> wrote in message
news:DC830547-3731-440E-81AB-5A40811FA784@microsoft.com...
> Example www.site.com/example1
>
> I need to rename to (for example) www.site.com/example2
>
> Thanks!



Re: How do I rename a link? by lacomba

lacomba
Mon Jul 21 12:55:02 CDT 2008

I had switched to code view and changed the title, but can't determine how to
change the name of the link.

"Kathleen Anderson" wrote:

> Switch to Code View, find it in the HTML and change it.
>
> --
>
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> Expression Web Resources: http://www.spiderwebwoman.com/xweb/
> FrontPage Resources: http://www.spiderwebwoman.com/resources/
> Please reply to the newsgroup for the benefit of others
>
>
>
> "lacomba" <lacomba@discussions.microsoft.com> wrote in message
> news:DC830547-3731-440E-81AB-5A40811FA784@microsoft.com...
> > Example www.site.com/example1
> >
> > I need to rename to (for example) www.site.com/example2
> >
> > Thanks!
>
>
>

Re: How do I rename a link? by lacomba

lacomba
Mon Jul 21 12:57:01 CDT 2008

It is a standard html folder. I have renamed the title, but can not seem to
determine how to rename the link itself.

"Thomas A. Rowe" wrote:

> Is the "example1" a standard folder or a FP subweb/subsite?
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
> http://www.Ecom-Data.com
> ==============================================
>
>
> "lacomba" <lacomba@discussions.microsoft.com> wrote in message
> news:DC830547-3731-440E-81AB-5A40811FA784@microsoft.com...
> > Example www.site.com/example1
> >
> > I need to rename to (for example) www.site.com/example2
> >
> > Thanks!
>
>
>

Re: How do I rename a link? by Kathleen

Kathleen
Mon Jul 21 13:11:32 CDT 2008

The link in Code View may look something like this:

<a href=http://www.site/com/example1>your text is here</a>

Change it to:

<a href=http://www.site/com/example2>your text is here</a>

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
Expression Web Resources: http://www.spiderwebwoman.com/xweb/
FrontPage Resources: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others



"lacomba" <lacomba@discussions.microsoft.com> wrote in message
news:124B2D8C-2F15-48CD-A3A2-3D32FDF132FF@microsoft.com...
> It is a standard html folder. I have renamed the title, but can not seem
> to
> determine how to rename the link itself.
>
> "Thomas A. Rowe" wrote:
>
>> Is the "example1" a standard folder or a FP subweb/subsite?
>>
>> --
>> ==============================================
>> Thomas A. Rowe
>> Microsoft MVP - FrontPage
>> http://www.Ecom-Data.com
>> ==============================================
>>
>>
>> "lacomba" <lacomba@discussions.microsoft.com> wrote in message
>> news:DC830547-3731-440E-81AB-5A40811FA784@microsoft.com...
>> > Example www.site.com/example1
>> >
>> > I need to rename to (for example) www.site.com/example2
>> >
>> > Thanks!
>>
>>
>>