if(ereg('Linux',$_SERVER['HTTP_USER_AGENT'])) {
echo '<link REL="StyleSheet" HREF="linux.css" TYPE="text/css">';
} else {
echo '<link REL="StyleSheet" HREF="win.css" TYPE="text/css">';
}
conbud wrote:
Hey. This really isnt a PHP question. but what fonts do you reccomend using
so they look decent on linux. Mainly looking for a good font that will look
nice in MoZilla and Galeon. Almost all the fonts Ive used so far appear
really tiny or really bold and not very good to read.
-Lee
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php