Modifying the BannerΒΆ

You can modify several elements of the banner.

The following figure shows a sample banner, illustrating the elements that can be modified.

You can modify the logo on the left in section <c:client>:

<c:headerLogoUrl>images/headerLogo.png</c:headerLogoUrl>

You can also modify the text that appears when you scroll over the logo, as well as the link the user is directed to when clicking on the link in section <c:client>:

<c:headerLogoTitle>Go to UShareSoft.com</c:headerLogoTitle>
<c:headerLogoLink>http://usharesoft.com</c:headerLogoLink>

You can modify the image that appears in the middle of the banner, in section <c:client>:

<c:bannerUrl>images/banner.png</c:bannerUrl>

You can also modify the text that appears when you scroll over the banner image, as well as the link the user is directed to when clicking on the link in section <c:client>:

<c:bannerTitle>Go to sign up form</c:bannerTitle>
<c:bannerLink>http://usharesoft.com/products/signup/</c:bannerLink>