Click here to Skip to main content
15,897,273 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: Highlighting Problem Pin
Chris Maunder10-Jun-10 4:34
cofounderChris Maunder10-Jun-10 4:34 
GeneralRe: Highlighting Problem [modified] Pin
Luc Pattyn8-Jun-10 12:09
sitebuilderLuc Pattyn8-Jun-10 12:09 
GeneralRe: Highlighting Problem Pin
Hans Dietrich9-Jun-10 4:39
mentorHans Dietrich9-Jun-10 4:39 
GeneralRe: Highlighting Problem Pin
Luc Pattyn9-Jun-10 4:44
sitebuilderLuc Pattyn9-Jun-10 4:44 
GeneralRe: Highlighting Problem Pin
Hans Dietrich9-Jun-10 5:09
mentorHans Dietrich9-Jun-10 5:09 
GeneralRe: Highlighting Problem Pin
Luc Pattyn9-Jun-10 5:14
sitebuilderLuc Pattyn9-Jun-10 5:14 
GeneralTip & Trick formatting problem Pin
Johnny J.8-Jun-10 5:19
professionalJohnny J.8-Jun-10 5:19 
GeneralRe: Tip & Trick formatting problem [modified] Pin
Luc Pattyn8-Jun-10 5:29
sitebuilderLuc Pattyn8-Jun-10 5:29 
In general you have to espace escape those characters that make parts of your code look like HTML tags.
In a forum like this one, you'd have to replace < by &lt; to prevent the HTML monster from potentially eat it all.

Here is actual proof it works both inside and outside PRE tags, the previous sentence really contains:
replace &lt; by &amp;lt; to prevent
replace &lt; by &amp;lt; to prevent


AFAIK in Q&A and T&T editor, if your piece of code is pasted and gets recognized as code (which means it gets PRE tags added automatically), then it will also be "HTML encoded", preventing any such problems.

If OTOH you explicitly told it not to recognize code, or you pasted a lot of text toghether with some code in one big swoop, or you entered the < signs without pasting at all, then it is your responsibility in Q&A/T&T to escape them as indicated earlier.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

modified on Wednesday, June 9, 2010 7:14 AM

GeneralRe: Tip & Trick formatting problem Pin
Johnny J.8-Jun-10 5:32
professionalJohnny J.8-Jun-10 5:32 
GeneralRe: Tip & Trick formatting problem Pin
Henry Minute9-Jun-10 0:28
Henry Minute9-Jun-10 0:28 
GeneralRe: Tip & Trick formatting problem Pin
Johnny J.9-Jun-10 0:55
professionalJohnny J.9-Jun-10 0:55 
GeneralRe: Tip & Trick formatting problem Pin
Luc Pattyn9-Jun-10 1:18
sitebuilderLuc Pattyn9-Jun-10 1:18 
GeneralRe: Tip & Trick formatting problem Pin
PompeyBoy39-Jun-10 1:19
PompeyBoy39-Jun-10 1:19 
GeneralRe: Tip & Trick formatting problem Pin
Thiru Thirunavukarasu8-Jun-10 5:30
Thiru Thirunavukarasu8-Jun-10 5:30 
GeneralRe: Tip & Trick formatting problem Pin
Johnny J.8-Jun-10 5:32
professionalJohnny J.8-Jun-10 5:32 
GeneralRe: Tip & Trick formatting problem [modified] Pin
Luc Pattyn8-Jun-10 5:39
sitebuilderLuc Pattyn8-Jun-10 5:39 
GeneralRe: Tip & Trick formatting problem Pin
Thiru Thirunavukarasu8-Jun-10 10:00
Thiru Thirunavukarasu8-Jun-10 10:00 
GeneralRe: Tip & Trick formatting problem Pin
Luc Pattyn8-Jun-10 10:09
sitebuilderLuc Pattyn8-Jun-10 10:09 
GeneralRe: Tip & Trick formatting problem Pin
Thiru Thirunavukarasu8-Jun-10 10:36
Thiru Thirunavukarasu8-Jun-10 10:36 
GeneralRe: Tip & Trick formatting problem Pin
Luc Pattyn8-Jun-10 10:43
sitebuilderLuc Pattyn8-Jun-10 10:43 
GeneralRe: Tip & Trick formatting problem Pin
Thiru Thirunavukarasu8-Jun-10 10:51
Thiru Thirunavukarasu8-Jun-10 10:51 
GeneralSmall but embarrasing error Pin
Johnny J.8-Jun-10 3:30
professionalJohnny J.8-Jun-10 3:30 
GeneralRe: Small but embarrasing error Pin
Sean Ewington8-Jun-10 3:33
staffSean Ewington8-Jun-10 3:33 
GeneralRe: Small but embarrasing error Pin
Johnny J.8-Jun-10 3:34
professionalJohnny J.8-Jun-10 3:34 
GeneralRe: Small but embarrasing error Pin
Luc Pattyn8-Jun-10 4:53
sitebuilderLuc Pattyn8-Jun-10 4:53 

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.