WPIntell

Source evidence

[Plugin: Plum Code Box] Fixing the formatting

Plum Code Box · support · 2011-07-17T06:27:00+00:00

complaintsentiment
mediumseverity
0.69relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 35 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Korolov unresolved
When I installed the plugin, the code would creep off the side of the screen, so I made it wrap and put a nice gray background around it and indented it (same as on WordPress.org). Here’s the style: pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ border: 1px solid #dadada; background-color: #F0F0F0; padding:11px 11px 11px 11px; } http://wordpress.org/extend/plugins/plum-code-box/ But I like the horizontal scroll box approach even better… Here’s the style: pre { overflow-x:scroll; overflow-y:hidden; border: 1px solid #dadada; background-color: #F0F0F0; padding:11px 11px 11px 11px; }

Comments

1 shown
Korolov 2011-07-17T06:47:00+00:00

But I like the horizontal scroll box approach even better… Here’s the style: pre { overflow-x:scroll; overflow-y:hidden; border: 1px solid #dadada; background-color: #F0F0F0; padding:11px 11px 11px 11px; }