Layout whole pages in PLD

Hi,
           My Client requires outline border for the whole pages. please suggest me a solution ASAP
Regards
Selva.D

On the Page Header properties window you need to select Border (Right, Left and Upper)
On Page Footer properties window you need to select Border (Right, Left and Low)
On all other areas you need to select a right and left border
Enter value 1 on the Border tab of the Properties window

Similar Messages

  • When inserting .lbi, whole page turns white.

    Good evening everyone,
    I hope I am putting this question in the correct place, if not, my apologies, please just let me know where I should go.
    Here's my problem:
    I have created a library (.lbi) file for my navigation menu that way I only need to update that once and that will update all of my sites.  It is a very basic layout and looks as follows:
    Test
    Test2
    Now when I go to insert this library into a page, which I have with a background gradient... It turns the whole page white (seems to cover the background.)
    I've tried making the background of the library and the table and each cell all a clear image (clear.png) and that hasnt worked.
    I've also tried to make it just "default background" and that doesnt work either.
    If anyone has seen this before or has any suggestions please let me know... very frustrating to not be able to figure this out.
    If I just throw the table on each page it works fine, transparent background is not an issue, but then I have to update tons of pages with new links and thats very annoying!
    If you also know of a better way for navigation please let me know.
    Thanks for everyones help in advance,
    rcdeck

    Here is the actual code of the .lbi
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <style type="text/css">
    <!--
    .style22 {font-family: "Poor Richard"; font-size: 24px; }
    .style23 {font-size: 24px}
    body {
        background-image: url();
    .style1 {font-family: "Poor Richard"}
    -->
    </style>
    <table border="0">
      <tr>
        <td>Test</td>
      </tr>
      <tr>
        <td>Test2</td>
      </tr>
    </table>

  • How can I put a colored border around the whole page?

    I just want to know how to pur a colored border around the whole page?

    Hi Rachel,
    Here's an example. Instructions follow the image:
    Start with a new, Blank word processing document.
    Insert a rectangle shape (the darker green is the default colour)
    Change the colour to your desired border colour, using the Fill Color well in the format bar.
    Set the Stroke to none, using the first popup menu on the Format bar. (I missed this step in the example, leaving the black line seen at the rigth edge of the pages.)
    Drag the handles to resize to shape to cover the whole page.
    Go to the View menu and choose Show Layout to see thae area that text will occupy.
    Insert a second rectangle shape on the page.
    Set its Fill colour to whatever bckground colour you want in the text area,
    Set the Stroke to none.
    Resize the second shape to fit just outside the text area indicated on the Layout.
    Select both shapes, then go Arrange > Group.
    Go Arrange > Move Object to Background.
    Go Format > Advanced > Move Object to Section Master.
    If either of:
    Go Arrange > Make Background Objects Selectable
    Go Format > Advanced > Make Maste Objects Selectable
    have checkmarks beside them,
    Select that item to uncheck it.
    The frame will now appear on every page in the section.
    Regards,
    Barry

  • Whole page displaying on phone

    Hi there. I am quite new to muse so be gentle. I have searched for this issue but don't even know the key words to put in.
    I have created a phone version of my website. However once I navigate to it on my phone, the whole page is displayed, as its quite long its all over on the left hand side and I have to use two fingers to zoom into the website.
    How can I fix this?

    Hi. I have checked everything I can think of. Basically I have stripped it back to the most basic website (Sorry its for work so cannot show it)
    There are no objects outside of the layout, I have removed back ground images etc, I cannot think what else to try., In essence its loading the entire page which is quite long, so consequently it throws it all over on the left hand side and make its small to fit it all in.

  • "My Rooms" iView occupies whole page

    Hi,
    I have two iViews in a page with the Equal Width Page Layout. One of the iViews is "My Rooms" iView and no matter how much i fix the size of this iView, it continues to occupy the whole page. As a result i am unable to see the other iView in the page.
    Any help would be suitably rewarded.
    Regards,
    Vibhu

    Hi Vibhu,
    After you add the iviews to the page, the iviews get attached one below the other. Select the page layout of the page and see the positions of the iview. you can drag and drop iviews in the respective columns or place them one besides the other.
    As well verify the properties of both the iviews.
    Hope this helps.
    Thanks,
    Praveen
    PS. Dont forget to reward points if solved/useful.

  • Scroll the whole page

    Hello there
    Jdeveloper : 11.1.2.2.0
    my page template should be as following
    header - footer - center - menu on the right
    the question is how can i achieve the template design and at the same time have a scroll over the whole page not just the center.is that possible ? what layout should i use ?
    thanks in advance
    Omar

    Thanks Pandu05
    here is the page
    <?xml version='1.0' encoding='UTF-8'?>
    <f:view xmlns:f="http://java.sun.com/jsf/core" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
            xmlns:c="http://java.sun.com/jsp/jstl/core">
        <c:set var="viewcontrollerBundle" value="#{adfBundle['viewcontroller.Templates.lookupTemplateBundle']}"/>
        <c:set var="msgBundle" value="#{adfBundle['com.beshara.corrs.view.ViewControllerBundle']}"/>
        <af:document title="home.jsf" id="d1">
            <af:form id="f1">           
                    <af:panelStretchLayout id="idd">
                        <f:facet name="top">
                            <af:outputText id="t" value="Top" inlineStyle="background-color: #FF6666;"/>
                        </f:facet>
                        <f:facet name="start">
                            <af:outputText id="s" value="Start" inlineStyle="background-color: #FFFF66;"/>
                        </f:facet>
                        <f:facet name="center">
                            <af:panelGroupLayout layout="vertical">
                                <af:image source="/skins/images/security_home.png"/>
                                <af:image source="/skins/images/security_home.png"/>
                                <af:image source="/skins/images/security_home.png"/>
                            </af:panelGroupLayout>
                        </f:facet>
                        <f:facet name="end">
                            <af:outputText id="e" value="End" inlineStyle="background-color: #66FF66;"/>
                        </f:facet>
                        <f:facet name="bottom">
                            <af:outputText id="b" value="Bottom" inlineStyle="background-color: #6666FF;"/>
                        </f:facet>
                    </af:panelStretchLayout>           
            </af:form>
        </af:document>
    </f:view>the problem now is that the center is not scrolled and when i set the lauyout of the panelGroupLayout in the center to scroll i get the scroll in the center,but what i want is to scroll over the whole page instead of the center.how can i achieve that ?

  • TOC Links won't open New Window, Whole Page

    RoboHelp HTML 11, Internet Explorer 11. Multiscreen HTML5 layout.
    I'm trying to experiment with the different ways of opening links: New Window, Whole Page, Same Frame, etc.
    Yesterday the different variations worked the way they should, but today every link in the TOC opens as if set to "Default (none)".
    As for Links on topic pages, "New Window" opens a new tab, and "Whole Page" seems to go to Default (including the sidebar, which I gather should not be there).
    Any ideas?
    -- Shawn

    Hi,
    Responsive or Multiscreen?
    For the HTML5 version, the frame options for links won't work.
    New Window should open a new tab. That is as expected.
    The rest will work like a regular link.
    The frame options really are just for WebHelp only. And only the new window and whole page make any sense.
    Kind regards,
    Willam

  • When I AirPrint it only does small portions of the page. How do I get it to print the whole page?

    When I AirPrint The printer only prints a portion of the page.  How do I get it to print the whole page.

    It would help if you stated what printer you are using and what application you are doing the printing from. Also, what are you printing?

  • Not printing the whole page

    the printer is not printing the whole page it is cutting the right side
    hp photosmart 7520

    My HP Photosmart model 5520 is only printing part of a page.

  • Can't print a graph on the whole page in landscape

    Hello!
    I have XY graph that I want to print on the whole page in landscape orientation (paper A4).
    On the screen the graph is small, so I do resizing, appending image to report, and then printing.
    After sending it to the printer I get preview (from the printer software) and see that the graph uses only approx. 5/6 of the page in the width, in other words the height of the graph takes the whole height of the page (21 cm) and the width of the graph leaves 5 cm of the page unused.
    I tried to change the width and the height of the plot area to get proper ratio, but in vain.
    If I set the height of the graph too large it goes beyond the page, but whatever I write to the width I always get 5 cm of the page unused on the right side. (not including 1 cm of the margin).
    Note: surely, if you set small width you can get more space of the page unused, I'm talking about increasing the width of the graph.
    Any ideas?
    See attached for the vi. I tried to save it for 7.1 version but it can't, so you'll need LabView 8.0 to check it.
    Also in attached you can find the page preview I get before it goes to printer.
    Thanks in advance.
    Rashid.
    Using LV 8.0 Pro on WinXP with printer Canon PIXMA iP1000 (also tested on HP printer, but I think it doesn't matter).Message Edited by Rashid on 06-06-2006 07:09 AM
    Attachments:
    Graph printing out.vi ‏40 KB
    Report preview.png ‏48 KB

    Rashid,
    It could be that you would need to install the entire LabVIEW 8.0.1 update rather than just the updated Run-Time Engine (RTE).  Here is a link to the 8.0.1 update.  If you download and install this version, you can then use the utility to mass compile or compile when you are prompted. 
    Repost if you have more questions!
    Andy F.
    National Instruments

  • How to refresh a portlet without refreshing whole page?

    hi
    I have 3 jsp portlets on a page. Now, I can write some javascript code in a jsp and refresh it after a predetermined interval of time.
    If i do this with the jsp portlet the whole page will get refreshed which is not something i want to do. i want only that jsp portlet to get refreshed.
    Is it possible?
    This actually is like having yahoo mail and hotmail both of them on the page and working with both of them simultaneously. Is it possible using portlets.
    Pl. help
    null

    Hi Little Foot,
    I think it is because I use a simple input button (created manually in the code), and you use an apex built-in submit button, so it submit the page.
    But since I posted that solution, I have found a better way, that allow me to get upload status, it is very simple :
    Create a file browse item :
    Name : P3_FILE_BROWSE
    Storage Type : Table WWV_FLOW_FILES
    Post Element Text : &lt;div id="upload_status">&lt;/div>
    Bind event on the element that will trigger the upload
    $('#your_element').click(function(){
         if ($('#P3_FILE_BROWSE').val() != '') {
              $('#wwvFlowForm').parent().append('<iframe id="upload_iframe" name="upload_iframe" style="display:none;"></iframe>');
              $('#upload_iframe').unbind('load').load(function () {
                   /* upload finished, so here you can do what you want with the uploaded file
                   $('#upload_status').html('<img alt="" src="'+IMAGES_PATH+'ajax-loader.gif" style="height:28px;width:28px;" /> file processing...');
                   //do what you want with the file
                   $('#upload_status').html('')
                   $(this).remove();
              $('#wwvFlowForm').attr('target','upload_iframe').submit().removeAttr('target');
              $('#upload_status').html('<img alt="" src="'+IMAGES_PATH+'ajax-loader.gif" style="height:28px;width:28px;" /> uploading file...');
    });It automatically create the hidden iframe, submit the form into it, tell the user upload is finished, and remove the hidden iframe.
    your_element can be a button, an image, etc...
    Hope it can helps !
    Yann.

  • How can I attach j-pegs and other documents to an email unopened and stop each them taking up a whole page of my email ?

    How can I attach j-pegs and other documents to an email unopened and stop each them taking up a whole page of my email ?

    In addition to the last poster's suggestion  -  just so you know, it also depends on the email program the recipient uses as to how they will see any attachments - for instance, when I am using my Yahoo Mail, I am absolutely unable to view any attachment within the browser window - Yahoo forces me to download it; there is no way for me to check it (like a preview) to see if I want to download it or not.
    And, FWIW: the window shown in the screenshot does not show on my version of Mail 5.1 (which is the latest for 10.7.2); the only one similar shows when viewing a message received with an attachment, not while sending one. So that must be a different version.

  • I have alot of loose photos at home (old) and I would love to make a bunch of iphoto books and make the pages like whole page collages?  How do I get my photos into iphoto in order to do this?  Can I make a DVD at the drugstore and add them to iphoto?

    I have alot of loose photos at home (old) and I would love to make a bunch of iphoto books and make the pages like whole page collages?  How do I get my photos into iphoto in order to do this?  Can I make a DVD at the drugstore and add them to iphoto?

    You can make the collages easily if you have iWork.  Just open a letter sized page in landscape mode and drag the photos onto the page, rotate and postiion as necessary.  Then do a Print ➙ PDF ➙ Save PDF to iPhoto to get a 200 dpi jpeg version of the Pages page into iPhoto.  From there you can add it to your book and use a blank page with the option to have an image as the backbround. 
    If you have a 3rd party image editor that supports layers you can create the collage with it. 
    OT

  • How do i get my image to fill the whole page in pages

    I am making an epub book and would like the image on my cover page to fill the whol page without the large white borders around it. How can I do that in pages. I know you can't export a document as an epub if it has floating objects in it but i don;t know if thats a problem for this application or not. Thanks

    Menu > File > Page Setup > create a custom paper size of 9" x 13.5" > set all margins to 0 > Format > Any Printer > OK
    Create your custom cover as a jpeg and crop to 9" x 13.5" or proportional pixel equivalent.
    Import your cover onto the first page of your ebook.
    Inspector > Wrap > Object Placement > Inline...
    Stretch cover image to fill the page.
    Menu > File > Export > ePub > Use first page as book cover image
    Haven't tried this myself, but this is what is recommended.
    Peter

  • How to layout a page in numbers 3.0 -- I can't edit in print view

    How to layout a page in numbers 3.0 -- I can't edit in print view any more.  I am using the new version and miss the show print view mode.

    The recipe for my tables:
    1-write a line  (begining page 1) (5 pixel width)
            Begin x=1  y=1
            End    x=903  y=903
    2- write a line (begining page 2) (5 pixel width)
            Begin x=1  y=1213
            End    x=903  y=1213
    3- write a line (begining page 2) 
            Begin x=1  y=     2425
            End    x=903  y=  2425
    etc
    Print and set autoadjust off and 60%

Maybe you are looking for