Apply the font class from CSS, remove some font settings since they
authorJoey Schulze <joey@infodrom.org>
Thu, 26 Oct 2006 09:05:26 +0000 (09:05 +0000)
committerJoey Schulze <joey@infodrom.org>
Thu, 26 Oct 2006 09:05:26 +0000 (09:05 +0000)
are set in the CSS file already

Styles/service.style

index 2351840..3d5a8b2 100644 (file)
 </head>
 <body>
 
-<table width=100% border=0 cellpadding=0 cellspacing=0>
+<table class=font width=100% border=0 cellpadding=0 cellspacing=0>
 <tr>
-<td align=left valign=top width=10% bgcolor=#<submenu-bgcolor>><font face="Helvetica,Arial" size=-1 color="#<submenu-textcolor>">
+<td align=left valign=top width=10% bgcolor=#<submenu-bgcolor>><font size=-1 color="#<submenu-textcolor>">
 
-<table width=100% border=0 cellpadding=1 cellspacing=0 bgcolor=#<white>>
+<table class=font width=100% border=0 cellpadding=1 cellspacing=0 bgcolor=#<white>>
 <tr><td align=left valign=top>
 <img src=<root_prefix>pix/infocon-90.png alt=""><p>
 </td></tr></table><p>
 
 <td valign=top><img src=<root_prefix>pix/imgdot-1x1-transp.gif width=3 height=0 alt=""></td>
 
-<td valign=top align=left width=90%><font face="Helvetica,Arial">
+<td valign=top align=left width=90%>
 
-<table width=100% border=0 cellpadding=1 cellspacing=0 bgcolor=#<bar-bgcolor>>
+<table class=font width=100% border=0 cellpadding=1 cellspacing=0 bgcolor=#<bar-bgcolor>>
 <tr>
-<td align=left><font face="Helvetica,Arial" color=#<bar-textcolor>>
+<td align=left><font color=#<bar-textcolor>>
 &nbsp;<strong><get-var func></strong>
 </font></td>
-<td align=right><font face="Helvetica,Arial">
+<td align=right>
 <a href="<root_prefix>index.html"><font color="#<bar-textcolor>"><strong>Infodrom Service</strong></font></a></a>&nbsp;
-</font></td>
+</td>
 </tr>
 </table>
 
@@ -70,7 +70,7 @@
 
 %body
 
-</font></td>
+</td>
 </tr>
 </table>