I visited the site for FLV Embed a couple of hours ago and really liked the layout they used for downloading: Image This looks like some sort of plugin to me. Been looking for it for a couple of hours now with no success so wondered if anyone recognized it.
ClaytonJames
Member
Posted 1 year ago #
I don't think it's a plugin. It's a class the author has defined in the stylesheet that places the .png image next to the download link.
From the .css;
a.plugin_dl {
font-size: 1.1em;
font-weight: bold;
background: url('/blog/plugin/plugin.png') no-repeat center left;
padding-left: 24px;
margin-left: 3px; }
From the source code; (edited)
title="Download FLV Embed 1.1" class="plugin_dl" rel="nofollow">FLV Embed plugin 1.1 for WordPress 2.5+
ClaytonJames
Member
Posted 1 year ago #