Click here to Skip to main content
15,902,198 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: Option to see who Upvoted. Pin
#realJSOP16-Oct-17 4:35
professional#realJSOP16-Oct-17 4:35 
GeneralRe: Option to see who Upvoted. Pin
#realJSOP16-Oct-17 8:36
professional#realJSOP16-Oct-17 8:36 
GeneralRe: Option to see who Upvoted. Pin
Chris Maunder16-Oct-17 9:40
cofounderChris Maunder16-Oct-17 9:40 
GeneralRe: Option to see who Upvoted. Pin
#realJSOP17-Oct-17 2:51
professional#realJSOP17-Oct-17 2:51 
SuggestionDownload Source Not Working on Article Pin
Brady Kelly4-Oct-17 18:30
Brady Kelly4-Oct-17 18:30 
GeneralRe: Download Source Not Working on Article Pin
#realJSOP5-Oct-17 1:18
professional#realJSOP5-Oct-17 1:18 
GeneralRe: Download Source Not Working on Article Pin
Brady Kelly6-Oct-17 20:57
Brady Kelly6-Oct-17 20:57 
GeneralRe: Download Source Not Working on Article Pin
Sean Ewington5-Oct-17 3:30
staffSean Ewington5-Oct-17 3:30 
GeneralRe: Download Source Not Working on Article Pin
Brady Kelly6-Oct-17 20:56
Brady Kelly6-Oct-17 20:56 
SuggestionCannot download the code from Pin
martinx3-Oct-17 21:55
martinx3-Oct-17 21:55 
GeneralRe: Cannot download the code from Pin
Sean Ewington4-Oct-17 3:31
staffSean Ewington4-Oct-17 3:31 
GeneralRe: Cannot download the code from Pin
Jochen Arndt4-Oct-17 3:43
professionalJochen Arndt4-Oct-17 3:43 
GeneralRe: Cannot download the code from Pin
Chris Maunder4-Oct-17 3:53
cofounderChris Maunder4-Oct-17 3:53 
PraiseRe: Cannot download the code from Pin
Jochen Arndt4-Oct-17 3:59
professionalJochen Arndt4-Oct-17 3:59 
SuggestionMalware in in a Q&A page Pin
Patrice T3-Oct-17 14:44
mvePatrice T3-Oct-17 14:44 
GeneralRe: Malware in in a Q&A page Pin
Chris Maunder4-Oct-17 3:36
cofounderChris Maunder4-Oct-17 3:36 
GeneralRe: Malware in in a Q&A page Pin
Richard Deeming4-Oct-17 9:11
mveRichard Deeming4-Oct-17 9:11 
GeneralRe: Malware in in a Q&A page Pin
Patrice T4-Oct-17 9:19
mvePatrice T4-Oct-17 9:19 
SuggestionWhere or how do I submit source code in the article wizard? Pin
Brady Kelly2-Oct-17 19:39
Brady Kelly2-Oct-17 19:39 
GeneralRe: Where or how do I submit source code in the article wizard? Pin
Kornfeld Eliyahu Peter2-Oct-17 20:06
professionalKornfeld Eliyahu Peter2-Oct-17 20:06 
GeneralRe: Where or how do I submit source code in the article wizard? Pin
OriginalGriff2-Oct-17 22:42
mveOriginalGriff2-Oct-17 22:42 
SuggestionStyle tags in articles Pin
#realJSOP2-Oct-17 3:47
professional#realJSOP2-Oct-17 3:47 
GeneralRe: Style tags in articles Pin
Chris Maunder2-Oct-17 7:37
cofounderChris Maunder2-Oct-17 7:37 
GeneralRe: Style tags in articles Pin
Nish Nishant2-Oct-17 10:46
sitebuilderNish Nishant2-Oct-17 10:46 
GeneralRe: Style tags in articles Pin
#realJSOP2-Oct-17 22:26
professional#realJSOP2-Oct-17 22:26 
These are the modifications I wanted to make:
CSS
<style>
    body, p, h1, h2, h3, h4, h5, h6, li, tr, td, th, dd, dt {font-size: 14px;}
    h1, h2, h3, h4, h5, h6 {color: #f90;}
    h1 {font-size: 200%;font-weight: 600;}
    h2 {font-size: 180%;font-weight: 400;}
    h3 {font-size: 160%;font-weight: 400;}
    h4 {font-size: 140%;font-weight: 200;}
    h5 {font-size: 120%;font-weight: 200;}
    h6 {font-size: 100%;font-weight: 200;}
    img {border: 1px solid black;max-width: 640px;}
    a {font-weight: 600;}
    span.this_article {color: #f90;font-style: italic;font-weight: 600;}
</style>

My reasoning - it would be more appropriate to set the pixel height of the font in the first style element (or the body element), and in subsequent elements (for header text), set the height as a percentage of that height. It worked out really well when I was writing my articles.

I also wanted all of the headers to be the same color.

I like a 1-pixel border around my images.

If you go back and look at my recent SQLXAgent article, you'll see the intended results of the this_article class. I think the use of the Segoi font face kinda washes out the hyper links color, especially since you have underscore decoration turned off for links.

Mind you, these are just opinions, and like I said, I understand why you don't allow us to add styles like I showed above.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013


modified 3-Oct-17 8:40am.

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

Flags: FixedAnswered

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