=anchor('myBlog', 'Back to Blog');?>
while this would work perfectly:
#linkBack {
background-image:url(/myBlog/CodeIgniter_1.7.2/pictures/arrow.gif);
position:fixed;
left:10px;
bottom:10px;
display:block;
height:58px;
text-indent:-9999px;
width:100px;
}
Back to Blog
it is an image used as a link...Could you let us know in what way it won't work?