How can I make my font larger in PHP? -
i have php file gets xml data, font displayed small. found can increase it, size 7. there way make 90pt. font instead?
here have goes size 7:
<font face="helvetica, arial" color="white" size="7"> <?php $mydata = simplexml_load_file('http://192.168.xx.xxx:yyyy/data.xml'); echo '<p align="right">'.round($mydata->device[14]->value).'</p>'; ?> </font>
size="90pt"
read cascading style sheets reference.
Comments
Post a Comment