Click here to Skip to main content
15,887,350 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: paste scroll up Pin
Luc Pattyn15-Sep-10 17:58
sitebuilderLuc Pattyn15-Sep-10 17:58 
Generallinks not getting linkified Pin
Luc Pattyn15-Sep-10 16:16
sitebuilderLuc Pattyn15-Sep-10 16:16 
GeneralRe: links not getting linkified Pin
Chris Maunder15-Sep-10 17:50
cofounderChris Maunder15-Sep-10 17:50 
GeneralRe: links not getting linkified [modified] Pin
Luc Pattyn15-Sep-10 17:54
sitebuilderLuc Pattyn15-Sep-10 17:54 
QuestionCan we get a few styles added to the article's stylesheet? Pin
knockNrod15-Sep-10 14:38
knockNrod15-Sep-10 14:38 
AnswerRe: Can we get a few styles added to the article's stylesheet? Pin
Chris Maunder15-Sep-10 15:43
cofounderChris Maunder15-Sep-10 15:43 
GeneralRe: Can we get a few styles added to the article's stylesheet? Pin
knockNrod15-Sep-10 16:24
knockNrod15-Sep-10 16:24 
GeneralRe: Can we get a few styles added to the article's stylesheet? Pin
knockNrod16-Sep-10 4:38
knockNrod16-Sep-10 4:38 
Never tried creating a tight box in CSS before. It's hard.

In the mean time, could we get maybe these two defined for article styles?


.right-sidebar
{
float:right;
width:190px;
background-color:#FFFFEF;
margin: 10px 7px 15px 15px;
border: 1px #FFCC66 solid;

border-radius:10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;

box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.left-sidebar
{
float:left;
width:190px;
background-color:#FFFFEF;
margin: 10px 7px 15px 15px;
border: 1px #FFCC66 solid;

border-radius:10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;

box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

You'll notice that the right-sidebar is the same as nav-right-sidebar, but it's defined for another use. Separating them allows you to later make article-consistency independently of your hosting controls.

If I can figure out how to do a code-collapsed style, I'll get back to you. (I can't believe how difficult this is.)
Without darkness, there are no dreams.
-Karla Kuban

AnswerRe: Can we get a few styles added to the article's stylesheet? Pin
Chris Maunder19-Sep-10 16:33
cofounderChris Maunder19-Sep-10 16:33 
GeneralRe: Can we get a few styles added to the article's stylesheet? Pin
knockNrod27-Sep-10 2:35
knockNrod27-Sep-10 2:35 
GeneralPagination in Q&A not working correctly. Pin
Sandeep Mewara15-Sep-10 8:05
mveSandeep Mewara15-Sep-10 8:05 
GeneralRe: Pagination in Q&A not working correctly. Pin
Chris Maunder15-Sep-10 15:53
cofounderChris Maunder15-Sep-10 15:53 
QuestionMy CodeProject-Bookmarks Pin
Eddy Vluggen15-Sep-10 7:52
professionalEddy Vluggen15-Sep-10 7:52 
AnswerRe: My CodeProject-Bookmarks Pin
Sandeep Mewara15-Sep-10 8:37
mveSandeep Mewara15-Sep-10 8:37 
QuestionRe: My CodeProject-Bookmarks Pin
Agent__00720-May-14 0:14
professionalAgent__00720-May-14 0:14 
GeneralNavigation problems with Latest Updates page Pin
Graham Shanks15-Sep-10 6:39
Graham Shanks15-Sep-10 6:39 
GeneralRe: Navigation problems with Latest Updates page Pin
Chris Maunder15-Sep-10 15:52
cofounderChris Maunder15-Sep-10 15:52 
GeneralThis must be indirect advertising! Pin
DaveAuld15-Sep-10 2:58
professionalDaveAuld15-Sep-10 2:58 
GeneralRe: This must be indirect advertising! Pin
Chris Maunder15-Sep-10 7:11
cofounderChris Maunder15-Sep-10 7:11 
General"Page Not Found" Pin
Xiangyang Liu 刘向阳15-Sep-10 1:49
Xiangyang Liu 刘向阳15-Sep-10 1:49 
GeneralRe: "Page Not Found" Pin
Luc Pattyn15-Sep-10 2:09
sitebuilderLuc Pattyn15-Sep-10 2:09 
GeneralRe: "Page Not Found" Pin
Xiangyang Liu 刘向阳15-Sep-10 2:36
Xiangyang Liu 刘向阳15-Sep-10 2:36 
GeneralRe: "Page Not Found" Pin
Chris Maunder15-Sep-10 7:15
cofounderChris Maunder15-Sep-10 7:15 
GeneralRe: "Page Not Found" Pin
Xiangyang Liu 刘向阳15-Sep-10 8:11
Xiangyang Liu 刘向阳15-Sep-10 8:11 
GeneralRe: "Page Not Found" Pin
Luc Pattyn15-Sep-10 8:43
sitebuilderLuc Pattyn15-Sep-10 8:43 

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.