BBCODE Plugin Formatting Fix
Posted: Thu Aug 30, 2007 6:29 pm
Inside plugins/serendipity_event_bbcode/serendipity_event_bbcode.php
should be:
Overflow: auto; will allow the bbcode to fix itself on narrow blog when long lines of code text are posted (for example, Carl02)
Code: Select all
.bb-code, .bb-php {
font-family: courier, "courier new";
background-color: #DDDDDD;
padding: 10px;
}
Code: Select all
.bb-code, .bb-php {
font-family: courier, "courier new";
background-color: #DDDDDD;
padding: 10px;
overflow: auto;
}