Thread: PHP grief
View Single Post
  #3 (permalink)  
Old 11-03-08, 02:27 AM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,075
Thanks: 11
Thanked 88 Times in 83 Posts
I'm moving this to the CSS section since this isn't really a script request.

And try:
PHP Code:

<?php 

    
echo "<span style=\"font-family: arial; font-size: 11px;\">";
        
// echo $model;
        // CPU Speed
        
if ($model == YP4) echo "- BTO test";
    echo 
"</span>";
?>
... try to avoid <font> tags as they're deprecated.
Reply With Quote