Would you like a BackLinkr with an Unordered List style like the one found above? To get an Unordered List display 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 pretty empty. To match the font style found on our web-site, modify the list style and right justify the screen shot image we've added:
ol.trackback li {
font-family: tahoma;
list-style-type: disc;
}
img.screenshot {
width: 120px;
float: right;
clear: left;
padding: 5px;
}