Portlet doesn't use template style!

hi,
I create a standard page from template and then apply "show as portlet" that page. But when I add that portlet into some region, portlet use standard style and not style from template!
I dont know how to handle that!?
Kristjan

Kristjan -
Portlets always use the style of the page they are displayed on. Is this a hand crafted portlet? Hand crafted portlets have to be written in a certain way to make use of the page style.
Regards,
Candace

Similar Messages

  • Java concurrent program doesn't use template

    Hi all,
    I have a report which executable is of type: Java Concurrent Program. I copied the original one and i created the same data definition and template with different names, set the Onsite Settings to my template but when submitting the report it gives me as output only XML. When i submit the request the template layout is not in "Upon Completion" option.
    Version:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    PL/SQL Release 11.1.0.7.0 - Production
    "CORE     11.1.0.7.0     Production"
    TNS for Linux: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - ProductionWhat kind of option do i have to solve the issue? Please kindly help.
    Thanks in advance,
    Alexander.

    Solved, JCP not allowed(i think so) to have in your data definition - data template and preview data(both). You have to upload only Data template.
    BR,
    Konska.

  • How to find out where i'm using a style

    Hello everyone
    I am an user of Indesign CS4, a few days ago I was working with some files and I had a very particular need. I want to know where some paragraph and character styles are being used in the content of my document. Is there any way, maybe a plugin that allows me to find them? let me use an example:
    I have a large file in indesign, lets say 100 pages and I have 25 Styles in it, sometimes when I select the unused styles in the stylesheet, I see marked as used some styles that I don't remember where were used, so, I have to click every paragraph to get the information, and that is a very time consuming task.
    is there any way I can select a style on the stylesheet and get information about the text where has been used? and not from the oposite side like everyone knows .?
    Thanks to anyone who can give me answer to my question

    You can use Find/Change to search for any paragraph or character style. Just click on the More Options button to access formatting options.
    For a global at-a-glance overview you could change the style to use a custom underline, like a thick pink underline that’s shifted up so it acts more like a highlighter. Use a custom spot colour then se the Separation Preview panel to show only that colour. Any page without anything on it doesn’t use that style.

  • Why does my Pages version 5 (Mavericks) quit unexpectedly when trying to use the template styles?

    Nearly every time I try to use the template styling in the "Format" pane, the app will crash with the message saying "Pages quite unexpectedly".
    By 'Template Styling' I mean Paragraph Styling, Character Styling, Bullets & Lists etc...
    I only just bought this Mac so I have never had Pages '09 on it.
    Please advise.
    Thanks

    I'm having this exact same issue. I suspect in my case it's an issue having to do with importing a Word document. Just to be on the safe side I ran through the validation of all of my installed fonts. They all checked out ok. As with @kuroshb I'm using the latest version of Pages on a brand new Mac.
    It doesn't matter what style I select, the application quits. An example would include a body style of Arial Narrow Regular 15pt black. That's defined as a style. When I select that style the application quits.
    How do I determine if the document is using another font other than what's already in Font Book?

  • How to simulate 'Use Page style' for a portlet

    All,
    How do i simulate the 'use page style' feature for a custom portlet ? Currently, I have to hard code the style.
    thanks

    uploaded gif under mime repository

  • Repost:Use Page style feature for portlet

    All,
    How do i simulate the 'use page style' feature for a custom portlet ? Currently, I have to hard code the style.
    thanks

    The following is from one of the sample portlets (comments incl):
    Display the content of the portlet in the show mode.
    Use the wwui_api_portlet.portlet_text() API when generating the content of the portlet so that the output uses the portlet CSS.
    htp.p(wwui_api_portlet.portlet_text(
    p_string => 'Hello World - Mode Show'
    ,p_level => 1
    I assume this is what you are looking for--the level would be the Portlet Text level, and you could substitute a parameter.
    HTH!

  • Portlet don't use my CSS

    I use Portal 9.0.4.1 and i've created a page based on a Unstructured UI template in wich i call my own css. Styles in Portal is too basic for our use.
    Everything works fine in my text element since i reference my own css style in html code. But if i add a portlet, i cannot see where or if i can tell Portal not to use any style in the portlet. I only see a dropdown with the list of Portal Style to set with the portlet. I don't want to use the Portal Style since i have my own CSS.
    How can i disable Portlet style?
    Roger

    iCloud is free providing you require no more than 5 GB of storage, which for a mail account only is more than ample.
    You do not actually need to update from OS X 10.5.8 in order to use iCloud for mail only. You could simply migrate from your MobileMe account at Move
    If you did wish to update your operating system you would need to purchase a copy of Snow Leopard on disk and install it on your computer, update it to the latest version of Snow Leopard, then purchase lion from the Mac App Store (The Mac App Store is installed when you update to OS X 10.6.8)
    Whilst I am aware that you wish to read your mail through a web browser interface, there is no reason that you cannot read iCloud mail from the mail application on OS X 10.5.8.

  • Unexpected template/styles behavior

    Hello,
    I have searched everywhere in the archives for my problem,
    but none of the keywords I am coming up with are finding me
    anything. So here it goes.
    I have a user that is using Dreamweaver CS3 and is having a
    strange problem with templates and style definitions.
    She has a template and the first few lines look like this:
    quote:
    <html>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Student Investment Fund</title>
    <!-- TemplateEndEditable -->
    <style type="text/css">
    /* Page */
    html, body {margin: 0; padding: 0;}
    body { margin: 0; padding: 0;}
    When she creates a new page with this template, the first few
    lines look like this:
    quote:
    <html><!-- InstanceBegin
    template="/Templates/main_template.dwt"
    codeOutsideHTMLIsLocked="false" -->
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Student Investment Fund</title>
    When she's working on individual page content and she formats
    the text that she's putting in (say she wants to change a word to
    be red), Dreamweaver inserts the extra style definitions between
    the <html> tag and the <!-- InstanceBegin --> line.
    quote:
    <html>
    <style type="text/css">
    <!--
    .style1 {color: red;}
    -->
    </style>
    <!-- InstanceBegin template="/Templates/main_template.dwt"
    codeOutsideHTMLIsLocked="false" -->
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    THEN she decides something needs to change in the template so
    she changes the template and when Dreamweaver applies the changes
    to this particular file, it wipes out the extra style definitions
    that were inserted (above example).
    Does anyone have any insight as to what is happening here, or
    how I can get around this?
    We are planning to have the site completely rewritten
    (because the first one wasn't written that well) but I do need a
    short term solution until that happens.
    P.S. Another thing that confuses me is that Dreamweaver
    doesn't populate the 'Style' dropdown list in the Properties box
    with styles that are defined in the non-editable template part of
    the page (the global styles). In fact, it doesn't recognize them at
    all. Unfortunately whoever made this template left style
    definitions with their default names (style1, style2) and when new
    styles are created for individual pages, it uses the same names and
    she ends up with two 'style1' definitions...?

    How many files do you have hanging off this template?
    Clearly there is an error in the child page's HTML. The
    embedded
    stylesheet, being between <html> and <head> is
    not only misplaced, but will
    indeed be erased by DW each time you update the template.
    Do these rules in that embedded stylesheet change from page
    to page? Or
    would they be better placed in an external stylesheet?
    Anyhow, show me what happens to the head region for this page
    when you apply
    this template to it.
    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
    ==================
    "biannucci" <[email protected]> wrote in
    message
    news:[email protected]...
    > Here is the entire template....
    >
    quote:
    <html>
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <!-- TemplateBeginEditable name="doctitle" -->
    > <title>Student Investment Fund</title>
    > <!-- TemplateEndEditable -->
    > <style type="text/css">
    > /* Page */
    > html, body {margin: 0; padding: 0;}
    > body { margin: 0; padding: 0;}
    > div { margin: 0; padding: 0; }
    > /* Upper Area */
    > div.upper { background-color: #290770; text-align:
    center; }
    > .upper p { margin: .5em 0 0 0; }
    > .upper br { margin: 5px 0 0 0; }
    > table.upperTable { border: none; width: 99%; padding:
    5px 0px 0px 5px; }
    > upperTable.tr, upperTable.td { margin:0; padding: 0; }
    > /* Nav Area */
    > div.nav { background-color: #000000; color: #FFFFFF;
    vertical-align:
    > middle;
    > text-align: left; padding: 8px; margin-bottom: 10px;}
    > .nav a, .nav a:visited, .nav a:active { color: #FFFFFF;
    text-decoration:
    > none; }
    > .nav p { margin: 0; padding: 0; }
    > .style1 {
    > color: #FFFFFF;
    > font-size: small;
    > }
    > .style1 a {
    > color: #FFFFFF;
    > }
    > .style2 {
    > color: #FFFFFF;
    > font-style: italic;
    > font-size: small;
    > }
    > .style9 {font-size: xx-large; }
    > .style20 {font-family: Verdana, Arial, Helvetica,
    sans-serif; font-size:
    > 10px;
    > }
    > </style>
    > <!-- TemplateBeginEditable name="head" --><!--
    TemplateEndEditable -->
    > </head>
    > <body bgcolor="#FFFFFF">
    > <!-- Upper Area (formerly upper.html) -->
    > <div class="upper">
    > <table width="100%" class="upperTable">
    > <tr>
    > <td width="50%"><img border="0"
    src="../images/schoollogo.gif"
    > width="275"
    > height="73"></td>
    > <td width="50%" align="right"><p
    class="style1"><a
    > href="
    http://www.business.utah.edu/index.php">DAVID
    ECCLES SCHOOL OF
    > BUSINESS
    > </a></p>
    > <p class="style2">Education with Impact
    </p></td>
    > </tr>
    > </table>
    > <br />
    > </div>
    > <!-- End Upper Area -->
    > <!-- Nav Area (formerly middle.html) -->
    > <div class="nav">
    > <p><font face="Arial" size="2">
    | <a
    > href="../index.html">Home</a> | <a
    href="../about/fundhome.html">
    > About
    > the Fund</a> | <a
    href="../current/currenthome.html"> Current
    > Performance</a>
    > |<a href="../historical/Year by Year
    Review/historicalhome.html">
    > Historical
    > Performance </a>| <a href="../logon.php">
    Members Only</a>
    > |</font></p>
    > </div>
    > <!-- End Nav Area -->
    > <!-- Content Area -->
    > <!-- TemplateBeginEditable name="content" -->
    > <p align="center"
    class="style9"> </p>
    > <!-- TemplateEndEditable -->
    > <!-- End Content Area -->
    > <!-- Footer (formerly part of lower.html) -->
    > <div class="footer">
    > <div align="center">
    > <center>
    > <table width="100%" height="141" border="0"
    cellpadding="3"
    > cellspacing="0">
    > <tr>
    > <td width="25%"><font face="Arial"
    size="2"> </font></td>
    > <td width="48%"> </td>
    > <td width="27%"> </td>
    > </tr>
    > <tr>
    > <td width="25%" height="109"><p
    align="right"></p></td>
    >
    > <td width="48%">
    > <p align="center" class="style20"><a
    > href="
    http://www.business.utah.edu"
    target="_blank">Eccles
    > School</a>  | <a href="
    http://www.utah.edu"
    > target="_blank">University
    > of Utah</a></p>
    > <p align="center"><span
    class="style20"><a
    >
    href="mailto:[email protected]">[email protected]</a>
    > | <a
    > href="
    http://www.utah.edu/disclaimer/">Disclaimer</a></span>
    </p>
    > <p align="center"><font face="Arial"
    size="1">Last update
    > <!-- #BeginDate format:Am1 -->July 17, 2007<!--
    #EndDate -->
    > </font> </td>
    > <td width="27%">
    > <p align="right"><a href="
    http://www.utah.edu"
    target="_blank"><img
    > border="0" src="../images/blockulogo.gif" width="126"
    height="90"></a>
    > </td>
    > </tr>
    > </table>
    > </center>
    > </div>
    > <p align="right"> </p>
    > <p align="right"> </p>
    > </div>
    > <!-- End Footer -->
    > </body>
    > </html>
    >
    >
    >
    > Here is the code from <html> to </head> of
    one of the files that uses the
    > template:
    >
    quote:
    <html>
    > <style type="text/css">
    > <!--
    > .myNewStyle {color: #FF0000}
    > -->
    > </style>
    > <!-- InstanceBegin
    template="/Templates/main_template.dwt"
    > codeOutsideHTMLIsLocked="false" -->
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <!-- InstanceBeginEditable name="doctitle" -->
    > <title>Student Investment Fund</title>
    > <!-- InstanceEndEditable -->
    > <style type="text/css">
    > /* Page */
    > html, body {margin: 0; padding: 0;}
    > body { margin: 0; padding: 0;}
    > div { margin: 0; padding: 0; }
    > /* Upper Area */
    > div.upper { background-color: #290770; text-align:
    center; }
    > .upper p { margin: .5em 0 0 0; }
    > .upper br { margin: 5px 0 0 0; }
    > table.upperTable { border: none; width: 99%; padding:
    5px 0px 0px 5px; }
    > upperTable.tr, upperTable.td { margin:0; padding: 0; }
    > /* Nav Area */
    > div.nav { background-color: #000000; color: #FFFFFF;
    vertical-align:
    > middle;
    > text-align: left; padding: 8px; margin-bottom: 10px;}
    > .nav a, .nav a:visited, .nav a:active { color: #FFFFFF;
    text-decoration:
    > none; }
    > .nav p { margin: 0; padding: 0; }
    > .style1 {
    > color: #FFFFFF;
    > font-size: small;
    > }
    > .style1 a {
    > color: #FFFFFF;
    > }
    > .style2 {
    > color: #FFFFFF;
    > font-style: italic;
    > font-size: small;
    > }
    > .style9 {font-size: xx-large; }
    > .style20 {font-family: Verdana, Arial, Helvetica,
    sans-serif; font-size:
    > 10px;
    > }
    > </style>
    > <!-- InstanceBeginEditable name="head" --><!--
    InstanceEndEditable -->
    > </head>
    >
    >
    >
    > Disclaimer: I am fully aware that this is really bad
    html coding....its
    > the
    > reason I'm having the entire site rewritten....
    >

  • Questions on using templates [CS3]

    Greetings,
    I'm trying to figure out the best way to approach an InDesign task, and my rank-novice-level experience isn't cutting it. Normally I'd read through a gazillion help pages and do a bunch of tutorials to try and teach myself enough to answer the questions on my own - but I'm a new parent (~2 months), so don't really have the time to take my usual approach; indeed, it took me several days just to write up this question and post it. So any help is *much* appreciated!
    What I'm trying to do: create ~80 cards for a board game. Each will have similar layout, so creating a template file seems like the way to go. I've never worked with templates before, but doing so seems straightforward enough for things like text, or for an illustration which would be different on every card. However:
    Difficulty #1: Some cards are of one type - call it type A - while others are of type B. Several graphical elements are always the same for a given type, but are different for A vs. B. I'm sure there must be a simple way to say "this file uses all items for type A, and not B", but I'm not sure if this would be best done using different templates, different master pages, setting which layers are visible on an imported photoshop file, or some other technique. (Did I mention I'm a total novice with InDesign?)
    Difficulty #2: There are half a dozen graphical elements (icons), each of which may or may not appear on a given card. Using templates or master pages for all permutations of their visibility seems like a bad idea. But if I simply delete the not-shown objects from each file (assuming one can do such a thing when using templates), that makes later changes (which might involve re-adding them) difficult. In Photoshop or Illustrator - both of which I'm more familiar with than InDesign - I'd simply make the layer/object non-visible; is there an equivalently simple way to "get rid of this object, but let it be easy to bring back" in InDesign? (I've found the "nonprinting" attribute, but that doesn't seem to hide it from view while editing, which makes verifying the layout as correct rather onerous.)
    Trying to look ahead #1: Eventually, I'd like to create an InDesign document which imports all of the single card files into an easily printable layout (9 cards to a page); I'm told this is possible. Is there anything I should know to avoid shooting myself in the foot / making this task unreasonably difficult? (eg: if InDesign throws tantrums when you try to import multiple documents based off the same template, I'd sure like to know that before making 80 cards based off the same template.)
    Many thanks to anyone who can help!
    --Eric

    I'd make the card file at the trim size, and add a bleed allowance if you need one. Export this to PDF withthe bleed, but NO MARKS.
    Ah, here's where I display my novice status:
    1. So you'd suggest just one card file, rather than one file per card all using the same template?
    (If relevant: it would also be useful to be able to distribute 9-up PDFs of, eg, the only the 16 cards which changed in a particular revision.)
    2. I'm familiar with bleed allowance, but am guessing at what you mean by "trim size", and don't know at all what you're referring to by Marks? My experience with actual pre-press production is pretty much nil.
    I should probably mention, since I didn't earlier, that there is a downside to overriding master objects. If you apply a new master, or reapply the old one for some reason, the overridden objects remain and new master objects will be replaced where missing. Also, if you make any chages to an overridden object, that attribute, such as size or position, for example, loses it's link to the master and will no longer update if the master object is edited.
    Mm, that is a difficulty; if I'm understanding this correctly, if I (eg) replaced or moved one of the icons on the master page, it would change on every card for which it was visible (printable), but not on those cards where it had been overridden to be non-printing - only a problem if I have to change which icons show on which cards, but that will certainly happen from time to time.
    Is there a way to tell an object "stop overriding and re-load all your information from the appropriate master object"?

  • XML page cannot be displayed cannot view XML input using XSL style sheet Please correct the error and then click the REfresh

    XML page cannot be displayed cannot view XML input using XSL style sheet Please correct the error and then click the REfresh

    Is the error message displayed in Firefox or in IE, or in a customized window that doesn't identify the browser?
    ''If it displays in Firefox:''
    It's possible that the Troubleshooter doesn't work correctly unless IE is your default browser. You could test that possibility by having IE make itself the default and testing the Troubleshooter again.
    ''If it displays in IE or embedded in another Microsoft application:''
    In a web search I found these suggestions:
    (1) Reset your Internet Explorer settings, according to http://answers.microsoft.com/en-us/ie/forum/ie8-windows_7/cannot-view-xml-using-xsl-style-sheet/ccfe80c6-c0db-4594-a7e3-475f9eac0e85
    (2) Try the System File Checker, according to http://ask-leo.com/why_do_i_get_the_xml_page_cannot_be_displayed_after_running_a_microsoft_troubleshooter.html
    Any luck?

  • Some clients Can't open XLSX files in Libraries using template.dotx but can open xlsx files in libraries using template.doc

    If I create a new library using any Excel/Word template - DOC, DOTX, XLS, XLTX and then upload a XLSX document (or docx) then some of my clients experience issues opening the document.  My work around in the past has been to resave the document
    as XLS or DOC.  Interestingly Old Libraries (Libraries using template.doc) don't have a problem with xlsx or docx documents.  (This only works because most of the clients experiencing the problem only open a few documents and we only have to
    resave a few documents.  I don't know why these clients have this problem though.)
    We are now testing a new Terminal Server implementation.  One with OpenOffice instead of Microsoft Office.  We can't open xlsx files on new libraries but can on old libraries.  (docx files are not a problem though)  I found a couple of
    work arounds.  One work around is to click on the down arrow by the document name and select "Edit in Excel" which fails, but then clicking on the document name after will then prompt you to Open/save the document.  Clicking on Open
    successfully opens the document in OpenOffice.  (So rather tedious for the users but nothing has to be changed to make it work.)
    The other option is to create a template from one of the libraries that is working and then use it to create a new library and save my documents to the new library.  Then I'm prompted to Open/Save the xlsx documents in the library.  This
    option is less tedious for the user but then I have to go through and recreate any libraries using template.dotx.  Creating a new library using the standard Document Library option and selecting Word or Excel 2003 does not resolve the issue - it has to
    be created from a template created from an existing library that works in the Terminal Server implementation. 
    My boss is opting for the latter option unless I can come of with an alternative that doesn't mean additional steps for the users.  Training is an issue because most of the Terminal Server users are shop floor workers. 
    My question is, is there a patch or fix that addresses this issue or any other work arounds that would be less work? 
    Additional Info:  Our Sharepoint implementation is the Enterprise version is installed but we do not have the Excel related Features activated (and these can't be activated due to licensing).  I'm not sure if that matters or not but it is
    a different configuration from how most SharePoint installations are configured.  SP1 is installed.  I have not installed any recent CU's.  Versions I see in Patch Status screen include 14.0.6029.1 (primarily) with some additional features
    reporting 14.0.6105.5, 14.0.6107.5, 14.0.6112.5 and 14.0.6114.5.
    Nancy Forbes

    We have tried a couple of additional things.
    We uninstalled OpenOffice and are testing LibreOffice.  I also installed CMIS from the SharePoint Administrator's toolkit, added the solution, and deployed it to my sites.  The "Producer" feature is activated on the site I am testing with. 
    I created a new library and posted some docx, doc, and xlsx files to it.  All files can be opened as Read-only from the Library list.  The only way I have found that I can edit the files is to Open the Library with Explorer.   I then deactivated
    the producer feature and tested opening the SharePoint documents from Explorer and it worked the same. 
    So am I misunderstanding what the CMIS Producer feature is for?
    Nancy Forbes

  • Maybe enhancement request: File Browse item with Button in template style.

    When I use a file browse item on a page it gets a standard HTML button. This looks a bit out of place among all the other template style buttons.
    Is there a way to give the file browse button a template button style?

    Hi Rene,
    there is a nice workaround available.
    You just need to create some css changes:
    /* this one hides the original button + field */
    input.file {
         position: relative;
         text-align: right;
         -moz-opacity:0 ;
         filter:alpha(opacity: 0);
         opacity: 0;
         z-index: 2;
    }Now you have to choose which solution you like most:
    http://www.quirksmode.org/dom/inputfile.html
    http://www.shauninman.com/archive/2007/09/10/styling_file_inputs_with_css_and_the_dom
    Seems like a nice plug-in solution. :)

  • Using nested styles to break blocks of text into different pages

    Hello everyone,
    I'm treating data collected through a Google Docs form and I've already set it up so that the questions appear on the left and are followed by the respective answers sequentially so that I have a simple way to copy paste the whole information to Indesign. Then I'm going to use nested styles to define individual styles for the questions and answers.
    What I can't do, however... and I'm not even sure if it's possible, is how to tell Indesign to break text that is laid out sequentially into different lines or to break blocks of text so that they start in the beggining of the next page without having to resize the text frames by hand.
    As a visual example this is what the data I've exported out of excel looks like:
    Question 1 (tab) Answer A1 (line break)
    Question 2 (tab) Answer A2 (line break)
    Question 3 (tab) Answer A3 (line break)
    Question 1 (tab) Answer B1 (line break)
    Question 2 (tab) Answer B2 (line break)
    Question 3 (tab) Answer B3 (line break)
    (and so on in groups of 3 questions)
    And I want to turn it into:
    Question 1 (turn the tabs into line breaks)
    Answer A1
    Question 2
    Answer A2
    Question 3
    Answer A3
    (and then start at the beggining of a new page)
    Question 1
    Answer B1
    Question 2
    Answer B2
    Question 3
    Answer B3
    I can't define the size of the text frames so that the next group of questions+answers starts at the beggining of a new page because some of the answers are multi-line fields and thus the number of lines of the answers are variable and they can come short of the text frame edge or pass it.
    Can anyone share some insight of how to do this (or if it is at all possible)?
    Thank you very much!
    MACC

    Thank you very much for your input.
    I'm trying to automate this process as much as possible because I don't want to have to crunch the data manually myself later on, instead just teach someone else how to do it.
    The first search and replace action seems basic enough but regarding the second one I would have to manually assign that paragraph style to the line where the data would break because one can only assign character styles in nested styles, right?
    Also I've heard that ID CS5 automatically creates new pages based on a template when you paste information inside the first page, is that so? That would be great because that way the person wouldn't have to manually create pages and link the contents throughout the document but instead simply open my template and paste the information within the first master page. That's not possible with CS4, is it?
    Thank you very much!

  • Customized Setting of External Applications are NOT saved if using templates

    We are using templates and on the template we have put the "External Application" portlet .
    Now if normal user tries and customize this portlet then these settings are not saved.
    Like user want's to see only 2 applications so he checks only 2 applications but these settings are not saved and portal still shows 5 applications to that user.

    I haven't seen this problem. Please report it to Oracle Support.

  • Using Template blue box stop movement of graphic and/or text..

    I am using one of the templates...it worked fine when I was using there formatted section. However I tried to add a new page that doesn't use their text or graphics. I hit return a few times until I got a new page. I placed a graphic, but when I try to move it a blue box flashes up and I am prevented from moving the graphic. Any thoughts?

    It would help if you told us which template you used or at least which type of document. You can see it to the right of the document name.
    My guess is that it is a word processing document. You have use paragraph breaks (return key) to get a new empty/blank page. Then you have inserted an image.
    The image is probably inserted inline. open the Inspector palette > Wrap tab, the third tab > have the image selected and click on floating. Now you can move or resize the image
    Tips: Have Show invisibles turned on, it will better know what happens in the document.
    When you want a new page learn to use Insert > Page break
    You can download the Pages User Guide from the Pages Help menu. It will tell you a lot about the features in Pages.

Maybe you are looking for

  • Invoking a Web Service that Requests NTLM Authentication in BPEL Process

    Hi, I am trying to invoke a webservice which requires NTLM Authentication.able to test the service through SOAP ui . Followed the steps memntioned in the oracle doc in order to invoke the same service through BPEL Process, some how I am facing issue

  • What to do with an ISO file?

    I've downloaded a zip file which has expanded to an iso file - I thought i needed to burn it to dvd before opening but nothings happened.... it does look like it hasn't fully uncompressed.... any ideas? Thanks....

  • Importing configurations via Order Import in R12

    Hi All, We need some help with this issue we are facing while importing configurations ( PTO ) via order import process. The scenario is like this : we have parent PTO Model Item : A and under this we have 2 Option Classes within the BOM: OC1 & OC2 E

  • Simple Problems of oracle 8i using Rman and so.................

    I am Shan here. I am DBA student for oracle 8i. I have a problem with a backup and recoverys article which is Rman. If you can not help for this then please tell me a contact of that person who can help me. If u can then it is on.. 1- I create a user

  • IPhoto 11 "Show Extended Photo Info"

    This selection, under "Photos" in the menu bar, is NOT THERE in my iPhoto 11. My first selection is "Adjust Date and Time". What is happening here?