Re: [solved] Emphasizing first letter of string?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At 4:29 AM -0700 8/22/06, Micky Hulse wrote:
Thanks to you folks, this works even better:

if($configs['access_key'] === true) {
foreach($pages as $key => $string) {
$pages[$key][0] = '<em>'.$string[0][0].'</em>'.substr($string[0], 1);
}
}

Many thanks,  :)

... Now I can sleep.  :D

Cheers,
Micky

Micky:

Not meaning to wake you, but you might consider removing markup from presentation via css. If so, checkout:

http://www.w3schools.com/css/css_pseudo_elements.asp

tedd
--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux