Jump to content

[SOLVED] fonts in PHP


Phpnewbie23

Recommended Posts

How do you change the font in PHP. For a example i have a table that is populated by a database. I have created

 

<font size="1" face="arial">
THIS IS A TEST
<?php

 

THIS IS A TEST  is the correct size and face and i believe i have my closing font tag in the correct

place.

 

odbc_close($conn);
?>
</font>

 

But the table text never goes to font specified  it says at the stander ed size 3 .

 

please help

 

Cheers

Link to comment
https://forums.phpfreaks.com/topic/141748-solved-fonts-in-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.