Search This Blog
Showing posts with label online. Show all posts
Showing posts with label online. Show all posts
javascript: make your table sortable in your blogger post
Include the code below in your post(HTML):
<style type="text/css">
/* Sortable tables */
table.sortable thead {
background-color:#eee;
color:#666666;
font-weight: bold;
cursor: default;
}
</style>
<script src="http://www.kryogenix.org/code/browser/sorttable/sorttable.js"></script>
Mark your table as a sortable one by giving it a class of "sortable":
<table class="sortable">
See also
Online Zodiac Sign Checker
Date of birth:
Zodiac Sign
| Symbol | Sign names | English name | Element | Quality | Polarity | Celestial body | Period of birth |
|---|---|---|---|---|---|---|---|
| Capricorn | The Goat | Earth | Cardinal | Negative | Saturn | December 22 - January 20 |
Online Code Formatter for blogger
Note: the code formatter below can translate code fragment into HTML safe string. Can be used to post source code into blogger.
Usage: post your source code into the source code area then click the "Format" button.
Subscribe to:
Posts (Atom)