Well, I just install the plug-in, it took a little effort, but is seems to work fine. My first problem was setting up the background image. Once I activated it the WP-Plugin, I could see the text-letter, but no background image. The problem was in the CSS. So this is what added to show the b-image and alignment over the image in the CSS:
–note that I had to take out the quote marks (‘ ‘) out of the ulr line, before it would read the image:
Before: background transparent: url (’tileop2.jpg’):
So this is what I ended up with… Perhaps the last 3 line are redundent, but it seems to line up the text over the image now.
.drop-case {
float: left;
display: inline;
background-image: url(tileop2.jpg);
background-repeat: no-repeat;
font-family: a€?Times New Roman”, Times, serif;
height: 75px;
width: 80px;
text-align: center;
color: #4933CD;
font-weight: bold;
font-size: 5em;
letter-spacing: 0px;
word-spacing: 75px;
line-height: 75px;
}
I’m going to fiddle with some more: change the image, size and style of the text, etc…
https://www.thomasso.com