Click here to Skip to main content
15,892,059 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: Rep points missing in Rep graphic Pin
Patrice T9-Jun-20 2:37
mvePatrice T9-Jun-20 2:37 
GeneralRe: Rep points missing in Rep graphic Pin
Matthew Dennis10-Jun-20 5:15
sysadminMatthew Dennis10-Jun-20 5:15 
GeneralRe: Rep points missing in Rep graphic Pin
Patrice T10-Jun-20 5:55
mvePatrice T10-Jun-20 5:55 
BugBizarre activity Pin
Greg Utas8-Jun-20 6:46
professionalGreg Utas8-Jun-20 6:46 
GeneralRe: Bizarre activity Pin
Chris Maunder8-Jun-20 8:56
cofounderChris Maunder8-Jun-20 8:56 
GeneralRe: Bizarre activity Pin
Greg Utas8-Jun-20 11:20
professionalGreg Utas8-Jun-20 11:20 
BugWidth for first image is 700, regardless of setting Pin
Greg Utas5-Jun-20 2:29
professionalGreg Utas5-Jun-20 2:29 
GeneralRe: Width for first image is 700, regardless of setting Pin
Chris Maunder8-Jun-20 6:38
cofounderChris Maunder8-Jun-20 6:38 
Out of curiosity why are you setting the margin? If you want it centered then "margin: 0 auto" is the way to go.

Our issue is we're trying to have as consistent a look and feel as possible while accepting that authors don't always follow the rules or understand how to keep the HTML clean (eg pasting from Word or WordPress).

Generally we don't want margins and spacing and styles applied to any elements in an article. Focus on the text, place the images, and let the content speak for itself. Simply removing all style attributes helps this. However, we understand that there are times where some formatting such as wrapping text around an image, centering etc can really help, so we need to keep some styles.

In your case you've hit an edge case we haven't dealt with. The quick answer is to remove the hardcoded margins so our image resizer works. In other cases an image may be floated and then have a margin added to make it spaced better, so a margin does make sense. However, that margin should be in our CSS, not hardcoded into the image itself. Even then, floating an image that's wider than (700 - margin - minimum-width-of-side-text-that's-readable) will just look bad. That's a tricky but not impossible task to automatically fix, but so rare that we prefer just to manually fix.
cheers
Chris Maunder

GeneralRe: Width for first image is 700, regardless of setting Pin
Greg Utas8-Jun-20 6:56
professionalGreg Utas8-Jun-20 6:56 
GeneralRe: Width for first image is 700, regardless of setting Pin
Chris Maunder8-Jun-20 8:45
cofounderChris Maunder8-Jun-20 8:45 
PraiseCool PinPopular
Nelek4-Jun-20 21:30
protectorNelek4-Jun-20 21:30 
GeneralRe: Cool Pin
Chris Maunder5-Jun-20 5:53
cofounderChris Maunder5-Jun-20 5:53 
BugStrange names in QA Pin
Richard MacCutchan4-Jun-20 1:30
mveRichard MacCutchan4-Jun-20 1:30 
GeneralRe: Strange names in QA Pin
Richard Deeming4-Jun-20 4:17
mveRichard Deeming4-Jun-20 4:17 
GeneralRe: Strange names in QA Pin
Matthew Dennis4-Jun-20 11:14
sysadminMatthew Dennis4-Jun-20 11:14 
GeneralRe: Strange names in QA Pin
OriginalGriff4-Jun-20 20:45
mveOriginalGriff4-Jun-20 20:45 
GeneralRe: Strange names in QA Pin
Richard Deeming5-Jun-20 7:37
mveRichard Deeming5-Jun-20 7:37 
BugSpurious article tags Pin
Greg Utas4-Jun-20 1:19
professionalGreg Utas4-Jun-20 1:19 
BugImage width not set? Pin
Greg Utas4-Jun-20 0:19
professionalGreg Utas4-Jun-20 0:19 
GeneralRe: Image width not set? Pin
Richard MacCutchan4-Jun-20 0:27
mveRichard MacCutchan4-Jun-20 0:27 
GeneralRe: Image width not set? Pin
Greg Utas4-Jun-20 0:44
professionalGreg Utas4-Jun-20 0:44 
GeneralRe: Image width not set? Pin
Richard MacCutchan4-Jun-20 1:05
mveRichard MacCutchan4-Jun-20 1:05 
GeneralRe: Image width not set? Pin
Sean Ewington4-Jun-20 4:16
staffSean Ewington4-Jun-20 4:16 
GeneralRe: Image width not set? Pin
Greg Utas4-Jun-20 6:50
professionalGreg Utas4-Jun-20 6:50 
BugMinor presentation issues Pin
Peter_in_27803-Jun-20 15:59
professionalPeter_in_27803-Jun-20 15:59 

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

Flags: AnsweredCompletedFixed

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