Image with an URL on click over

Dear all,

I’m trying to insert an url under an image in a header form.
If I choose image I have only possibility to insert the name of it as i.e. grp__NM__image-logo.gif.
Is it possible to have a reference like that:

<A HREF=“The URL of the site”><img src=“The URL of the image”></A>

Have I to use “value” instead of image ??
If yes how is the exact sintax and overall how can I choose the right image (have I to a kind of path? and when I publish to a server ?)

Many thanks
Giovannino

Re: Image with an URL on click over

This may get you going in the right direction:
http://www.scriptcase.net/forum_en_us/index.php?topic=1642.0

Regards,
Scott.

Re: Image with an URL on click over

FYI

this syntax works well:

<a href= ‘http://www.xxxxxxxx.com’><img src=‘http://PATH/logo_sample.gif’; border=‘0’></a>

You can use it also in Header / Footer directly using “value” and then the content above on the field.

Bye
Giovannino