Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Philipp v. Criegern | > | SmartTemplate | > | example.html | > | Download | ||
|
Download |
<html> <head> <title>{TITLE}</title> <style type="text/css"> .BG_0 { background-color: #D0D0D0; } .BG_1 { background-color: #F0F0F0; } </style> </head> <body> <h2> {TITLE} </h2> <table border="1" cellpadding="2" cellspacing="0"> <!-- BEGIN links --> <tr class="BG_{ROWBIT}"> <td> {ROWCNT} </td> <td> {TITLE} </td> <td><a href="{URL}"> {URL} </a></td> </tr> <!-- END links --> </table> </body> </html> |