Question : font in different way in php

Hi

how i can apply font size for this :
print "<option value=\"".$rec["ref"]."\"$chosen>" .$rec["name"].$rec["address1"]." </option>\n";
thanks

Answer : font in different way in php

two ways

<option style=\"font-size:24px;\" value=\"".$rec["ref"]."\"$chosen>" .$rec["name"].$rec["address1"]." </option>\n";

<font size=\"+2\"><option value=\"".$rec["ref"]."\"$chosen>" .$rec["name"].$rec["address1"]." </option></font>\n";
Random Solutions  
 
programming4us programming4us