Banner Logo Image in unstructured templates

Hello
Trying to get an UI template together in 3.0.8, but when I use <TD WIDTH=33% ALIGN=LEFT VALIGN=TOP>
<IMG SRC=#BANNER.LOGO#</TD> then I get a 'missing image' place holder as well as the image chosen for the logo on the page creation screen. Can anyone shed light on what might be happening here? If I delete the image from the page edit screen then I just get the one placeholder on the displayed screen. If I take the IMG tag out of the above code then both the image and the placeholder disappear. It appears to be trying to display two images.
I'd be grafeful for any help on this, 'cos by brow is starting to hurt from the furrowing.
Kunnagh

Hi,
#BANNER.LOGO# is used to replace the logo. This is a substitution tag. You cannot use in the <IMG> tag. You should use without the <img> tag. Here is a sample. The #BANNER# and #PAGE# tags will work only if the template is used by a page.
<HTML dir=#DIRECTION#>
<HEAD>
<TITLE>#TITLE#</TITLE>
#PAGE.STYLE#
#PAGE.BASE#
</HEAD>
<BODY leftMargin="0" rightMargin="0" topMargin="0" marginheight="0" marginwidth="0" class="PageBG">
#BANNER#
#BANNER.LOGO#
<TABLE>
<TR>
<TD><IMG SRC="#IMAGE_PREFIX#pobtrans.gif" BORDER="0" WIDTH="0" HEIGHT="4"></TD>
</TR>
</TABLE>
#PAGE.SUBPAGELINKS#
#BODY#
</BODY>
</HTML>
Thanks,
Sharmila

Similar Messages

  • Change the logo image in a seeded template

    My application adopts template "Tabs (2) no left nav1". I want to change the logo image of the template to my own one. How to do that?
    I have uploaded the image to Image Repository by Utilities wizard. And found the following text in editing "Tabs (2) no left nav1" template:
    <td rowspan="2"><img src="#IMAGE_PREFIX#generic_home.gif" height="72" border="0" alt="logo"></td>
    But what shuld I change #IMAGE_PREFIX# to? what's the substitution string for Image Repository?
    Thanks,
    May

    Scott,
    Thanks. I have changed my logo following the steps.
    Just found there is a minor overlook on the documention:
    "...First, we need to include the substitution string #WORKSPACE_IMAGE# referring to the location ..."
    It's missing "S" after IMAGE, should be #WORKSPACE_IMAGES#
    Thanks,
    May

  • Responsive design top logo image

    I have problems with my responsive design: top logo image doesn't follow the various widths. Fex. the mobile display width or the maximum width display. I've tried to fix this by adding a srcset with tree different image sizes but that does't work either. The fluid grid template is DW:s own, it's the latest version of DW from Creative Cloud.
    These are my two attempts:
    <header class="fluid" id="logga"><img src="Images/Logga4.jpg" srcset="Images/logga1 300w, Images/logga2 650w, Images/logga3 1150w" alt="Logga"/></header>
    and the one without srcset: <header class="fluid" id="logga"><img src="Images/Logga4.jpg" alt="Logga"/></header>
    Any ideas?

    See if this live example helps you.  I have 3 different images -- desktop, tablet and mobile.
    Alt-Web :: Fluid Grid Test #4
    Relevant CSS code:
    /**for desktop**/
    .desktop {display:block;}
    .mobile, .tablet {
        display:none;
    /* Special Rules for tablets */
    @media only screen and (max-width: 768px) {
        .desktop, .mobile {display:none}
        .tablet {display:block}
    /* Special Rules for mobiles */
    @media only screen and (max-width: 480px) {
        .desktop, .tablet {display:none}
        .mobile {display:block}
    Relevant HTML code:
         <div class="gridContainer clearfix">
         <img class="banner desktop" src="http://placehold.it/1056x200/198EBA/FFFFFF&text=DESKTOP.jpg" alt="desktop image" />
         <img class="banner tablet" src="http://placehold.it/800x100/2A4D6B/FFFFFF&text=TABLET.jpg" alt="tablet image" />
         <img class="banner mobile" src="http://placehold.it/320x75/FFC000/000000&text=MOBILE.jpg" alt="mobile image" />
    </div>

  • Display of image in rtf template

    Hi,
    I have a tag in my xml file like
    <ImageDistributeur>IMAGE:D:\EXPLOIT_UNPMF\Edition\Image\L29004G.tif</ImageDistributeur>
    and the image is stored in the particular location specified inside the tag.
    The xml file doesnt contain the image...
    My question is how can i use the tag and get the image in the template.
    I dont want to embed the image directly into the template as it is a dynamic logo...
    so i have to use the xml tag.
    but if use the above <ImageDistributeur> tag... its obvious that the text inside the tag only will be printed...
    Is there any other way to get the image from the path specified ..if so please guide me in this issue.

    Hi,
    have a look at Tims Blog: http://blogs.oracle.com/xmlpublisher/2006/05/02#a25
    Regards
    Rainer

  • How to display a blob image in RTF template's Header.

    Hi,
    I want to display a blob image (logo company) in my RTF template,
    my problem is how i can display this image in the template's Header.
    I tried this
    <?
    <fo:instream-foreign-object content-type="image/jpeg" >
    <xsl:value-of select=".//LOGO"/>
    </fo:instream-foreign-object>
    ?>
    but was unsuccessful
    Thanks in advance.

    I tried this
    <?
    <fo:instream-foreign-object content-type="image/jpeg" >
    <xsl:value-of select=".//LOGO"/>
    </fo:instream-foreign-object>
    ?>
    but was unsuccessful
    sure
    what is red elements ?
    you template can be looks like
    ..... some data .....
    ( after  all data )
    <?template:footer_logo?>
    <fo:instream-foreign-object content-type="image/jpeg" ><xsl:value-of select=".//LOGO"/></fo:instream-foreign-object> (as field )
    <?end template?>
    <?call-template:footer_logo?> ( in header/footer )
    some remarks https://oralublog.wordpress.com/2014/10/04/bi-publisher-11g-footers-and-headers-in-rtf-template/

  • Changing logo image in search page

    Hi Mr Roger Ford,
    Would you please to help me.
    I'm using SES 11.1.2 on SuSE Linux SLES 10.
    I would like to change the logo image in search page.
    I have followed step by step in:
    http://download.oracle.com/docs/cd/E14507_01/apirefs.1112/e14133/objects008.htm#BABGAHHE
    http://download.oracle.com/docs/cd/E14507_01/apirefs.1112/e14133/objects008.htm#sthref166
    when I reach the step:
    create skinBundle NAME=example INPUT_FILE=example.xml --ATTACHMENT_
    LIST=example.lst
    I get error:
    the attachment file "assets/images/example.gif" which path is "/scratch/skins/example/assets/images/example.gif" in the list file doesn't exist ( It is my translation from French)
    I have created the directory:
    /opt/oracle/seshome/example/templates
    /opt/oracle/seshome/example/assets/images
    /opt/oracle/seshome/scratch/skins
    and i have put example.gif in the /opt/oracle/seshome/example/assets/images directory all the oter steps
    I just would like to change only the OracleLogo.
    PLEASE HELP ME.
    Edited by: Ranou on Nov 18, 2010 9:23 PM

    Thank you for your answer Mr Roger Ford.
    my file example.lst becomes:
    /opt/oracle/seshome/example/assets/images/example.gif::/scratch/skins/example/assets/images/example.gif
    /opt/oracle/seshome/example/assets/images/search.jpg::/scratch/skins/example/assets/images/search.jpg
    /opt/oracle/seshome/example/assets/images/rss.jpg::/scratch/skins/example/assets/images/rss.jpg
    /opt/oracle/seshome/example/templates/inc_footer.ftl::/scratch/skins/example/templates/inc_footer.ftl
    /opt/oracle/seshome/example/templates/inc_logo_querybox.ftl::/scratch/skins/example/templates/inc_logo_
    querybox.ftl
    /opt/oracle/seshome/example/templates/results.ftl::/scratch/skins/example/templates/results.ftl
    And I have got the same error.
    I have tryed a second file: example.lst as follows:
    /opt/oracle/seshome/example/assets/images/example.gif::/opt/oracle/seshome/scratch/skins/example/assets/images/example.gif
    /opt/oracle/seshome/example/assets/images/search.jpg::/opt/oracle/seshome/scratch/skins/example/assets/images/search.jpg
    /opt/oracle/seshome/example/assets/images/rss.jpg::/opt/oracle/seshome/scratch/skins/example/assets/images/rss.jpg
    /opt/oracle/seshome/example/templates/inc_footer.ftl::/scratch/skins/example/templates/inc_footer.ftl
    /opt/oracle/seshome/example/templates/inc_logo_querybox.ftl::/opt/oracle/seshome/scratch/skins/example/templates/inc_logo_
    querybox.ftl
    /opt/oracle/seshome/example/templates/results.ftl::/opt/oracle/seshome/scratch/skins/example/templates/results.ftl
    And I have got the same error too.
    Would please to help me Mr Roger Ford.

  • Aligning APEX logo image to the right

    I've been poking around a number of places trying to get my logo image to align to the right of the page rather than the left to no avail. It can't be that difficult and hoping someone can shed some light on the subject. I am using the "Red" standard theme.
    Insights and suggestions appreciated.
    JES

    jes2008 wrote:
    I've been poking around a number of places trying to get my logo image to align to the right of the page rather than the left to no avail. It can't be that difficult and hoping someone can shed some light on the subject. I am using the "Red" standard theme.
    Insights and suggestions appreciated.
    JESHello JES
    I think you need to take a look at HTML Code which is displayed on the web browser for you..
    a tool such as FIREBUG can be of great assistance to you and help you more on this matter..
    but what ever you do i think it will be very hard for you...if you try modifying existing CSS classes on the MASTER TEMPLATE...
    how about looking at the MASTER TEMPLATE of your theme and make changes on it...
    if i were you i would make an extra TABLE ROW on the template...
    like the following...
    <table width="100%" cellpadding="0" cellspacing="0" border="0" summary="">
    <tr>
    <!-- APEX allows comments just like normal HTML page..been a while since i worked with APEX so i do not remember the tags correctly -->
    <td class="rightLogo"><img src="#IMAGE_WORKSPACE#imageName.jpg" /></td>
    </tr>
    <tr>
    <td valign="top" class="t1Logo">#LOGO##REGION_POSITION_06#</td>
    <td valign="top" width="100%">#REGION_POSITION_07#</td>
    <td align="right" valign="top">#NAVIGATION_BAR##REGION_POSITION_08#</td>
    </tr>
    </table>by doing the above..then you have complete control of your image logo and where you can position it on the browser...
    I hope this helps...
    Regards
    Noel Alex Makumuli,
    Tanzania

  • Logo image in titles disappear when open project on other PC

    Hi You all!
    Got a problem with Premiere Pro CS5 regarding titles. We´re a group of people who uses the same CS5-project file as a template (write protected) from a server out on different computers.
    For each new project we open the template-project from the server and do a "save as" before we start editing on our own PC.
    The problem occurs with our titles in this template-project. We have a pretty straightforward title with a background and text created in the title editor. Then we also  import a logo in png-format in the title editor. This works great when we open the project on the same computer as its made on. But when someone opens the project on another computer from the server the image is gone and there's a "Logo" text where the logoimage was. To get the image back we ned to open the title in the editor, klick on the "logo" and the smal square in the tools to the right and browse the image file.
    This is hard unecessary work to do when we do changes etc in the template project.
    Hope there is some way to get the logo image to stay in the title when the project is used on other PC:s.
    Hope I have managed to explain the issue ok. Thanks for any help with this.

    You explained it well enough.
    But in my experience, you will have to redo the logo every time you switch computers.  I don't know why PP keeps losing that link, but it does.
    The better option would be to create the title in Photoshop, including the logo, and bring that into the template project instead of using a PP title.

  • Suppress banner / logo on Printable Page

    Hi,
    Is it possible to suppress banner/logo printing on the Printable Page. The page I am using is a standard oracle page but has a bespoke logo and banner and when I click on the Printable Page, the top level details are overlapped by the banner and logo.
    Is there a way to push the details that appear at the top to print below the banner or is there a way to stop printing the banner and logo only on the Printable page? We are on R12.1.3 (irecruitment)
    Appreciate if someone can help me please.
    Many Thanks,
    Praveen

    Hi John
    You cannot do this I'm afraid. The logo that you can set for Discoverer Plus / Viewer only displays on the screen. It does not print out. Because of the not too distant interface between Discoverer and BI Publisher (thinking 4th quarter this year) I don't see Oracle losing any sleep over adding this functionality to Discoverer. This is because you will be able to do this inside BI Publisher.
    In the interim, have you considered printing from Desktop? I ask because Desktop has the ability to add a bitmap image as the background to a header. You coulod create your report in Plus then edit it in Desktop to add your logo, finally printing from Desktop.
    This only works in Desktop though so even if you add an image using Desktop you still won't be able to see or use it using either Plus or Viewer.
    Now one caveat to this is that Desktop cannot print directly to PDF. There's always a gotcha isn't there? However, there's a workaround for this too by using one of the myriad of third-party PDF generation tools such as Amyuni or PDF Creator.
    I gave a presentation on this at the recent ODTUG conference in Daytona Beach. That presentation is available for free download from my website at this address: http://learndiscoverer.com/downloads/downloads.htm If you scroll about half way down look for a paper called AutomatedScheduling.zip. That's the one and inside you will see referenced to printing to PDF from within Desktop.
    Hope this helps
    Regards
    Michael

  • Portal Unstructured Template Question About Edit Links

    Hi, I have an unstructured template that I'm making. If I want to use an image for my edit link instead of using this #PAGE.EDITPAGE.LABEL#
    How would I block someone who is not allowed from editing a page from seeing the image?

    Hi Lorenzo,
    you can create a new ivew based on the component com.sap.km.cm.navigation or just copy the iView <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/e8/e1401acdfd11d5994200508b5d5211/frameset.htm">Link List</a> located under "Portal Content / Content Provided by SAP / End User Content / Standard Portal Users / iViews / com.sap.km.iviews" and add it to your portal page.
    Here you find more information about <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/b6/29892e91601940bb7a2cd673a1dff5/content.htm">KM Navigation iViews</a> in general.
    After that you go to "Organize Entries" and create some links via Links(Context menu) -> New -> External Link (Internal Links are lins to documents or folders inside KM).
    The last thing you have to do is to set the correct permissions. For that you go to "Content Administration -> KM Content -> documents / Links" where you should see your created links and use the context menu to go "Details" -> "Settings" - "Permissions". Remove the group everyone and add the group of users who should be the only ones to see the link.
    Do this proccess for every link and you should be done.
    Hope this helps,
    Robert
    PS: Feel free to use the colored stars as another way of saying thanks.

  • ACS UCP banner logo changes asistance required

    Dear all,
    I'm looking for help from ACS expert about UCP (User Change Password) the landing page banner logo changes. Your advice is very appreciated. Let me explain in details.
    My company has ended the contract with vendor back to few months ago. All the network devices included ACS are now handed over to our management. The ACS UCP (User Change Password) landing page has been changed by previous vendor from Cisco logo to their company Logo. Since now the device has been changed management. My manager would like this logo to change it back to my company logo. I had try to search through the whole ACS clickable function but no luck and try to search through Cisco link but do not find the related documents.
    Can any ACS expert to guide me or link me to the correct document what should I do to make this changes? The sample of Cisco UCP page are attached, the logo i meant is the top left corner logo. I brush it out and replace with ABC company.TQVM.
    Very very appreciate your advice.
    Regards
    Chong

    If you have the webpage directory of the UCP you can use the tools within IE, Mozilla or Chrome to find out which image is used in the webpage. This depends on how the webpage was construced meaning if a style sheet or simple html tag for the logo your are looking to replace.
    You will most likely need to restart the web server. (always keep a backup of your old config and track your changes carefully).
    You can try to ask TAC to see if they can provide assistance, but this is not supported, only the test code they provide falls within support any customization is expected to be documented on the customer's end for scenarios like this, however it doesnt hurt to ask. You can also suggest someone at your company if you have a web development team (I do not mean to sound insulting in anyway, but I myself could not build a webpage to save my life and have always found luck when my customer's provide web development code that I can play with and modify if needed).
    Mozilla -
    https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector
    Chrome -
    http://webdesign.about.com/od/chrome/a/view-source-chrome.htm
    I.E.-
    http://support.microsoft.com/kb/176222
    You should be able to google for additional browsers as well.
    Thanks,
    Tarik Admani
    *Please rate helpful posts*

  • Dynamic image in the template builder plug-in does not work

    Hi all,
    The documentation says:
    Direct Insertion
    Insert the jpg, gif, or png image directly in your template.
    +...This works obviously+
    URL Reference
    1. Insert a dummy image in your template.
    2. In Microsoft Word's Format Picture dialog box select the Web tab. Enter the following syntax in the Alternative text region to reference the image URL:
    url:{'http://image location'}
    For example, enter: url:{'http://www.oracle.com/images/ora_log.gif'}
    +...This works too when I hardcode an url as url:{'http://www.google.com.tr/images/firefox/mobiledownload.png'}+
    Element Reference from XML File
    1. Insert a dummy image in your template.
    2. In Microsoft Word's Format Picture dialog box select the Web tab. Enter the following syntax in the Alternative text region to reference the image URL:
    url:{IMAGE_LOCATION}
    where IMAGE_LOCATION is an element from your XML file that holds the full URL to the image.
    +...This, however, does not work.+
    I use Apex' report query tool and My query is like
    select 'http://www.google.com.tr/images/firefox/mobiledownload.png' IMAGE_LOCATION from ... (a single result set for my template)
    the xml data is generated with an IMAGE_LOCATION tag. I load it to word template plug-in. The Url successfully displays in the report if I make it a plain-simple field.
    But when it's in the image format->web->alt text as url:{IMAGE_LOCATION} no image displayed.
    I need to keep this design procedure simple so a simple word user could design a report via using just template builder plug-in. I don't wish to explore the xsl-fo area...yet.
    Could you tell me why I can't get this url:{IMAGE_LOCATION} to work?
    Regards
    PS: My BI version: 10.1.3.4.1
    Edited by: oeren on Jun 8, 2011 12:28 AM

    Oeren,
    I stumbled across this little tidbit buried in the BI Publisher forum: Dynamic Images in rtf
    Glad you are up and running!
    Joshua

  • PDF Watermark - logo image is not displayed in ibr converted pdf

    Hi
    I have enabled pdf watermark administration and configured image watermark with rule, if the content type is document then the image watermark is to be applied but it is not displayed to the converted word document to pdf by IBR.
    If i change image watermark layer to "over", then image watermark is displayed, but word are displayed under the logo image watermark, so it is difficult to study the document.
    If the native file is pdf, then its image watermark is working fine.
    Thanks
    Deepak

    Hi ,
    I think this could be caused by the following :
    Check the factor set for Transparency and if it is completely opaque (Transparency =0%) then the converted PDF's will not show watermarks which has Layer set to UNDER.
    To get the watermarks displayed PPT's will need to be set to Transparency = 100% .
    The intention of the UNDER watermarking layer is that it should appear"behind" whatever is in the content layer.If the content layer completely covers the page and is opaque, then nothing behind it will be visible,including watermarks.The only reasonable solution is to check the above mentioned value before submitting the PPT's for conversion so that users are aware of this behavior for PPT's
    The above description if for PPT's where in this was found to be caused by the transparency factor of native PPT . If it is a word document then check for the same setting and set to 100% , then test .
    Hope this helps .
    Thanks,
    Srinath

  • Unable to use the Logo Image

    Hi all,
    I want to use Logo Image at the Title of a report. But the problem is i am unable to use this .jpg file in Title Logo.
    I have copied the desired jpg in these two locations :
    OracleBI\Oracle_BI1\bifoundation\web\app\res\s_blafp\images
    OracleBI\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\analytics_11.1.1\7dezjl\war\res\s_blafp\images.
    Also i have restarted the Services .Then also i am unable to see the image file .
    Here i have used the same process in our development server and it's working without any issues. I have done the same changes on my QA Server, but it's not working on QA.QA Server is 2 node Clustered environment.
    Any help is Appreciated.
    Thanks
    Rondo.

    You should be creating and deploying your own application for skin/style customisations, not amending images in-place. See docs:
    - http://www.rittmanmead.com/2010/12/oracle-bi-ee-11g-styles-skins-custom-xml-messages
    - http://www.oracle.com/technetwork/middleware/bi/customizing-oracle-biee-11g-176387.pdf

  • How can i display image in RTF template when Oracle Apps running in Windows

    Can any body help how can i display image in RTF template when oracle apps running in Windows Server.
    Thanks
    Ravi

    Hi Ravi,
    You can add images into your rtf template using MS Word Insert Picture feature.
    Did you try this method?
    Thanks
    Ravi
    [email protected]

Maybe you are looking for