How to add our logo to the top of our portal

Is there an EASY way to add our corporate logo to our portal?
Thanks!

Hi Patrick,
I believe I have (an idea).
You'll have to use the (System Adminstration -> Portal Display ->) Desktop & Display Rules.
You might like to check out those links:
https://media.sdn.sap.com//ebooks/ep6/addons/exercises/Themes.htm
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/portal customization.abst
Hope this helps/solves your problem,
Robert

Similar Messages

  • Pages 5.2.2 - how to add a logo in the page header

    Hi, how can I add a logo in the page header of each page?!
    seems header and footer only supports text and automated page numbering only...
    I need some advise on this one
    thanks

    Add an image to any page in the section, then drag it where you want it to appear on each page.
    Reduce the opacity using the slider in the Style pane of the Format inspector to change the object’s transparency.
    Choose Arrange > Section Masters > Move Object to Section Master (from the Arrange menu at the top of your computer screen).

  • How to add a child at the top of the z-order(above a mobile textinput field)?

    We posted a problem yesterday with PopupManager where in a mobile app, we experience some strange problems, and have had to make our own modal Alert panel to solve the problem.
    The problem now is that if the alert panel is displayed over a TextInput field(mobile android app), the text in the textinput  shows through the Alert panel, and is obviusly higher up in the z-order than our alert panel.
    The alert panel  was added as a child of the main app window, and is as far as we can tell the top level component.
    Since the PopupManager does not have this problem, there must be a way to add our panel so it is displayed over the mobile textinput field.
    Is there any way to accomplish this?
    Thanks,
    Bob
    EDT

    Hi Bob,
    I'd recommend posting for suggestion in the mobile development forum, but if you do suspect this is a bug please go ahead and open a new report at bugbase.adobe.com and include sample code so we can see what's going on.
    Thanks,
    Chris

  • How to add new row at the top of the advance table.

    Hi,
    I have one advanced table.
    I want to add new rows in advanced table. I can able to add rows using the AddMoreRows button in the footer of the advanced table.
    This adds the row at the end. But I want to add the row at the top.
    How to achive this? Please suggest.
    Thanks & Regards,
    Raja

    Hi,
    Yes you can do it...
    Just set the add Rows automatically property to False of Add Row Button
    and then in processForm Request capture the addRows event
    and invoke a method in AM and then create a new Row in VO.
    Use this code...it will insert row at the top...
    if("addRows".equals(event))
    am.invokeMethod("addrows");
    public void addrows()
    AddressesVOImpl vo1 = getAddressesVO1();
    AddressesVORowImpl row1 = (AddressesVORowImpl)vo1.createRow();
    vo1.insertRowAtRangeIndex(0,row1);
    vo1.setCurrentRow(row1);
    Thanks,
    Gaurav

  • JTabbedPane how to add some logo in the Tabs area?

    Hello,
    I was wondering if there is any way of adding some logo or any icon at the right side of the tabs area without that the JTabbedPane has all it's horizontal size full of tabs..
    | TAB1_| | __TAB2__| TAB3_| |__TAB4____| __________________LOGO_____
    |..................................................................................................................................|
    |..................................................................................................................................|
    |..................................................................................................................................|
    |..................................................................................................................................|
    |_________________________________________________________________|

    If you put the tabbed pane on a panel, the panel will show through the right side. So if you put some graphics on the panel, it would show.import java.awt.*;
    import javax.swing.*;
    public class Test extends JFrame {
      public Test() {
        setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        Container content = getContentPane();
        content.add(new JLabel("Top"), BorderLayout.NORTH);
        content.add(new JLabel("Bottom"), BorderLayout.SOUTH);
        JPanel mainPanel = new JPanel(new BorderLayout());
        mainPanel.setBackground(Color.pink);
        JTabbedPane jtp = new JTabbedPane();
        mainPanel.add(jtp, BorderLayout.CENTER);
        content.add(mainPanel, BorderLayout.CENTER);
        jtp.add("One",new JPanel());
        jtp.add("Two",new JPanel());
        jtp.add("Three",new JPanel());
        setSize(300, 275);
        setVisible(true);
      public static void main(String args[]) { new Test(); }
    }

  • How to add a image at the top of every pages of a pdf document

    Hi all,
    My problem is as follows. I have a .pdf document and I'm copying it to another and then I'm appending some new things to it. Now while adding new pdf contents I want an image to be added for every new pages added to the document. I tried using "document.getPageNumber()" here document is a Document object which is a part of "itext-1.3.1.jar". But "document.getPageNumber()" is returning 0 every time.
    If anyone has the solution please help me out.
    Regards,
    turja

    there is no cursor to be set, as you go adding
    something in the pdf document those get added to that
    document and if one page gets filled it adds new page
    to it.If it says "current" page, then this implies that something is current with regards to something else. I'd like to know what "something else" is.

  • Is it possible to create a customized survey with our organizations logo at the top?

    Is it possible to create a customized survey with our organizations logo at the top? I'm trying to create a survey for our members but instead of using a template we would like to use something simple with our logo included at the top.

    Just create a blank form and click Add Header at the top of the form page:

  • How can I add new songs to the top (not the bottom) of my playlist in iTunes?

    How can I add new songs to the top of my playlist in iTunes?
    I thought thats what it did before but now it automatically adds new songs to the bottom of the list.
    Not a huge issue but an annoyance.

    Go to your Music library
    Then, Click Playlist
    Then, Click the sort arrow until it points down.

  • How to replace the LabView logo at the top left corner of running VI windows

    Hi All
    I need to replace the Labview logo (at the top left corner of the windows) when my VI is running. Same thing applies for any of the pop up windows I have in my program. 
    I have a .jpg file of the logo I would like to replace the Labview logo with. I would appreciate any help on the best way to go about this.
    Thanks in Advance

    > It's also worth bearing in mind that since you have a .jpg there are free online converters that will generate the .ico file from your .jpg if you don't have access to a graphics package that allows you to make .ico files.
    > Is there a way to convert the current logo I have .ico??
    Seems like I am now able to read into the future. Better play the lottery at the weekend!
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • How to add new fields to the DME file in F110

    Hi,
    We have a requirement add new fields to the file that is used in  F110.
    .I did go in to DMEE transaction but I hae no idea how to add new fileds to the existing file.
    Can anybody please help me in resolving the issue.
    Thanks
    Venkat
    Edited by: Venkat R on Jun 8, 2009 8:45 AM

    Hi,
    There is no function module for that, We have created our own function module and attached to that field.
    Refer the below code. This will fetch the document number.
    DATA: lwa_item   TYPE dmee_paym_if_type,
            l_fpayp   TYPE fpayp,
            l_fpayhx TYPE fpayhx,
            first_flag TYPE c,
            lv_lifnr   TYPE lifnr,
            voucher_id TYPE string,
            voucher TYPE string,
            invoice_id TYPE belnr_d,
            voucher_len1 TYPE i,
            voucher_len TYPE i.
      TYPES:
      BEGIN OF lt_regup,
            xblnr TYPE xblnr1,
            belnr TYPE belnr_d,
      END OF lt_regup.
      DATA: lt_regup TYPE STANDARD TABLE OF regup,
            lv_regup TYPE regup.
    Hope this helps.
    Raja.A
    Edited by: Raja.A on Feb 16, 2011 7:17 PM

  • How to add company logo in z report

    Hi !
    i want to know how to add company logo into custom report ...
    generally we used below mentioned code for sap logo
    CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
    EXPORTING
    IT_LIST_COMMENTARY       = IT_LIST[]
       I_LOGO                   = 'ENJOYSAP_LOGO'.
    ENDFORM.            "top_of_page"
    what changes we need to do to add company logo into custom report
    Please guide
    Regards
    Sheetal

    First upload  ur  required logo in  SAp  by  t-code  SE78.
    Use teh  above mentioned  ALV code  for the same.
    Try  to  search  on SDN for  the  u can find the  full  ALV code for the same.
    ..lakhan

  • How to add our own applications to Cisco Connect Cloud?

    How to add our own applications to Cisco Connect Cloud?

    You might find this interesting.
    http://newsroom.cisco.com/press-release-content?type=webcontent&articleId=926074
    Interested developers are invited to visit the Linksys Developer Community at http://developer.cisco.com/web/ldc to register and develop apps for Linksys Smart Wi-Fi Routers. Cisco empowers developers with technical, marketing, and sales resources to help support every phase of their developmental and business cycles.

  • How to add a page in the SAP Scripts

    Hi All,
    I want to know how to add a page in the sap scripts. there is already sap script developed by some other person.
    Now I have to add a page in front of that and have to add some more data.I added a page in page windows but thats not at all working.
    Please help me out in this.
    Thanks,
    Praveen

    new page will create in sap scripts using new page command.
    you have to set condition like after some number of records displayed in page new page has to be trigger.
    ex:YOU HAVE SO MANY RECORDS FOR PRINTING BUT YOU WANT TO DISPLAY 100 RECORDS IN FIRST PAGE REMAINING IN SECOND PAGE LIKE THAT.
    Here you can use NEW PAGE COMMAND .
    IT IS OPPOSITE PURPOSE OF PROTECT AND ENDPOTECT.
    Reward if useful.

  • How to add log messages in the sever/webui objects?

    Hi,
    I am new to the OA Framework.
    Can any one share any information in how to add log messages in the sever/webui objects?
    What are the beans I need to use to show in the diagnostic page?
    Can I get sample code for this log staments?
    Thanks in advance,
    Padma

    Hello. This forum is for reporting problems with the published Oracle documentation. You have a better change of getting a reply if you post your question on the Database - General forum.
    Regards,
    Diana

  • My Macbook Pro will not shut down, restart or sleep, with either Apple Logo at the top or the power button.

    Hi, I have a 13" Macbook Pro with Mountain Lion, and I've had it for less than six months.
    It has worked perfectly ever since I got it and I have been completely happy with it, until today. My computer's had a variety of problems; The screen has turned black three times now in the middle of me using it (actively typing or using the touch pad). After clicking some keys or swiping the touchpad, it comes back, but I cannot figure out why this is happening. The big problem, however, is that it won't shutdown.
    I usually shut my computer down at night, and I was trying to today, but it just didn't work. I have tried shutting down by pressing the power button; no dialogue or question box comes up. I have tried shutting down from the Apple Logo at the top left of the screen; nothing happened. My computer won't sleep, restart or shutdown at all. When I close the screen, it goes darkens and lights up as usual, but it won't shut down! What's more, none of the options in the Apple Logo will work; for this post, I tried to see the About This Mac screen, and nothing happens. At best, the Rainbow Disc of Pain will appear and then just go away. The menu does pop up though when I click on it, my Wi-Fi is fine, the apps work, the keyboard's fine, the touchpad is great, everything works but that.
    I have tried Command+Tab to see open applications; I have shut them all down till only Finder is left. I have tried click Force Quit, of course, nothing happened. Nothing at all, not even a dialogue box. I have tried emptying my trash, along with all the 'sketchy' applications. I have plugged my computer in, just in case. Nothing has made any difference and I am very worried!
    I love my macbook pro, and have up to this point, but now I am extremely worried about it; all my important files are on it, and I have nothing to back up with.
    Please, please, please, please help!
    FYI; I have avast! Virus Database. I cannot imagine that that would cause a problem. Please help me!!!

    Yay! Solved my own question; just did a hard shutdown, worked like a charm! Funny, didn't before. But who am I to question salvation?

  • Add a logo to the header definition of an Interactive Report

    Hi Folks.
    Using Apex 3.1 and BI Publisher.
    I am enabling an Interactive Report region to output to PDF & Excel.
    Has anyone managed to add a logo to the Header/footer definition in the Print Attributes section?
    Is it possible? The region definition does not understand simple HTML syntax.
    If anyone would let me know if a) They've done it or b) It ain't possible that would be great.
    Many thanks.
    Dogfighter.

    Just reading through this thread. So perhaps a few comments might be helpful:
    - Interactive report regions do currently not support Report Layouts, you're limited to the built-in generic layout and won't be able to include images
    - You can add a button to your interactive report region page which could initiate the download of a report query, when doing this, you would get the result set of your report query not the interactive report region, so even if the queries are the same, you might have different filters applied to your interactive report
    - You can in fact include static images in your RTF report layouts using the BI Publisher Desktop Word Plug-In and MS Word, so you can have logos etc in your PDF documents. But report layouts currently only work with report queries and classic report regions
    - You can also include dynamic images in your PDF, e.g. based on images stored in a BLOB column, there's currently a character escaping issue causing some trouble with this, which will be fixed in 3.1.1, more on that once 3.1.1 is out (soon)
    - the print server overwrite is designed to point to a different print server than the one configured for your APEX instance, not to point to a specific report. So if your instance has BI Publisher configured, but for a specific report you want to do some special rendering using your own code, you can write e.g. a JSP, Servlet, etc that's doing the rendering, and then point yout report to that URL
    Hope this helps, we do plan to add support for report layout to interactive report regions in the next full release of Application Express
    Regards,
    Marc

Maybe you are looking for

  • FM to update value into texts

    Hi All! In VLO2N transaction under header --> Texts in which text elements are configured by the functional teams to enter texts corresponding to the delivery details.The info into these texts are generally updated manually.Is there any FM/BAPI to up

  • Air Conditioner White Noise Reduction

    Hi, it would be awesome if someone could follow this link and check out this short sample of interview footage. There is background noise from an AC system that I'm going to try and reduce. If anyone has tips on which filters, settings/parameters, an

  • Applescript for show in finder

    I have the HFS path to a file in a script. How do I use applescript to display the file location in a finder window?

  • Copy folder or file.

    New to Windows PowerShell. I want to automate a tedious procedure. Is there a line(s) of code that will copy a folder or file from an SD memory card or USB flash drive to an external hard drive? Thanks in advance for any help.

  • I am trying to create a pop up page, using iweb 08

    I want to create a custom size pop up page using iweb08, using a html generator, I created the html code, I plugged it in using the html snippet widget. But its not working. Do you know what I am doing wrong? I love the look of http://jquery.com/demo