Hi Ian, I have managed to do something which I want, but am annoyed as I don't understand why it works.
Wanted to change the text at the bottom of the page that says "edit this" to a clickable image.
Looked at some other themes and found some code that works, but I want to understand why,
<?php edit_post_link('<img src="' . get_bloginfo('template_directory') . '/images/page_edit.png" title="'. __('Edit this post','thematic') .'" />','','Edit this Page'); ?>
Basically, what does the "." in front of get_bloginfo and the "." in front of /images achieve?