[thelist] PrintTitle (was Re: trojan)

s t e f stef at nota-bene.org
Tue Feb 5 13:16:00 CST 2002


[[ Ed Shuck -- 09:18 02/02/02 -0800 ]]
><tooltip>
>provide a seperate file containing your fonts as functions:
><?php
>  function PrintTitle2b($title)
>  {
>   print("<font style="Verdana, Arial, Helvetica, sans-serif" color="#000000"
>size="2">");
>   print("<b>");
>   print($title);
>   print("</b>");
>   print("</font>");
>  }
>?>


Hi Ed,
Of course you've heard of CSS already?

If not it's time you had a look at them.
http://www.w3.org/Style/CSS/
font tags have been deprecated for quite a while.

HTH

s t e f




More information about the thelist mailing list