E
Ellen Cataldo
I'm editing a Web page that we created a year or more ago
and I go to the bottom of the page where the "Last
Updated" information can be found. It currently
reads "Wednesday, March 22, 2000" and I want to change it
into "Thursday, July 31, 2003." The HTML tag looks like
this:
<p align="center"><em><small><small>Last Updated:
Wednesday, March 22, 2000 (llw)
</small></small></em></p>
Using FrontPage2000, in Normal view, I would position my
cursor between the "e" and the "s" in the
word, "Wednesday" and then backspace to delete the "Wedne"
and then type "Thur."
When I do this, using FrontPage2002, the word Thursday is
underlined in red indicating a spelling error. When I
look at the HTML code it now includes a SPAN tag:
<p align="center"><em><small><small>Last Updated: <span
lang="en-us">Thur</span>sday, March 22, 2000 (llw)
</small></small></em></p>
Why is it doing this?
and I go to the bottom of the page where the "Last
Updated" information can be found. It currently
reads "Wednesday, March 22, 2000" and I want to change it
into "Thursday, July 31, 2003." The HTML tag looks like
this:
<p align="center"><em><small><small>Last Updated:
Wednesday, March 22, 2000 (llw)
</small></small></em></p>
Using FrontPage2000, in Normal view, I would position my
cursor between the "e" and the "s" in the
word, "Wednesday" and then backspace to delete the "Wedne"
and then type "Thur."
When I do this, using FrontPage2002, the word Thursday is
underlined in red indicating a spelling error. When I
look at the HTML code it now includes a SPAN tag:
<p align="center"><em><small><small>Last Updated: <span
lang="en-us">Thur</span>sday, March 22, 2000 (llw)
</small></small></em></p>
Why is it doing this?