Click here to Skip to main content
15,888,026 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralRe: Quick Answers View count Pin
Chris Maunder23-Nov-09 3:35
cofounderChris Maunder23-Nov-09 3:35 
GeneralRe: Quick Answers View count Pin
dan!sh 23-Nov-09 4:41
professional dan!sh 23-Nov-09 4:41 
GeneralRe: Quick Answers View count Pin
Chris Maunder23-Nov-09 4:50
cofounderChris Maunder23-Nov-09 4:50 
GeneralRe: Quick Answers View count Pin
dan!sh 23-Nov-09 4:54
professional dan!sh 23-Nov-09 4:54 
GeneralYAS Pin
Pete O'Hanlon22-Nov-09 8:53
mvePete O'Hanlon22-Nov-09 8:53 
GeneralRe: YAS Pin
Chris Maunder23-Nov-09 3:44
cofounderChris Maunder23-Nov-09 3:44 
GeneralTrouble displaying code in a message Pin
Oakman22-Nov-09 5:35
Oakman22-Nov-09 5:35 
GeneralRe: Trouble displaying code in a message Pin
Chris Maunder23-Nov-09 3:39
cofounderChris Maunder23-Nov-09 3:39 
If you try and insert "<script" directly then the system sees you trying to insert a literal HTML SCRIPT block into the forum which is a no-no.

You need to HTML-encode the <script part so that, in the editor, you end up entering "&lt;script".

When you paste code into the editor, and you have "Encode HTML tags when pasting" checked then this encoding is done automatically. If you don't have this checked, or you type the code directly, then you either need to HTML encode (to ensure you're not entering literal HTML) or check the "Do not interpret HTML tags" so the system will HTML encode automatically.

cheers,
Chris Maunder

The Code Project Co-founder
Microsoft C++ MVP

GeneralRe: Trouble displaying code in a message Pin
Oakman23-Nov-09 4:15
Oakman23-Nov-09 4:15 
GeneralRe: Trouble displaying code in a message Pin
Chris Maunder23-Nov-09 6:43
cofounderChris Maunder23-Nov-09 6:43 
GeneralRe: Trouble displaying code in a message Pin
Oakman23-Nov-09 17:17
Oakman23-Nov-09 17:17 
GeneralRe: Trouble displaying code in a message Pin
Chris Maunder23-Nov-09 17:24
cofounderChris Maunder23-Nov-09 17:24 
GeneralRe: Trouble displaying code in a message Pin
Oakman24-Nov-09 2:58
Oakman24-Nov-09 2:58 
GeneralQuestion/Answers posted link Pin
dan!sh 22-Nov-09 2:33
professional dan!sh 22-Nov-09 2:33 
GeneralRe: Question/Answers posted link Pin
Thiru Thirunavukarasu22-Nov-09 7:52
Thiru Thirunavukarasu22-Nov-09 7:52 
GeneralRe: Question/Answers posted link Pin
AspDotNetDev22-Nov-09 12:16
protectorAspDotNetDev22-Nov-09 12:16 
GeneralRe: Question/Answers posted link Pin
dan!sh 22-Nov-09 21:16
professional dan!sh 22-Nov-09 21:16 
GeneralRe: Question/Answers posted link Pin
AspDotNetDev24-Nov-09 10:36
protectorAspDotNetDev24-Nov-09 10:36 
GeneralQuick Answers: Minor Change Checkbox Ellipsis Pin
AspDotNetDev21-Nov-09 15:45
protectorAspDotNetDev21-Nov-09 15:45 
GeneralRe: Quick Answers: Minor Change Checkbox Ellipsis Pin
Thiru Thirunavukarasu22-Nov-09 7:49
Thiru Thirunavukarasu22-Nov-09 7:49 
GeneralQuick Answers: Preview Interprets "\n" as Line Break Pin
AspDotNetDev21-Nov-09 14:30
protectorAspDotNetDev21-Nov-09 14:30 
GeneralRe: Quick Answers: Preview Interprets "\n" as Line Break Pin
Thiru Thirunavukarasu22-Nov-09 7:45
Thiru Thirunavukarasu22-Nov-09 7:45 
GeneralRe: Quick Answers: Preview Interprets "\n" as Line Break Pin
Chris Maunder22-Dec-09 11:31
cofounderChris Maunder22-Dec-09 11:31 
GeneralSilverlight tag in article not working Pin
Daniel Vaughan21-Nov-09 1:05
Daniel Vaughan21-Nov-09 1:05 
GeneralRe: Silverlight tag in article not working Pin
Daniel Vaughan21-Nov-09 2:06
Daniel Vaughan21-Nov-09 2:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.