trying a smaller font for posted by on the news..

This commit is contained in:
Joseph Carter 2000-04-27 16:29:37 +00:00
parent 163da15e35
commit 80822f809d

View file

@ -1,7 +1,7 @@
<? <?
function newsItem( $date, $user, $text ) function newsItem( $date, $user, $text )
{ {
echo '<TR><TD><DL><DT>Posted on ' . $date . ' by ' . $user . '</DT>' . echo '<TR><TD><DL><DT><FONT SIZE=-1>Posted on ' . $date . ' by ' . $user . '</FONT></DT>' .
' <DD>' . $text . '</DD>' . ' <DD>' . $text . '</DD>' .
'</DL></TD></TR>'; '</DL></TD></TR>';
} }