Google
Web dns.bdat.net

Re: [PHP-ES] Tipografia en mayusculas

From: Pablo M. Rivas ( pmrivas01(EN)yahoo.com.ar)
Date: Wed Jun 23 2004 - 00:25:21 CEST


Hello Jorge,
     <?php
$jj=strtoupper(strtolower($dato));
$nn=split(" ",$jj);
while (list($key,$value)=each($nn)) echo "<big>" . substr($value,0,1) . "</big><small>" . substr($value,1) . "</small> ";
     ?>
     
Salu2

JP> Resumiendo, de un texto tipo “Productos de la Casa”, necesito:

JP> 1) Extraer las mayúsculas y pasar a un cuerpo tipográfico diferente al
JP> resto

JP> 2) Pasar las minúsculas a mayúsculas pero un cuerpo tipográfico menor
JP> a las anteriores

-- 
Best regards,
 Pablo 
-- 
PHP Spanish Localization Talk Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


This archive was generated by hypermail 2.1.7 : Tue Sep 21 2004 - 21:34:42 CEST