Salut astazi am sati arat un cod cu care poti pune grupurile din legenda intrun tabel pe versiunea pHpBB3
[code]/*Tabel Legenda*/
p em b a.gensmall { font-style: normal; }
p em { font-style: italic;
font-family:Trebuchet MS;
font-weight:bold;
font-size:12px;
margin-left:-5.5px;
margin-right:auto;
padding:5px;
position:relative;
top: -2px;
width: 150px;
height: 7px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 3px;
border: 1px solid #DCDCDC;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
}