--> Friday, August 29, 2003, 12:40:56 PM, [EMAIL PROTECTED] wrote: > Just like _PHP_ the comments must be within the <% ... %> tags. > Also, the reason you don't have multi-line comments in PSP is because > Python does not support it.
I know Python doesn't, and that is ok with Python-only code. With HTML and PSP intermixed I feel a <psp:comment> or *something* would be excellent. > However, if you use an IDE such as PythonWin or IDLE you can use the key > combination ALT-3 to comment blocks of code that you have highlighted. > Further, you can use ALT-4 to uncomment those same blocks. I use my IDE to create multiple Python comments. > Further, as I understand it... the use of three dashes in a HTML style > comment is used to hide Java Script from older browsers. No, that's just two as in a regular HTML comment. -Kai ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
