Switch to unified view

a/website/custom.html b/website/custom.html
...
...
436
<br clear="all">
436
<br clear="all">
437
<img src="resparpics/clean.png"/>
437
<img src="resparpics/clean.png"/>
438
438
439
439
440
440
441
<h3>Another clean and nice one, using both a bit of header code and a
442
  custom paragraph format</h3>
443
444
<p>This one also uses the custom icons set from
445
<a href="http://kde-look.org/content/show.php?content=145669">
446
  this kde-look page</a>.</p>
447
448
<p>The header code:</p>
449
450
<pre>
451
&lt;style type="text/css"&gt;
452
body {
453
    color: rgb(0, 0, 0);
454
    background-color: rgb(224, 224, 224);
455
}
456
&lt;/style&gt;
457
</pre>
458
459
<p>The paragraph code:</p>
460
461
<pre>
462
&lt;table style="background-color: white; width: 950px;"
463
border-style="none" border-color:="" border="0"&gt;
464
&lt;tbody&gt;
465
&lt;tr&gt;
466
&lt;td rowspan="4"
467
style="width: 68px; text-align: center; background-color: rgb(238, 238, 238);"&gt;
468
&lt;img src="%I" height="32" width="32"&gt;
469
&lt;p style="font-family: sans-serif;"&gt;&lt;b&gt;%R&lt;/b&gt;&lt;/p&gt;
470
&lt;p style="font-family: sans-serif; color: rgb(0, 153, 0);"&gt;&lt;br&gt;
471
&lt;/p&gt;
472
&lt;/td&gt;
473
&lt;td style="vertical-align: top;"&gt;&lt;br&gt;
474
&lt;/td&gt;
475
&lt;th
476
style="font-family: sans-serif; background-color: white; text-align: left;"
477
colspan="3" bgcolor="lightgrey"&gt;%T&lt;/th&gt;
478
&lt;/tr&gt;
479
&lt;tr&gt;
480
&lt;td style="vertical-align: top; width: 11px;"&gt;&lt;br&gt;
481
&lt;/td&gt;
482
&lt;td
483
style="text-align: center; font-family: sans-serif; background-color: rgb(249, 249, 249);"&gt;%M&lt;/td&gt;
484
&lt;td
485
style="text-align: center; font-family: sans-serif; background-color: rgb(249, 249, 249);"&gt;%D&lt;/td&gt;
486
&lt;td
487
style="font-family: sans-serif; text-align: right; background-color: rgb(249, 249, 249);"&gt;%S&lt;/td&gt;
488
&lt;/tr&gt;
489
&lt;tr style="font-family: sans-serif; color: rgb(0, 153, 0);"&gt;
490
&lt;td style="vertical-align: top;"&gt;&lt;br&gt;
491
&lt;/td&gt;
492
&lt;td colspan="3"&gt;&lt;a href="E%N"&gt;%U&lt;/a&gt;&lt;/td&gt;
493
&lt;/tr&gt;
494
&lt;tr style="font-family: sans-serif;" 8=""&gt;
495
&lt;td style="vertical-align: top;"&gt;&lt;br&gt;
496
&lt;/td&gt;
497
&lt;td colspan="3"&gt;%A&lt;/td&gt;
498
&lt;/tr&gt;
499
&lt;/tbody&gt;
500
&lt;/table&gt;
501
&lt;br&gt;
502
&lt;br&gt;
503
</pre>
504
505
<br clear="all">
506
<img src="resparpics/christopher.png"/>
507
441
    </div>
508
    </div>
442
  </body>
509
  </body>
443
</html>
510
</html>
444
511