Hello
I have the following, which works:
<HTML>
<HEAD>
<? print(Date(" I dS F Y"));?>
<BODY>
</BODY>
</HTML>
I now wish to insert a couple of font commands and understand I have to do it with:
<?php
$pdfSetFont->(Verdana,'B','Navy' '16');
?>
Is this right, because I can't seem to get it to work. Should these tags be between the closed </HEAD> and open <BODY> tags? Seems strange.
Thanks
Steve
I have the following, which works:
<HTML>
<HEAD>
<? print(Date(" I dS F Y"));?>
<BODY>
</BODY>
</HTML>
I now wish to insert a couple of font commands and understand I have to do it with:
<?php
$pdfSetFont->(Verdana,'B','Navy' '16');
?>
Is this right, because I can't seem to get it to work. Should these tags be between the closed </HEAD> and open <BODY> tags? Seems strange.
Thanks
Steve