Hi guys,
Thanks for your replies, but I use "font size=-6" in a lot of my scripts and it works very well. An example:
echo "\n<table width=\"500\" border=\"0\" cellpadding=\"2\" cellspacing\"1\">" .
"\n\t<td width=\"30%\" bgcolor=\"#990000\"><font color=\"white\" size=\"-1\" >Name</td>" .
"\n\t<td width=\"25%\" bgcolor=\"#990000\"><font color=\"white\" size=\"-1\" face=\"arial\">Location</td>" .
"\n\t<td width=\"16%\" bgcolor=\"#990000\"><font color=\"white\" size=\"-1\" >County</td>" .
"\n\t<td width=\"16%\" bgcolor=\"#990000\"><font color=\"white\" size=\"-1\" >Your Awards</td>" .
"\n\t<td width=\"16%\" bgcolor=\"#990000\"><font color=\"white\" size=\"-1\" >Tariff</td>" .
"\n</tr>";
This is apart of another script and by using "-6" it gives me a very small font size. Strange that you should both say the same thing.
I do use Dreamwaver UltaDev to write my scripts and this allows the "-6" font size.
But I will follow your advise for this script.
Many thanks
DCJ