Would you like a BackLinkr with an Ordered List style like the one found above? To get an Ordered List style follow these directions.
Any BackLinkr will include the following CSS classes:
- ol.trackback
- ol.trackback li
- ol.trackback p.title
- ol.trackback p.timesince
- ol.trackback p.body
To get the look above we've left the backlinkr CSS classes almost completley empty. To match the font style found on our web-site (and right justify the screen shot image) we've added:
ol.trackback li {
font-family: tahoma;
}
img.screenshot {
width: 120px;
float: right;
clear: left;
padding: 5px;
}