.asides p {
border: dotted #C4BFAB
font:Verdana;
font-size:10px;
background: url("www.png") no-repeat #eee;
background-position: left top;
padding: 5px;
padding-left: 40px;
}
Finally, I modified the stupid_hack function to fit the XHTML produced by the Theme I’m using (modified Arzel XT2). Here’s the one I’m using:
function stupid\_hack($str) {
return preg\_replace('|
\s*
|s', '
', $str);
}