Author Topic: Copy and Pasting from a newbie  (Read 405 times)

Offline kdbates

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Copy and Pasting from a newbie
« on: June 20, 2009, 12:07:27 am »
Thanks for HE, this is a helpful program for me. I am not a programer so I apologize for the rudimentary question.

If I copy this:
Code: [Select]
        function footer( )
{
echo '';
}

And paste it, I get this:
Code: [Select]
SPAN {font-family: "Courier New";font-size: 10pt;color: #000000;background: #FFFFFF;}A {text-decoration: none;font-weight: bold;color:#000000;}.S4 {color: #009300;background: #FFF7F7;}.S5 {color: #7D9EC0;background: #FFF7F7;}.S2 {background: #FFF7F7;}.S1 {color: #0000FF;background: #FFF7F7;}.S3 {color: #7D9EC0;background: #FFF7F7;}
function footer( )    {        echo '';    }

Can someone please help me understand how to paste the same thing that I copy?

Thanks!

Offline alex

  • Developer
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1712
  • Karma: +29/-2
    • View Profile
    • HippoEDIT
Re: Copy and Pasting from a newbie
« Reply #1 on: June 20, 2009, 01:19:11 pm »
Hello kdbates,

welcome.

It looks like that destination (place where you paste the text) request it in HTML format, and get it in HTML.
Normally HE provides 3 format : Text, RTF and HTML, and destination application selects that one, which suit more.

So where you have paste the text?

Best regards,
Alex.

 

Related Topics

  Subject / Started by Replies Last post
2 Replies
489 Views
Last post February 23, 2009, 12:26:19 pm
by alex
12 Replies
1295 Views
Last post April 25, 2009, 03:23:48 pm
by allen
1 Replies
366 Views
Last post May 17, 2009, 06:38:55 pm
by alex
2 Replies
749 Views
Last post May 23, 2009, 07:59:54 pm
by Stefan
10 Replies
1190 Views
Last post August 11, 2010, 07:35:40 pm
by knn