You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
bbcode tag = frbox
html replacement =
<div class="frbox">{text}</div>
css in extra/less: (change to suit)
.frbox
{width:240px;
/* or you might want max-width*/
float:right;
margin-left:20px;
padding:10px;
background:#f1f1f1;
border-radius:15px}
@media (max-width: @xf-responsiveMedium)
{.frbox...