How to format the Tabs in a Theme? (change colour / align)

Hi,
I have created an application using Theme 17 in http://htmldb.oracle.com/ . Can someone please tell me where I can modify the background colours of the tabs? I'm guessing this formatting is stored in a config file some where as the colour isn't visable when viewing the webpage source.
I have looked in : Shared Components > Themes > Greyscale > Templates > One Level Tabs but can only find reference to #TAB_CELLS# (which I believe is populating the tabs. If this is the case please can you tell me where I can edit this?
Please note that this database is not on my local machine so I am unable to browse for .css or other files if they require editing.
Many thanks,
Richard.

Hi Richard,
I think you're referring to the entries in the "Body" section of the tab definition.
Look further down the page at the "Current Tab" and "Non Current Standard Tab" settings - this is where the actual tabs are constructed.
Regards
Andy

Similar Messages

  • How to format the value in narrative ?

    Hi Experts,
    In BIEE 11,
    How to format the value in narrative , such as separator.
    In table or pivot property, I have set the separator for measure , but in narrative, the format will be disappeared. So how to implement this requirment?

    I had this problem with 11.1.1.6.0
    If you want this format as the default display format for this column everywhere, then you can save that format as default display format for the column or data type (Lower right corner of data format tab: "Save as Default" button, "Save as the system-wide default for "Table"."Column"). When I had the problem the narratives did use the default display format.
    Another workaround could be a direct database call to convert the data to a string. For example, in Oracle
    EVALUATE('TO_CHAR(%1,%2)' AS CHAR(30), “Table".“Column" ,'$9,999.00')
    but you may need to set EVALUATE_SUPPORT_LEVEL in your nqsconfig.ini, and this ties you to the database technology.

  • LabVIEW webservice: How to format the published XML data

    Hi,
    Im trying to  publish some measurement data with LabVIEW webservice and read the data with Android client. However i have some problems with the XML output from the LabVIEW webservice.
    I want to publish the data in in this form:
    <Response>
     -<Terminal>
            <Parameter> Temperature</Parameter>
             <Value> 5 </Value>
            <Unit> ºC </Unit>
           <Description> Measurements from Sensor 1</Description>
       </Terminal>
    </Response>
    Any ideas how i can do this? i havent found any good example on how to format the XML output this way. 

    Hi,
    You can format the data using Format Into String as shown in the attached snippet. Is this maybe something you can use?
    Willy
    Willy
    Attachments:
    format xml data.png ‏31 KB

  • How to Formate the Font of The Tree's Parent Node ?

    Hello,
    Pls. , how to Formate the Font of The Tree's Parent Node ?
    Other Formatting Aspects..etc.
    Regards,
    Abdetu..

    In ur code is HTREE$ is of type varchar2 or ITEM?
    Give valid parameter for item_name/item_id.
    This code will be usefull to add/change the icon of the node. You can show the 16x16 image (gif, ico based on your forms_home\forms\java\oracle\forms\registry\Registry.dat file) before the tree item's node lebel.
    I tried in this way to get the "Favourites" node label as *"Favourites"* (Bold).
    I make *"Favourites"* as a gif icon (16 x 270) and added it as a node icon. but it shows 16 x 16 of my image.
    So using this code u cannot format the font of the tree's parent node.
    Balaji.

  • E-Rec 6.0: How to increase the tabs on Candidate Profile

    Hello,
    I'm trying to find out how to increase the tabs that we see on Candidate Profile. In any clients, only 5 tabs are visible on the profile and for more, the candidate clicks on next to view other tabs and then submit the profile. I searched for all configuration tables and code but could not find any.
    I appreciate if anyone could share this info if they know how to do this.
    Points would be awarded .
    Thank you
    K.

    Hi,
    You can configure the tabs at Technical Settings->User interfaces->Setting for BSP->Flexibilization->Container Sequences.
    if you want to add one tab, you have to define one element for container sequence and then assign it to the container of candidate profile at Modify Container Sequence.
    Best Regards,
    Shaoming

  • How to remove the tabs such as "startnow", "Shoppings", "Games"?

    How to remove the tabs such as "startnow", "Shoppings", "Games"?

    When do you see those tabs?
    See these articles for some suggestions:
    *https://support.mozilla.com/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox
    *https://support.mozilla.com/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols
    *http://kb.mozillazine.org/Preferences_not_saved
    See also:
    *http://kb.mozillazine.org/Session_Restore

  • I am missing the X from the tabs to close them. Has happened every since BETA 9.

    I am missing the X from the tabs to close them. Currently the only way to close them for me is by clicking the scroll wheel, or right clicking and closing. I am currently using default BETA (RC now) theme and have minimal plugins.
    This has been happening ever since BETA 9, and although I submitted a bug report, a single report I doubt gets noticed.

    In your "More system details" link, it shows that a preference "browser.tabs.closeButtons" is set to 33, this is causing your problem and you need to reset it to the default value.
    # Type '''about:config''' into the location bar and press enter
    # Accept the warning message that appears, you will be taken to a list of preferences
    # Locate the preference '''browser.tabs.closeButtons''', right-click on it and choose '''Reset''', this will set its value back to '''1'''
    http://kb.mozillazine.org/Browser.tabs.closeButtons

  • How to find the TAB details in the program - Urjent

    Hi All,
    There is a customized tab with details in a screen. How to see the customized tab details in the program. When I go and see in the status and program name, there are many includes written over there.
    I just want to go and see the details in the tab of the screen in the program. Please let me know how to see the TAB details in the program.
    Thanks,
    Ramana

    hi KCR,
             You have to place cursor on that tab and then you have to go to Status...There you can see the program name as well as screen number... You can go for screen number there you can see the flow logic and then you can confirm the screen after going in the layout......
             Just try and see.. and let me know..whether it works or not....
    rewards points if it helpful...
    Cheers,
    Sagun Desai....

  • How to open mew tab in google without changing home page

    how to open mew tab in google without changing home page

    Your solution will be client setting dependent.  The home page navigation and tab options for opening in the frame or new window are merely setting the href target in the home page html when the screen is rendered by the personalization service.  As far as I know the tab behavior new to IE in version 7, and the tab behavior in other browsers like Mozilla/Firefox are both managed at the application level and will be client PC bound.  The home page process just uses target="_blank" for opening links in a new window.  I don't know if there is a browser neutral setting for something like target="_newtab", but it doesn't appear to be the case:  http://www.w3.org/TR/html401/types.html#h-6.16
    If something like this does creep into the standard then it would make a nice feature enhancement request for 3 radio button options when defining a link in the navigation editor.

  • How to restrict the user from making any changes in Sales order- item level

    Hi to all
    How to restrict the users from making any changes in sales order at item level if the same sales order is released by senior user through status profile.
    Regards
    Anish Parikh
    Edited by: anish parikh on Jan 24, 2008 5:16 AM

    Hi Anish,
    This can be achieved through the roles and authorization.
    This can be done through the basis team. they can create user profiles and roles.
    For the roles they assign some transaction codes so that they can view the only assigned tr. codes.
    Like that ur requirement can be done.
    Also u can prevent the user to change any fields in the sales order screen (VA02). for that please modify the authorisations.
    Hope i answers.
    Reward points if useful.
    Edited by: kaleeswaran bhoopathy on Jan 24, 2008 9:57 AM

  • How to make the basic graphics frame VerticalJustification as bottom align?

    Hi:
    In indesigne CS3 script, how to make the basic graphics frame
    VerticalJustification as bottom align?
    Thanks in advance.

    Vertical justification applies to text frames, not to graphic frames.
    Peter

  • Is there a way to format multiple images at once? Change colour mode or resolution?

    Is there a way to format multiple images at once? Change colour mode or resolution?

    It's very easy to make an action.
    Go to window > actions
    In the actions panel, simply click the 'create a new action' button, it starts recording as soon as you've created it (when you've given it a name).
    Now you can apply the changes you want to make to the images on the file you have opened.
    After you've done all you need to do. You click the 'stop' button. The action is now ready to use. And you can apply the changes you made on all the other files.
    Then you can continue how gener7 explained.
    I usually include a save and close command, so that the whole batch doesn't end up opened after running the script.
    But if you do that you have to create a new file, and save it to your computer before you start recording the action, otherwise the save command will be replaced by each file. And you'll end up with one edited file in the end. At least for as far as I know!

  • How to see the Tabs in Aurora( windows 8 app ) ? I only can see them by oppening a new tab. But In case I want to change tab I can't see them.

    I Install Firefox Aurora as it support windows 8 style app. But In the windows 8 mode , the tab are hidden which I think is a good style. But I cant see any option to see them when I want. I just can see them when I open a new window. And select the option "open in the new window", it just show the tab bar which is not like the original version of Firefox. And also the search engine here is bing.com . How to change it.

    Where did you see Aurora as a Windows 8 application?
    Aurora is not the name of a version but one of the four main development channels. They are Release (26.0), Beta (27.0b9 currently), Aurora (28.0a2) and Nightly (29.0a1). When Firefox 27.0 is released on Feb 4 the versions will move/merge to next channel around time also.
    Aurora is not meant for regular use as Aurora and Nightly gets checkins almost everyday and they get a update each of those days.
    Also there is a good chance that the Australis that many people dislike will move with 29.0 from Nightly to the Aurora channel next week.
    Edit:
    Hmm you may have seen older articles like https://blog.mozilla.org/futurereleases/2013/09/21/help-test-a-preview-of-firefox-optimized-for-windows-8-tablets/
    At the time of that article, version Firefox 26.0 was being developed early on the Aurora channel.

  • How can i keep multiple tabs in the tab strip without them compressing into one tab?

    when i open more than 6 windows , they all compress into one tab from where i have to access pages with a drop down menu. i want all the tabs to open up and the individual tabs to appear separately on the tab strip which can be scrolled up or down. thank you

    hi
    the problem is in the firefox tab strip at the bottom of the page. i have attached two screenshots . when i open more than 6 tabs, they all get compressed into 1 tab. i want all tabs to stay open individually, and the tab strip should therefore have a page scroller icon forming when many tabs open. i have had this in the earlier computer i had, but recently got a new one. now i cant figure how to set firefox to do what i need.
    thanks

  • Hi, how I format the drive and install a fresh copy of Lion?

    Hi, I have a Lion installed on a Mackbook Pro 2011, I had Leopard, then Snow Leopard and then Lion, but with so many instalations without formating the system is not working well, I am using an iMac at work with a clean install and is much more stable.
    How can I format the hard drive and install a fresh copy of Lion???

    Install or Reinstall Lion from Scratch
    If possible backup your files to an external drive or second internal drive.
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Erase the hard drive:
    Select Disk Utility from the main menu and click on the Continue button.
    After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area.  If it does not say "Verified" then the drive is failing or has failed and will need replacing.  SMART info will not be reported  on external drives. Otherwise, click on the Erase tab in the DU main window.
    Set the format type to Mac OS Extended (Journaled.) Click on the Erase button and wait until the process has completed.
    Quit DU and return to the main menu.
    Reinstall Lion: Select Reinstall Lion and click on the Install button.
    Note: You can also re-download the Lion installer by opening the App Store application. Hold down the OPTION key and click on the Purchases icon in the toolbar. You should now see an active Install button to the right of your Lion purchase entry. There are situations in which this will not work. For example, if you are already booted into the Lion you originally purchased with your Apple ID or if an instance of the Lion installer is located anywhere on your computer.

Maybe you are looking for

  • Links from Search Results are not resolving or take a very long time.

    The searches happen fairly quickly, but the links from the results are not resolving. I am unable to get the information I need. It appears there are performance problems with the site. Lennie

  • Skype via AppleTv

    Can I use stream Skype from my iPhone and iPad via Apple Tv to my HDTV ?

  • Business Objects Enterprise - domain user

    As mentioned in blog at /people/ingo.hilgefort/blog/2009/07/03/businessobjects-enterprise-and-client-side-snc-part-1-of-2 the SNC interface can be used to provide SSO with Business Objects Enterprise. The SSO works if the Windows services are started

  • How to open a GeoRaster Theme on Mapviewer?

    Hello, I would like to open a Georaster theme on DEMO map. I'm using MVDEMO datasource, so all settings are set to default values. In MapBuilder, "Themes > GeoRaster Themes > WORLD_RASTER" is defined as demo data and I can preview it too. The XML is

  • No sound on DVD but sound in iDVD.

    All, I have tried and tried... I looked up this subject and I even tried what people have posted on here and I have nothing. Here is what I have done. I am converting home video to dvd. I have checked the audio at it is all 16 bit. I have deleted enc