I fixed it to work with proper CSS:
Add this to the All Style Options additional CSS:
Code:
.Bug1{
border-style: solid;
border-color: silver;
border-width: 1px 0px;
margin: 1em;
padding: 2px 5px;
}
.Bug2{
font-weight: bold;
color: rgb(153, 0, 0);
float: left;
}
.Bug3{
margin-left: 5em;
}
Change main part to:
<div class="Bug1">
<div class="Bug2"><img alt="Bug" src="images/bug.png" width="18" border="0" height="18"></a> Bug.</div>
<div class="Bug3">This is a program bug or error</div>
</div>