OK so basically, this is what I've done so far:
<?php the_content( __( '<a href="<?php echo get_permalink(); ?>"><img src="http://geekhang.com/wp-content/themes/twentyten/images/contread.gif" width="165" height="40" alt="Continue Reading..."></img></a>', 'twentyten' ) ); ?>
When I put <?php echo get_permalink(); ?> in the href quotation marks, the image doesn't show up but when I remove it, the image shows up with a link to the homepage, how can I change this so it links to the post page or how it normally goes to the place on the post page where the continue read line thing was inserted.
I hope you know what I mean lols :P
Thanks