Remove the use of the FONT tag

Change pi's span to a div, this shuts up the validator.
This commit is contained in:
Jeff Teunissen 2007-03-22 06:23:43 +00:00
parent 0f475af35d
commit 93b87348dc
4 changed files with 7 additions and 3 deletions

View file

@ -38,9 +38,9 @@ $createQuery="CREATE TABLE news_main ("
function formatNews ($date, $user, $text)
{
return "<DL>\n"
.' <DT><FONT SIZE="-1">'
.' <DT>'
. "<EM>Posted on </EM>$date<EM> by </EM><STRONG>$user</STRONG>"
. "</FONT></DT>\n"
. "</DT>\n"
." <DD>$text</DD>\n"
."</DL>\n";
}

View file

@ -6,6 +6,6 @@
<A href="/copyright.php">Additional Copyright and Trademark Acknowledgements</A>
</SPAN>
</DIV>
<SPAN id="pi"><A href="/members.php">&#x03c0;</A></SPAN>
<DIV id="pi"><A href="/members.php">&#x03c0;</A></SPAN>
</BODY>
</HTML>

View file

@ -127,6 +127,8 @@ IMG.screenshot {
margin: 0;
padding: 0;
border: 0;
font-size: 9pt;
}
.newsBox DL DD {

View file

@ -127,6 +127,8 @@ IMG.screenshot {
margin: 0;
padding: 0;
border: 0;
font-size: 9pt;
}
.newsBox DL DD {