Free Beautiful Css templates, Web designer tricks from expert
Could be useful for an address book style navigation.
<?php foreach (range('a', 'z') as $char) { print '<a href="#' . $char . '">' . $char . '</a> | '; } ?>
No comments:
Post a Comment