Issue:
The banner does not display the image.
Resolution:
Adding single quotes around the image location.
File location can be found here- c:\Inetpub\wwwroot\Production Portal\Layouts\Banner Layouts\ThemeName\Banner.ascx
Image path should look like the following:
<!-- Banner Content -->
<table height="55" width="100%" style="background-color: 00235B; background-image:url('Layouts/Banner Layouts/ThemeName/images/BannerImage.gif'); background-repeat: no-repeat;">
<tr><td> </td></tr>
</table>
Comments
0 comments
Please sign in to leave a comment.