How can I paste html code into front page without it destroying t.

S

Steve Easton

Not sure exactly what you mean, but have you tried pasting it into notepad first and then copying
from notepad and pasting into the page with the page open in Code view??

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
M

Murray

Just make sure you are not pasting redundant <html>, <head>, or <body>
tags - in other words, edit the HTML you will paste to confine it to only
code between <body> and </body> tags.
 
Top