How do I stop HTML from reverting back to wrong code?

P

polaris

A coworker has a link that was created incorrectly in that two words of the
phrase are not linked, but the rest of the phrase is linked properly. She
fixed the link and we checked the code and it was correct. We saved the page
and checked the internet link. That was also correct. Not 5 minutes later,
upon another refresh, the link reverted back to the incorrect link. We tried
this a few times and it continuously goes back to being incorrect. How can we
get this to stop reverting back the incorrect code?

Thanks
 
T

Thomas A. Rowe

Try...Unlink the entire text, save, close and re-open and then re-create the link.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
M

Murray

The really very most bestest way is to go into the code. This is one of the
many annoying things that can happen in Design view that simply cannot be
fixed without doing it in the code.

Remove all the <a> and </a> tags around the entire span of text. Then
relink it in Design view if being in Code view makes you nervous.
 
Top