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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
==============================================
 
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.
 

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

Back
Top