For a long time I had resisted converting my DVD and Blu-Ray disks into any other format because I didn’t want to lose any quality. I had lived by this rule for a long time, and thankfully companies like QNAP and Thecus came to my storage rescue. However, the day has come where the cost of storing all the extra garbage that comes along with these movies has opened my eyes to benefits conversions. With that, I have began converting my movie collection to a format that allows me to lose all the excess fat, but keep my movie loss-less. Read More…
Separate WordPress Posts with an Image
Date: August 19th, 2010
Author: Joe DiFiglia
Category: Wordpress
Article URL: http://computingondemand.com/?p=4469
For a lot of us, transitioning from one post to another can be difficult to do. I try to do it with a Post Thumbnail, but it just seems like it is missing something. There is an easy way you can separate posts with a separator image and all you have to do is modify your theme's style.css file.You must start by creating an image or finding an image for the separation. Feel free to take ours ![]()
Edit your theme's style.css file
find .post { and change the contents.
Before:
.post {
margin : 0px 0px 15px 0px;
}After:
.post {
margin : 0px 0px 15px 0px;
background : transparent url(images/postseparator-468.jpg) no-repeat bottom;
}That's all there is to it.
Note: These functions are not of my own creation, simply things I have found along the way. If you are the author of this function, please let me know so I can properly credit you with your work!


