Hi Hgoor
I'm not exactly sure whether you've got SPLAT! working on your blog or not but I'll do my best to answer your queries

.
When I went to have a look on your site I saw 'error: the server could not create this heading image'. Unfortunately, I can't duplicate this as all the servers I have access to create the images OK. However, if this error persists you could try this
from excitris.com. You'll need to add the code to templates/splat/dtr/heading.php not image.php as it states on their website. You can also change the font size of the generated text images in heading.php - it's currently set to 40px. If you want to resize the main heading you can change this in the template's style.css in the following section
Code: Select all
a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#header h1 {
color: #16425E;
letter-spacing: .5pt;
text-transform: uppercase;
padding-left: 6px;
margin-top: 0px;
text-decoration: none;
font: normal 70px "Helvetica Neue Condensed Bold", impact, verdana, helvetica, arial, sans-serif;
}
change 'font: normal 70px' to whatever size you want.
HTH
Dave