Click here to Skip to main content
15,889,527 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

 
SuggestionMessage Signature not Showing Pin
Cp-Coder6-Apr-20 10:54
Cp-Coder6-Apr-20 10:54 
GeneralRe: Message Signature not Showing Pin
Chris Maunder6-Apr-20 11:31
cofounderChris Maunder6-Apr-20 11:31 
GeneralRe: Message Signature not Showing Pin
Cp-Coder6-Apr-20 11:34
Cp-Coder6-Apr-20 11:34 
GeneralRe: Message Signature not Showing Pin
Greg Utas6-Apr-20 12:36
professionalGreg Utas6-Apr-20 12:36 
GeneralRe: Message Signature not Showing Pin
Cp-Coder6-Apr-20 13:04
Cp-Coder6-Apr-20 13:04 
GeneralRe: Message Signature not Showing Pin
Richard MacCutchan6-Apr-20 21:48
mveRichard MacCutchan6-Apr-20 21:48 
GeneralRe: Message Signature not Showing Pin
Chris Maunder6-Apr-20 13:57
cofounderChris Maunder6-Apr-20 13:57 
SuggestionStyles for articles Pin
#realJSOP5-Apr-20 5:54
mve#realJSOP5-Apr-20 5:54 
Is there a way we can add styles for our articles? If not generally, than for the people that have a crapload of articles posted. Like me. Maybe make it possible to upload a supplemental style sheet?

I want to use this:

CSS
<style>
    /* make the colors for all of the headers the same, and set the spacing so that text is 
       a little closer together */
    h1, h2, h3, h4, h5, h6 
    { 
        color: #f90; 
        margin-bottom:0px !important; 
        padding-bottom: 0px !important;
        line-height:1.1em;
    }
    /* make paragraphs flow vertically closer to the previous element */
    p 
    { 
        margin-top:5px;
    }
    /* make a lang="text" pre block have different colors (cp-oriented) to differentiate 
       them from actual code blocks. */
    .preText 
    { 
        background-color:#dfd; 
        border-color:green; 
    }
    /* make code in a header be a different color that compliments the header color */
    h1 code,h2 code,h3 code,h4 code,h5 code,h6 code 
    { 
        color:saddlebrown; 
        font-size:inherit; 
    }
</style>


Also, what happened to the checkbox that told the editors not to mess with my markup?

Seriously dudes, yer harshin' my buzz.
".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

GeneralRe: Styles for articles Pin
Chris Maunder5-Apr-20 6:43
cofounderChris Maunder5-Apr-20 6:43 
GeneralRe: Styles for articles Pin
#realJSOP6-Apr-20 0:01
mve#realJSOP6-Apr-20 0:01 
GeneralRe: Styles for articles Pin
Chris Maunder6-Apr-20 5:24
cofounderChris Maunder6-Apr-20 5:24 
GeneralRe: Styles for articles Pin
#realJSOP6-Apr-20 5:58
mve#realJSOP6-Apr-20 5:58 
GeneralRe: Styles for articles Pin
Chris Maunder6-Apr-20 6:12
cofounderChris Maunder6-Apr-20 6:12 
GeneralRe: Styles for articles Pin
#realJSOP6-Apr-20 6:58
mve#realJSOP6-Apr-20 6:58 
GeneralRe: Styles for articles Pin
Chris Maunder6-Apr-20 14:05
cofounderChris Maunder6-Apr-20 14:05 
GeneralRe: Styles for articles Pin
#realJSOP6-Apr-20 14:18
mve#realJSOP6-Apr-20 14:18 
GeneralRe: Styles for articles Pin
#realJSOP6-Apr-20 0:19
mve#realJSOP6-Apr-20 0:19 
GeneralRe: Styles for articles Pin
Chris Maunder6-Apr-20 5:31
cofounderChris Maunder6-Apr-20 5:31 
GeneralRe: Styles for articles Pin
#realJSOP6-Apr-20 5:53
mve#realJSOP6-Apr-20 5:53 
GeneralRe: Styles for articles Pin
Chris Maunder6-Apr-20 6:10
cofounderChris Maunder6-Apr-20 6:10 
SuggestionRep history broken ... again ! Pin
Patrice T4-Apr-20 6:53
mvePatrice T4-Apr-20 6:53 
GeneralRe: Rep history broken ... again ! Pin
Greg Utas4-Apr-20 7:15
professionalGreg Utas4-Apr-20 7:15 
GeneralRe: Rep history broken ... again ! Pin
Patrice T4-Apr-20 7:32
mvePatrice T4-Apr-20 7:32 
GeneralRe: Rep history broken ... again ! Pin
Greg Utas4-Apr-20 7:33
professionalGreg Utas4-Apr-20 7:33 
GeneralRe: Rep history broken ... again ! Pin
User 110609794-Apr-20 7:23
User 110609794-Apr-20 7:23 

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.