Hi, All,
I have a workaround to add a custom logo/banner for a particular application, however, it is not an ideal solution. I need help to figure out how to either get the image I need from the image using #WORKSPACE_IMAGES# since image(s) have been uploaded or how to reference them from the 'i' drive of apache where I also have them copied.
In the page 0 region I have defined an 'After Header' source as follows:
<div style="margin:25px 0px 0px 0px; background-image:urlXXXXXXXXXXXXXXXXXXXXX; background-repeat:repeat-x">
<div style="margin:auto; width:900px">
<img width="900" height="150" alt="XXXXXXXXXXX" src=#WORKSPACE_IMAGES#logo.png>
</div>
</div>
URL reference above (doesn't want to show up in Code section) is like: ('https://www3.server.edu/image/banner.png')
This then places the banner/logo combination very nicely on every page of the application exactly where I want it.
HOWEVER--I want to avoid using a URL reference for part of the 'banner' image. The 'logo.png' reference using #WORKSPACE_IMAGES# works fine and if someone could help me figure out how to get the background 'banner' part to work using the substitution variable that would be great--or alternatively help me figure out how to get the background image directly from the images directory without a URL reference. As I stated, the above is working for now but is not ideal since it is relying on a URL that could change.
Thanks,
Pat
Edited by: patfmnd on Aug 2, 2012 10:04 AM
Edited by: patfmnd on Aug 2, 2012 10:04 AM
Edited by: patfmnd on Aug 2, 2012 10:26 AM