WebsiteBaker 2.13.9 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
.circle{width:18px;height:18px;border-radius:50px;font-size:9px;color:#fff;line-height:18px;text-align:center;background:#000}
<div class="circle">35</div>
<?php /* Droplet "rondje" */if(!isset($getal)) return true; // voor als er geen getal gegeven wordt, terug zonder outputif(!isset($kleur)) $kleur = 'zwart'; // standaard kleur classreturn '<div class="circle '.$kleur.'">'.$getal.'</div>';