--- a/website/custom.html
+++ b/website/custom.html
@@ -438,6 +438,73 @@
+<h3>Another clean and nice one, using both a bit of header code and a
+ custom paragraph format</h3>
+
+<p>This one also uses the custom icons set from
+<a href="http://kde-look.org/content/show.php?content=145669">
+ this kde-look page</a>.</p>
+
+<p>The header code:</p>
+
+<pre>
+<style type="text/css">
+body {
+ color: rgb(0, 0, 0);
+ background-color: rgb(224, 224, 224);
+}
+</style>
+</pre>
+
+<p>The paragraph code:</p>
+
+<pre>
+<table style="background-color: white; width: 950px;"
+border-style="none" border-color:="" border="0">
+<tbody>
+<tr>
+<td rowspan="4"
+style="width: 68px; text-align: center; background-color: rgb(238, 238, 238);">
+<img src="%I" height="32" width="32">
+<p style="font-family: sans-serif;"><b>%R</b></p>
+<p style="font-family: sans-serif; color: rgb(0, 153, 0);"><br>
+</p>
+</td>
+<td style="vertical-align: top;"><br>
+</td>
+<th
+style="font-family: sans-serif; background-color: white; text-align: left;"
+colspan="3" bgcolor="lightgrey">%T</th>
+</tr>
+<tr>
+<td style="vertical-align: top; width: 11px;"><br>
+</td>
+<td
+style="text-align: center; font-family: sans-serif; background-color: rgb(249, 249, 249);">%M</td>
+<td
+style="text-align: center; font-family: sans-serif; background-color: rgb(249, 249, 249);">%D</td>
+<td
+style="font-family: sans-serif; text-align: right; background-color: rgb(249, 249, 249);">%S</td>
+</tr>
+<tr style="font-family: sans-serif; color: rgb(0, 153, 0);">
+<td style="vertical-align: top;"><br>
+</td>
+<td colspan="3"><a href="E%N">%U</a></td>
+</tr>
+<tr style="font-family: sans-serif;" 8="">
+<td style="vertical-align: top;"><br>
+</td>
+<td colspan="3">%A</td>
+</tr>
+</tbody>
+</table>
+<br>
+<br>
+</pre>
+
+<br clear="all">
+<img src="resparpics/christopher.png"/>
+
</div>
</body>
</html>