[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.frontpage.programming

Text changes when I copy code to a new FP page

Yuval Nir

4/17/2004 3:08:00 PM

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?



2 Answers

Kathleen Anderson [MVP - FP]

4/17/2004 3:32:00 PM

0

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

--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
http://www.spiderwebwoman.com/...


yn <yn@the-vet.net> wrote:
> 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?

Yuval Nir

4/17/2004 4:14:00 PM

0

Thanks
"Kathleen Anderson [MVP - FP]" <spiderwebwoman@mvps.org> wrote in message
news:ej17lEJJEHA.3120@TK2MSFTNGP11.phx.gbl...
> Try copying it into Notepad first, and then from Notepad into your page.
>
> --
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> http://www.spiderwebwoman.com/...
>
>
> yn <yn@the-vet.net> wrote:
> > 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?