Thanks Mercime. I guess each time I want to make a new blog I’ll have to install wp each time.
Use the HTML tab and use something like this:
<img style=”float:left;padding-right:25px;border:none” src=”where you have the image stored on your server” alt=”whatever you want to put here” />
What this does is float your image to the left (float:left;). Then it adds 25px of space (padding-right:25px;)between the right edge of the image and the leading edge of your text. You can increase or decrease the space by changing the 25px to whatever suits you.
Hope this works for you
Alchymyth, your suggestion worked perfectly and it allows me to keep the title available for SEO – which I forgot about in my original questioning.
Thanks again for both of the suggestions!
Allvixen