"; } $style .= ' .'.$name.'roundcont { position:'.$position.'; left: '.$left.'px; top: '.$top.'px; width: '.$width.'px; background-color:'.$bcolor.'; color: '.$color.'; } .'.$name.'roundcont p { margin: 0 10px; } .'.$name.'roundtop { background: url('.$tr.') no-repeat top right; } .'.$name.'roundbottom { background: url('.$br.') no-repeat top right; }'."\n".' '; if ($GLOBALS['ran']!=1){ $style .= " img.corner { width: 15px; height: 15px; border: none; display: block !important; }"; $GLOBALS['ran']=1; } if ($boolforstyletags=="1"){ $cssbox = ''; } $cssbox .= '
'.$text.'
'; if ($boolforstyletags=="1"){ echo $style; echo $cssbox; }else{ $GLOBALS['style'] .= $style; $GLOBALS['cssbox'] .= $cssbox; } } ?>