Well, the relevant section in the html on Matt’s blog shows the following:
<p id="blogtimes"><img src="/blog/wp-images/blogtimes.png" alt="Times when I have posted during the last month" /></p>
The CSS for id="blogtimes" is just a centering call.
Apparently the plugin outputs info as a .png.
Thread Starter
bk
(@bk)
Do I just create a blogtimes.png file myself and upload it? And I don’t have to enter anything in CSS, right?
Example at the bottom of this page: http://photomatt.net/scripts/
It just generates an image, so you can just do a standard <img> tag with no CSS or anything if you want. It’s up to you.
Thread Starter
bk
(@bk)
Ohh, okay. Thanks. Works, but I might remove it for now. 🙂