Typing and pasting HTML - Problems

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

Guest

Everytime I try and past HTML in any of my frontpage webs and save it, the
next time I go to view it's turned into the unexplained and won't work! For
example

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>

Turns in:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>

Can anyone tell me why it's doing this please?
 
I've just noticed that it's converted itself correctly on the second past
even thought in FrontPage is still showing wierd mark up language - and
doesn't rectify itself.
 
Paste it into Notepad first, then copy it from Notepad and then paste it
into Code View in FrontPage
 
Back
Top