--- a/bestofimms.tmpl Sun Feb 08 17:27:21 2004 -0500
+++ b/bestofimms.tmpl Mon Feb 09 23:29:08 2004 -0500
@@ -1,12 +1,21 @@
-<html>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <title>Fabien Niñoles's Top Songs</title>
+ <title>Fabien Niñoles's Top Songs</title>
+ <style type="text/css">
+ <!--
+ body { background: black; color: grey }
+ -->
+ </style>
</head>
- <body style="background: black; color: white">
+ <body>
<h1>Fabien Niñoles's Top Songs</h1>
<ul>
<TMPL_LOOP Bestof>
- <li style="color: <TMPL_VAR color>"><TMPL_VAR rating> - <tt><TMPL_VAR path></tt></li>
+ <li><span style="color: <TMPL_VAR color>"><TMPL_VAR rating> - <tt><TMPL_VAR path></tt></span></li>
</TMPL_LOOP>
</ul>
</body>