Click here to Skip to main content
15,888,984 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: 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
mve#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
mve#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.

GeneralRe: Style tags in articles Pin
Chris Maunder3-Oct-17 8:24
cofounderChris Maunder3-Oct-17 8:24 
GeneralRe: Style tags in articles Pin
Nish Nishant3-Oct-17 8:28
sitebuilderNish Nishant3-Oct-17 8:28 
GeneralRe: Style tags in articles Pin
Chris Maunder3-Oct-17 8:38
cofounderChris Maunder3-Oct-17 8:38 
GeneralRe: Style tags in articles Pin
#realJSOP4-Oct-17 1:38
mve#realJSOP4-Oct-17 1:38 
JokeRe: Style tags in articles Pin
Thanks78723-Oct-17 2:17
professionalThanks78723-Oct-17 2:17 
GeneralRe: Style tags in articles Pin
#realJSOP3-Oct-17 2:41
mve#realJSOP3-Oct-17 2:41 
GeneralRe: Style tags in articles Pin
Thanks78723-Oct-17 2:43
professionalThanks78723-Oct-17 2:43 
GeneralRe: Style tags in articles Pin
Nish Nishant3-Oct-17 5:48
sitebuilderNish Nishant3-Oct-17 5:48 
GeneralRe: Style tags in articles Pin
#realJSOP3-Oct-17 6:45
mve#realJSOP3-Oct-17 6:45 
GeneralRe: Style tags in articles Pin
Chris Maunder3-Oct-17 6:49
cofounderChris Maunder3-Oct-17 6:49 
GeneralAdmins: mistake reporting a tip/trick Pin
Joan M2-Oct-17 3:29
professionalJoan M2-Oct-17 3:29 
GeneralRe: Admins: mistake reporting a tip/trick Pin
Sean Ewington2-Oct-17 3:31
staffSean Ewington2-Oct-17 3:31 
PraiseRe: Admins: mistake reporting a tip/trick Pin
Joan M2-Oct-17 3:45
professionalJoan M2-Oct-17 3:45 
SuggestionLinks to CP Articles on Facebook Pin
#realJSOP1-Oct-17 5:33
mve#realJSOP1-Oct-17 5:33 
GeneralRe: Links to CP Articles on Facebook Pin
Nish Nishant1-Oct-17 5:34
sitebuilderNish Nishant1-Oct-17 5:34 
GeneralRe: Links to CP Articles on Facebook Pin
Chris Maunder1-Oct-17 14:02
cofounderChris Maunder1-Oct-17 14:02 
SuggestionBug or just a System Lag? Pin
#realJSOP1-Oct-17 2:55
mve#realJSOP1-Oct-17 2:55 

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

Flags: AnsweredFixedAdded to TODO

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