Color in page title

Hi everybody.
</br></br>
My app is populated of colorful elements, which I used to use in Page titles,
</br>
but now I've a confusion:
</br></br>
A page element (P88_TITLE), has a current value of
</br></br>
[Display Hidden]
&lt;span style="color:darkred;"&gt;Difference&lt;/span&gt;
</br></br>
[Status U]
</br>
And an Application item (CUST_FILTER), has a current value of
</br>
&lt;span style="color:orange;"&gt;- Active filter active &lt;/span&gt;&lt;span style="color:darkgreen;"&gt;Customer Daily Planet&lt;/span&gt;
</br></br>
My region title is:
</br>
&P88_TITLE. &CUST_FILTER.
</br></br>
The case is that only CUST_FILTER is displayed in color, while a grey legend &lt;span style="color:darkred;"&gt;Difference&lt;/span&gt; ignores the tags.
</br>
</br>
&lt;span style="color:darkred;"&gt;Difference&lt;/span&gt;
<span style="color:orange;">;- Active filter active </span><span style="color:darkgreen;">Customer Daily Planet</span>
</br>
</br>
What makes the difference by which an page element is not colored?
</br></br>
Thanks.

I'm redirecting to Apex forum

Similar Messages

  • TEMPLATE AND PAGE TITLE MX2004

    I have started to use a template for a web site for the first
    time - all is going well except that I am unable to change the page
    title for individual pages which have the template applied.
    I believe I have made the title an editable region in the
    template but when I add a title in a page the text reverts to
    "Untitled Document." When I attempt to modify the page title in
    page properties I get the error message "All of this page's
    properties are locled by a template, so you can't edit them."
    My question must be, how do I make the page title
    editable?

    You probably created your template like this -
    FILE | Save As..., then you saved it in the Templates folder
    with a *.dwt
    extension.
    The correct way is like this -
    FILE | Save As Template..., and let DW do the heavy lifting
    for you.
    You can fix your situation by making the head region of your
    template look
    like the head region of the new template (use copy/paste).
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Hawker123" <[email protected]> wrote in
    message
    news:[email protected]...
    > Interesting - and thank you for your suggestion. I have
    compared the
    > code,
    > which in my (faulty?) template begins thus:
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    > "
    http://www.w3.org/TR/html4/loose.dtd">
    > <html>
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <title></title>
    > <script language="JavaScript"
    type="text/JavaScript">
    > <!--
    > function MM_reloadPage(init) { //reloads the window if
    Nav4 resized
    > if (init==true) with (navigator) {if
    >
    ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    > document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
    > onresize=MM_reloadPage; }}
    > else if (innerWidth!=document.MM_pgW ||
    innerHeight!=document.MM_pgH)
    > location.reload();
    > }
    > MM_reloadPage(true);
    > //-->
    > </script>
    > <style type="text/css">
    > <!--
    > @import url("../css/stuartNews.css");
    > body {
    > background-color: #CCCCCC;
    > }
    > -->
    > </style></head>
    >
    > <body>
    >
    > The code in the empty template is as follows:
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    > "
    http://www.w3.org/TR/html4/loose.dtd">
    > <html>
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <!-- TemplateBeginEditable name="doctitle" -->
    > <title>Untitled Document</title>
    > <!-- TemplateEndEditable --><!--
    TemplateBeginEditable name="head" --><!--
    > TemplateEndEditable -->
    > </head>
    >
    > <body>
    > </body>
    > </html>
    >
    > Does this reveal the fault?
    >
    >

  • Page history in the page title bar

    Hi,
        I have customized default masthead and  tln.
        I created iView that contains both customized masthead and tln.
        now in the page title bar. only the current page  is maintained in the history of the titile bar.
        previous pages are not maintained in the history...
        how to make history containing all pages...
    Regards,
    Shanthakumar.

    Hi Shanthakumar,
    I am implementing a custom iView which should show me the History in the same way as the page Title Bar iView works with History set to ON.
    The code which i used in the JSP is as follows:
    <nav:iterateNavNodesInSelectedPath>
              <nav:ifNotNavNodeEqualsLaunchedNavNode>
                   <span style="color= #0000CC; text-decoration:none; font-family:Arial; font-size:12px">
                        <nav:navNodeAnchor navigationMethod="byEPCM" EPCMHistoryMode="0"/>
                   </span>     
                        <nav:ifHasMoreIterations>
                             <span style="text-decoration:none; color= #666666">|</span>
                        </nav:ifHasMoreIterations>
              </nav:ifNotNavNodeEqualsLaunchedNavNode>          
             <nav:ifNavNodeEqualsLaunchedNavNode>
                 <span style="color= #333333; text-decoration:none;font-family:Arial; font-size:12px">
                      <nav:navNodeTitle/>
             </span>
             </nav:ifNavNodeEqualsLaunchedNavNode>          
         </nav:iterateNavNodesInSelectedPath>
    I have used the line that you have posted.
    However i am not able to see the complete Page history. I can only see the path from the Role to the Page that is currently launched.
    Any help would be appreciated.
    Regards,
    Melwyn.

  • Center Page Title with a bullet

    Here is my CSS
    I want my page titles to be center with a decorative bullet
    to the left. I would like to use css to define the bullet. but I
    can't get it to appear to the left of my title when the title is
    centered. If the title is left then I just add 25px of padding to
    the left, however since all the titles are different widths and
    centered, I can't define where the background image should go
    exactly.
    #content h1#pageTitle {
    color: #000066;
    font-size: 1.4em;
    margin: 0px auto;
    padding-left: 25px;
    text-align: center;
    background: url(/common/images/bullet.gif) no-repeat 0 50%;
    background-position: center;
    }

    DC_Eric wrote:
    > Here is my CSS
    >
    > I want my page titles to be center with a decorative
    bullet to the left. I
    > would like to use css to define the bullet. but I can't
    get it to appear to the
    > left of my title when the title is centered. If the
    title is left then I just
    > add 25px of padding to the left, however since all the
    titles are different
    > widths and centered, I can't define where the background
    image should go
    > exactly.
    >
    > #content h1#pageTitle {
    > color: #000066;
    > font-size: 1.4em;
    > margin: 0px auto;
    > padding-left: 25px;
    > text-align: center;
    > background: url(/NTIP/common/images/bullet.gif)
    no-repeat 0 50%;
    > background-position: center;
    > }
    Use a span tag inside the h1 (see below for code plus css)
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    <title>Untitled Document</title>
    <style>
    h1#pageTitle {
    color: #000066;
    font-size: 1.4em;
    margin: 0px auto;
    text-align: center;
    h1#pageTitle span {
    background: url(/NTIP/common/images/bullet.gif) no-repeat 0
    50%;
    background-position: center;
    padding: 10px;
    </style>
    </head>
    <body>
    <h1 id="pageTitle"><span></span>Good
    Afternoon</h1>
    </body>
    </html>

  • Finding a page title

    I'm trying to build a dynamic page navigation portlet (based on the the three structure of the pages). Like the "Display Child Pages As Links" - functionality.
    But I can't find the page titles anywhere.
    In the WWPOB_PAGE$ table only the title_id is to be found, and the same goes for the WWPOB_USER_BROWSE_PAGES view. Bu I can't find the actual page titles.
    Can anybody help me out ?
    Thanks in advance,
    Christian Ballisager
    null

    As far as using a book of multiple documents, or a single document goes, it's largely a matter of preference and convenience, though there is some element of safety also in using a book -- if one section becomes corrupt, only that section is damaged. It also is much easier to navigate a shorter document.
    Presets can hold page size, orientation, margins, bleeds, columns and page counts, but can have only a single master page. Templates can have both multiple document pages and multiple master pages applied, as well as pre-defined styles and color swatches and content objects. A template is a "real" document that can contain anything that any other document may have.
    The only difference between a template and a regular InDesign Document is the file extension, which triggers a different default behavior. The .indt extension opens an untitled copy by default so you won't overwrite the template. The .indd extension opens as the original by default. You can convert from one to the other just by changing the extension.
    Peter

  • NW2004s: Styles of Page Title bar

    Hello,
    we are in the progress of upgrading our portal to NW2004s (SPS08).
    The pagetitlebar (or pagetoolbar) now has a top border (dark blue in the default theme).
    We want to get rid of that border so I was looking for a style in the theme editor.
    According to <a href="https://www.sdn.sap.com/irj/sdn/thread?forumID=41&threadID=33223&messageID=318072">this forum thread</a> it is possible to change the background color.
    I've not found any style for the new top border.
    Any information on that one?
    Thanks & regards,
    Alex

    Hi Tatayya,
    Why don't you try to customize your portal theme? I guess you will find appropriate section for page title bar iView in the theme editor where you should be able to change the background color for it.
    Here you'll find more information about changing style parameters for the portal theme:
    [Working with Portal Themes|http://help.sap.com/saphelp_nw70/helpdata/EN/1a/d7c1617dd29e4d85064b467636fada/frameset.htm]
    Best Regards,
    Michal M.

  • Can I dynamically display Page title over a static header image?

    Is there a way to Dynamically Display Page Title Text Over my static site Header Image? here is a link so you can see what I am talking about. http://www.bridgestoprosperity.org/See-Our-Work/afghanistan/afghanistan.htm where Afghanistan would be the text to be replaced automatically on each page.  Please note, currently, I must create individual headers, insert the page title in photoshop, etc. I am hoping to figure out a way for all this to happen dynamically perhaps by calling the text from the page title info.
    Thank you,
    Allan

    Hi, Allan,
    I realize my suggestion is off your point, and you probably have already thought of some of this, hence your question... But, rather than going the dynamic route, Why not create a Header Image without a title on it and use it as a div background image? Replace this
    <img src="/See-Our-Work/afghanistan/Images/header/afghanistan-header.jpg" name="topnavbar_r1_c1" width="779" height="114" border="0" alt="bridges to prosperity: afghanistan">
    with the styled div, for instance:
    <div id="header"><h2>Afghanistan</h2><h3>Bridges to Prosperity: USA</h3><div>
    At this point, you can use a more generic image for the background, one that does not have "Afghanistan" embedded in it, and you may style the #header thus:
    #header {
         width: 779px;
         height: 114px;
         border: 0;
         background-image: url(/See-Our-Work/Images/header/header.jpg;)/* for instance */ 
    and the header Headline styles thus:
    #header h2, #header h3 {
         color: white;
         text-align: right;
         font-family: Arial, Helvetica, sans-serif;
    Then you can place your html (<h2>, <h3> etc.) in the same div, only on the "surface".
    Using the tags <h2> and <h3> will maintain their usefulness to Search Engines; as hiding them in images does not.
    If you still wished to vary the header image, depending on the contents of the page, you can actually control all of this from the CSS file, if you add an id attribute to the <body> of each page.
    For instance, for your example page, if you did this:
    <body id="afghanistan">
    You could then do this in your CSS file:
    #header {
         width: 779px;
         height: 114px;
         border: 0;
    body#afghanistan #header {
         background-image: url(/See-Our-Work/afghanistan/Images/header/afghanistan-header.jpg);
    You could then proceed to have a different background image for each page. (Not your original intention, but now possible).
    <body id="pakistan"> would use a CSS style declaration like:
    body#pakistan #header {
         background-image: url(...pakistan-header.jpg...etc.);
    I am not aware of being able to pass content (other than background images) using CSS, so I would go into each page and put the Headline in html.
    But if you were using multiple background images in the header div (one image for afghanistan, another for pakistan, in my example), you can use the same <body id="afghanistan"> for ALL pages about Afghanistan, and thus have the continuity of the same image for all. Likewise, you could id all pages about Pakistan <body id="pakistan">.
    I hope this gives you some ideas...
    Z

  • How to display message in Default Frame work Page (Page Title bar)

    Dear Guru,
                    I want to display message in Page Title Bar , and that message should move like(Marquee in html) . So please any one suggest how to do and that message should be display for certain time.
    Thanks and regards
    Kumar Rakesh.

    Kumar,
    create a bsp application and create an iview from it and put it in default framework page
    code for the same
      <%@extension name="htmlb" prefix="htmlb" %>
    <%@extension name="bsp" prefix="bsp" %>
    <htmlb:content design="design2003" >
      <htmlb:document>
        <htmlb:documentHead>
        <htmlb:headInclude />
        <style type="text/css">
        .urBdyStd { background-color: "#455F55"; }
        </style>
        </htmlb:documentHead>
        <htmlb:documentBody>
    <marquee scrollamount="3" >
    <%-- <htmlb:textView
    encode ="true"
    id="a"
    textColor = "white"
    text = "BI Reports are currently down" />--%>
    <b><font size="2" color="red"><%=wa_rep-s_message%></font></b>
    </marquee>
        </htmlb:documentBody>
      </htmlb:document>
    </htmlb:content>

  • Problem editing text color and page properties due to favicon link

    I recently added a link to a sites favicon using the link tag. Following advice on the net this was added beneath the HTML tag and before the HEAD tag. I was using a Dreamweaver template for the site and it updated all pages with the new link in the non-editable area above HEAD and just after the template declaration.
    This was fine, unitl the user went to edit the site. He found that he could no longer get to page properties as he got an error that no page properties existed in editable areas... although there was an editable region for the page title. Also text color and highlighting were now disabled.
    Moving the link tag into the head area has resolved the editing issue, but it seems a strange bug. Is there some way to add something between HTML and HEAD and have it appear before the InstanceBegin of the template?

    You can edit text in any PDF by using trial version but as for as my knowledge and limited experience with Adobe I could not find any text color option in Adobe Acrobat. But you can highlight text in Adobe Acrobat. If you want to change the text color in PDF, I would like to recommend some another software which allows you to change the color of text and is available for download here.
    Let me tell you how can change text color using this software. Open PDF file > go to "edit tab" > Click "edit" then highlight text to change the color. As you can see in the below screenshot.
    Free free to ask. Hope it helps you. Don't forget to come back to share your views.
    Thanks

  • No Page title after migration from WSS 3.0 to SharePoint Foundation 2013

    Dear community,
    I have migrated serval sitecollections from WSS 3.0 (SharePoint 2007) to SharePoint 2010 Foundation and then to SharePoint Foundation 2013.
    Now in SharePoint 2013 no page titles appears, but under the title "Homepage" appears. I'dont know where "Homepage" is come from. The title of the page is "Test". Changing the title has no effect. In SharePoint 2010 Foundation
    the page titles appears correctly.
    Does anyone have a solution for this problem?
    Thank you very much and best regards,
    Lucian

    I compared the html code of the two sites.
    Migrated site:
    <h1 id="pageTitle" class="ms-core-pageTitle">
    <span id="DeltaPlaceHolderPageTitleInTitleArea">
    <label class="ms-hidden">Test Title</label>
    </span>
    <div id="DeltaPlaceHolderPageDescription" class="ms-displayInlineBlock ms-normalWrap">
    <a href="javascript:;" id="ms-pageDescriptionDiv" style="display:none;">
    <span id="ms-pageDescriptionImage">&#160;</span>
    </a>
    <span class="ms-accessible" id="ms-pageDescription">
    </span>
    <script type="text/javascript">// <![CDATA[
    _spBodyOnLoadFunctionNames.push("setupPageDescriptionCallout");
    // ]]>
    </script>
    </div>
    </h1>
    Standard site:
    <h1 id="pageTitle" class="ms-core-pageTitle">
    <span id="DeltaPlaceHolderPageTitleInTitleArea">
    Test Title
    </span>
    <div id="DeltaPlaceHolderPageDescription" class="ms-displayInlineBlock ms-normalWrap">
    <a href="javascript:;" id="ms-pageDescriptionDiv" style="display:none;">
    <span id="ms-pageDescriptionImage">&#160;</span>
    </a>
    <span class="ms-accessible" id="ms-pageDescription">
    </span>
    <script type="text/javascript">// <![CDATA[
    _spBodyOnLoadFunctionNames.push("setupPageDescriptionCallout");
    // ]]>
    </script>
    </div>
    </h1>
    There is a .NET Code in the HTML Code of the migrated site:
    <label class="ms-hidden">Test Title</label>

  • Change the Page Title for all the pages when viewing the Reports in Bi Publisher

    Hello ,
    I have a requirement for changing the Page Title for all the report displayed pages on the browser window.

    As far as I know, answer is NO.
    it's very simple answer  Manikandan-S-Oracle
    for 1210326 's requirements there are some places for changes of property "title" and in some pages "title" can be different
    "one place or option for changing" does not exist imho ( may be i'm wrong )
    so you can change places for your needs but not sure what it's adequate
    as example
    ...wls\user_projects\applications\bipdomain\xmlpserver\catalog\navigator.jsp  -->  find <title>
    it changes title in http://somehost:7001/xmlpserver/servlet/catalog
    ... wls\user_projects\applications\bipdomain\xmlpserver\home\home.jsp  -->  find <title>
    it changes title in http://somehost:7001/xmlpserver/servlet/home

  • HP Color Laserjet 1600 cannot print in color with Pages 09

    Hi, everybody!
    I got a huge problem for me that the HP Color Laserjet 1600 cannot print in color with Pages 09 after I upgrade to 10.6.1. It worked very well in 10.5.8. Since there is no official driver from HP website for 1600, so I used foomatic/foo2hp as the driver.
    It is very strange that I can print in color with Safari and Preview in 10.6.1, but cannot with Pages 09. When I print with Pages 09, it always shows that the print job was completed but my printer was nothing happened.
    I just re-install the 10.6 OS "complete new", install the printer driver with the instructions on this forum.
    It would be high appreciated if somebody can help me on it!

    Why doesn't MAC just give us the driver for the HP Color Laserjet 1600? It's one of the most popular home based business laserjets. It's the one I use and a lot of other people in business use it so I'm at a loss as to why they don't.
    I bought my MAC Pro tower for video editing and I can't print from it and have had to reinstall the OS on it once already because Safari wouldn't open a window. So much for the MAc advertising statement of "We're so much easier to use."
    After spending close to $10,000 on MAC equipment, Tower, Laptop, Monitor, etc. if they think I'm going to spend more for a new printer just because I can't get a driver to print they're thinking wrong. I going to re-think my new cell phone purchase too. Has anyone had software issuses with their phones before I go out and buy one?

  • How do you make the title bar display different text than the page title?

    I'm looking for a way for the title bar display of my web page to be different than the text in the actual nav bar created by iWeb. For instance, I'd like the nav bar to just say Home for my main page, but in the title bar in the browser say "blah blah blah."
    I know there has to be a way to do this. iWeb has actually done it on one page already, but I can't figure out how. I think it picked up the title bar text from the first text box in the page. For instance, the page name in the navigation bar is "blahs for today" but the browser title bar when you open that page says "blah blah," which happens to be the first line of text on the page. The page title in iWeb.app, though, is "blahs for today." But if I look at the source code it lists title as "blah blah."
    I'm guessing I might be able to work around by making an invisible text box with the text that I want in the title bar as the very first thing on the page, and hope iWeb makes that the title bar text. I'd rather have a more correct way of doing it.
    Is there a way of doing this in the source code without having to change a lot of stuff?
    Thanks for any help.

    Richard Kirkman1 wrote:
    I think it picked up the title bar text from the first text box in the page. (...) I'm guessing I might be able to work around by making an invisible text box with the text that I want in the title bar...
    Richard ~ The key is the default Title box that iWeb creates for every new page — it's that which you need to edit, not another text box you've created. And to make the text in that Title box invisible, see here.

  • How do I change the default color in pages.

    How do I change the default color in pages.  Everytime I try to copy and paste a passage, I am unable to do so because it seems that the ink is always white on white.  Sometimes I am lucky and can change it using the color box in the format bar, but it's a rarity when I'm able to do it.

    What version of Pages & what version of OS X are you using?
    A problem with an early Software Update for Snow Leopard caused a lot of problems. The problem is not whether or not your system is the current version but how it got there. You must use the combo updater, not the one from Software Update unless it specifically states it is the combo. Software Update will only offer the combo if your system is two or more versions behind.
    If you're not running the latest versions of the iWork apps & Software Update says your software is up to date, make sure the applications are where the installer initially put them. The updaters are very picky. If the location is not where the updater is programmed to look or if the folder doesn't have the name the updater looks for, it will not work. The applications cannot be renamed or moved. If you installed from the downloaded trial or the retail box, they must be in the iWork '09 (or '08 if that's what you're using) folder in Applications. That iWork folder must be named iWork '09. If it doesn't have the '09 Software Update won't find them & the updaters won't work.

  • How to use AppleScript to set "character fill color" in Pages 5.2?

    For Pages 5.2 on OSX 10.9.3, what is the correct applescript for changing the "character fill" of text in pages. 
    If you highlight text, you do this via your mouse in the inspector by clicking "style," "advanced option (the gear wheel to the right of bold, italics, and underline), "character fill color (clicking on the multi-color circle, not the dropdown menu), and then choosing a color that comes up in the "colors" dialogue box.
    I've looked all over and cannot find how to use applescript to set the character fill color in pages. 
    In some examples (not directly related) I see "character fill" used. 
    In others, I see "colorfill." 
    Basically, I want to use applescript, embedded in a keyboard maestro macro, to change the background color of the text (not the text color itself) to particular colors. 
    Given the changes and updates to Pages this year, and to applescript, what's the easy way to do this?
    Thanks!
    Chuck

    Pages v5.2 still does not include selection-object, or character background color entries in its AppleScript dictionary, as does Pages ’09. Indirectly, using System Events, you can get the text selection in Pages v5.2, but then you can do nothing to change the selection. No assurances as to if or when Apple will mature the AppleScript dictionary support for Pages v5 series.

Maybe you are looking for

  • Migration 7.1.5 to 9.1.2 LAB

    Hi All, I've a scenario in which I'm currently running with cucm 7.1.5, and i want to upgrade it to cucm 9.1.2. I've a cluster of 5 cucm. in my lab I have the possibility to have 3 VM started simultaneously. Is it possible to upgrade my cluster into

  • Block CO Fields on Time Dependent Tab

    Hi all, On t-code AS02 we would like to prevent someone from changing the Cost Center and Internal Order Fields once value has been applied against an asset.  I've looked at screen layout and SE93 the t-code maintenance function but I have not been a

  • Get Table fields name for an SAP table

    hi, i need to pass SAP table name as a parameter to the selection screen of a Report program. This prog shud give me the table Fields name along with type and length. Is there any standard SAP report program for the same or i have to write my own log

  • Errors while installing RAC on two servers in OVM

    Hi All, I have a PowerDell machine where I have installed Oracle VM and where there are 4 virtual machines running. On 2 of these I have installed Enterprise Linux Enterprise Linux AS release 4 (October Update 5) and RAC Clusterware 10.2.0.1 The shar

  • Difficulty with installation of Adobe Reader

    I receive the following error message when trying to download Adobe Reader. An error has occurred in the script on this page. Line:      1 Char:      14918 Error:     Object expected Code:       0 URL:     http://127.0.0.1:2407/app/_is/adobe.js