mirror of
https://git.code.sf.net/p/quake/website
synced 2025-03-13 21:21:59 +00:00
Remove the use of the FONT tag
Change pi's span to a div, this shuts up the validator.
This commit is contained in:
parent
0f475af35d
commit
93b87348dc
4 changed files with 7 additions and 3 deletions
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
<A href="/copyright.php">Additional Copyright and Trademark Acknowledgements</A>
|
||||
</SPAN>
|
||||
</DIV>
|
||||
<SPAN id="pi"><A href="/members.php">π</A></SPAN>
|
||||
<DIV id="pi"><A href="/members.php">π</A></SPAN>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
|
|
@ -127,6 +127,8 @@ IMG.screenshot {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
.newsBox DL DD {
|
||||
|
|
|
@ -127,6 +127,8 @@ IMG.screenshot {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
.newsBox DL DD {
|
||||
|
|
Loading…
Reference in a new issue