07-08-2012 10:44 PM
I use Windows-7, and I've copied a Google script code to my Notepad, but I can't seem to get it FROM my Notepad TO my website pages without using my normal copy & paste routine, which I'm apparently suppose to avoid (i.e., I've been unsuccessful in using ONLY the Notepad features to transfer the code from the Notepad to the website pages). Any suggestions?
Also, if I ever do succeed in the above, is it necessary/advisable to create a SPACE between the >< before pasting the code between these two characters?
07-22-2012 11:11 PM - edited 07-22-2012 11:12 PM
I'm confused. What are you trying to paste into? Is this a WYSIWYG form for creating a web page or something else?
As far as dividing brackets or tags from each other, I generally avoid doing that but it can be done. The computer sees a blank space as a blank space in many languages, and the same goes for returns (it ignores them) unless the language you're coding in specifically uses spaces and returns and recognizes them as such.
Keep in mind though syntax. You can make the code look neater but it must follow syntax or it won't parse right when it's loaded into a web browser. That can make strange things happen. It's just like the infamous semicolon in some languages. One that's out of place or is missing ruins everything.