Hi,

I am new to J2EE and i have a requirement to convert the image logo in the banner of the page to an image logo link.
How do i go about doing this, and where do i need to do it?

The JSP of my header where i found this looks soemthing like below:

<img src="${static:constructStaticResourceLink(context, 'images/xxx_logo_top.gif')}" alt="${logoAlt}" title="${logoAlt}"/>

Can someone plz help me, its urgent :(

This is a HTML question rather than a JSP question and all you need to do is wrap the <img> tags inside the anchor element (<a> tags).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.