Hi All,
I need to use an image (back.gif) as a 'go back' link. Now I've tried:
{cms_selflink page="home" image="uploads/images/back.gif"}
And I'm getting nothing (nothing appearing where it should). I also saw this (below) on the forum and had a go but the page link is missing:
I must be missing something as this is such a simple thing to do. Can anyone point me in the right direction?
Thanks
Rob
Using an image for a 'go back' link, seems simple but how?
Re: Using an image for a 'go back' link, seems simple but how?
Code: Select all
{cms_selflink page="home" image="uploads/images/back.gif"}Code: Select all
{cms_selflink dir="start" image="uploads/images/back.gif"}-
Rob_H
Re: Using an image for a 'go back' link, seems simple but how?
Thanks for that. It does work only I chose to use a page alias that does not exist!!! I've been working too hard. Anyway both the methods you describle work great.

