Ver Mensaje Individual
  #9 (permalink)  
Antiguo 13/09/2008, 10:52
fumondj
 
Fecha de Ingreso: octubre-2006
Mensajes: 471
Antigüedad: 17 años, 6 meses
Puntos: 1
Respuesta: Grosor del texto

es un .php pero bueno aqui lo pongo :

Código PHP:
<?

if(!defined("flash_script")) die("Error");
unset(
$content);

$m_categs M_Query("SELECT id, nombre FROM categ WHERE active = '1' ORDER BY nombre ASC");

if(
mysql_num_rows($m_categs) >= 1)
{
    
           while(
$_acate mysql_fetch_assoc($m_categs))
               {
    
                 if(!
$mod_rewrite)
                  
$content .= '<center><p class="Estilo2"><p class="Estilo1">·<a href="index.php?modulo=categ&id='.$_acate['id'].'&name='.mod_s($_acate['nombre']).'">'.$_acate['nombre'].'</a><br></p></p>';
                 else
                  
$content .= '- <a href="categoria-'.$_acate['id'].'-'.mod_rew($_acate['nombre']).'.html">'.$_acate['nombre'].'</a><br></center>';
               }    
    
}
else
{
    
$content .= '<center>[ No Hay Categorias ]</center>';    
}

mysql_free_result($m_categs);

echo 
tabla_blok('Series'$content);

?>
<style type="text/css">
p.normal {font-weight: normal}
p.grueso {font-weight: bold}
p.Estilo1 {
    font-weight: 900;
    
}
p.Estilo2 {
    font-color: #CCCCCC;

}
</style>
como ves he creeado dos estilos y solo coje uno