Text changes when I copy code to a new FP page

Y

yn

When I copy code from other developer's source, The text changes. Ex
Original code:
<html>

<head>



<style type="text/css">

etc.

Pasted code:

&lt;html&gt;<BR>&lt;head&gt;<BR><BR><BR>&lt;style

type="text/css"&gt;<BR>&lt;!--<BR>table {<BR> display:none;<BR>

How can I change this behaviour?
 
K

Kathleen Anderson [MVP - FP]

Try copying it into Notepad first, and then from Notepad into your page.
 
Top