How to fix a page width in different resolution

Hi
I am designing a page in the portal 3.0.9.8.0 for a standard
resolution of 800*600.
The page divided into 3 regions (150px,325px,325px)and publish
portlets within these regions.
The page is displaying perfectly, but when i change my
resolution to 1024*768px there are white space between portlets
in spite the the space between portlets is set to 0 and there is
neither borders nor headers.
I want to know:
1/How can I fix the page width so when I increase the resolution
the page display remains the same and the white space is
displayed on the right and left margin of my page.
Regards

This might not be very useful, but what i have done is to place
another region on the left with a large width and nothing
inside....it seems to work fine

Similar Messages

  • How to fix a page in a multiple resolution

    Hi
    I am designing a page in the portal 3.0.9.8.0 for a standard
    resolution of 800*600.
    The page is divided into 3 regions (150px,325px,325px)and I
    publish portlets within these regions.
    The page is displaying perfectly, but when i change my
    resolution to 1024*768px there are white space between portlets
    in spite the space between portlets is set to 0 and there is
    neither borders nor headers.
    I want to know:
    1/How can I fix the page width so when I increase the resolution
    the page display remains the same and the white space is
    displayed on the right and left margin of my page.
    Regards

    Hi Steven
    I am not able to find out a similar case.
    Could you please advise about some other references?
    Regards

  • How to fix a page in a multiple resolutiojn

    Hi
    I am designing a page in the portal 3.0.9.8.0 for a standard
    resolution of 800*600.
    The page is divided into 3 regions (150px,325px,325px)and I
    publish portlets within these regions.
    The page is displaying perfectly, but when i change my
    resolution to 1024*768px there are white space between portlets
    in spite the space between portlets is set to 0 and there is
    neither borders nor headers.
    I want to know:
    1/How can I fix the page width so when I increase the resolution
    the page display remains the same and the white space is
    displayed on the right and left margin of my page.
    Regards

    Hi Steven
    I am not able to find out a similar case.
    Could you please advise about some other references?
    Regards

  • How do I set Page Width to Multiple Pages?

    How do I set Page Width to Multiple Pages?
    I notice when Cross Tabs are used, the report spans over several pages in width. Can I set this option without using a cross-tab? Since I am having trouble finding a paper width that is 100 inches wide, I was thinking of just using multiple pages.
    Thanks,
    Linda

    Hi Linda,
    Try inserting an OLEDB object and select a bitmap and insert a blank bitmap in report header. Now go to preview and right click on OLEDB Object go to format graphic>picture>change the width of the picture
    If the width exceeds more than the width of the page then it create virtual pages.
    Hope this helps!
    Raghavendra

  • Setting different pages widths in different sections - Pages 5.2

    In Pages 5.2, how does one set different page widths (margins) in different sections?

    You can't. Margins apply to the entire document.
    What you can do is set the margins to their max width and then use left and right indents for the sections you want narrower.
    Peter

  • How to set Jspx page width and hight programatically ?

    Hi All ;
    i need to browse a jspx page has Different width & hight sizes ;
    Please Can SomeOne tell me ow to set Jspx page width and hight programatically ?
    Regards;

    In that case you need to use JavaScript.
    Resizing the browser window in JavaScript is done by using window.resizeTo(400, 400);
    I
    Thanassis

  • How to fix where page number appears

    I completed book and submitted to iTunes via Producer. No errors noted. But there is one that I had to do a workaround for. Randomly (?) a page number appeared in the middle of the page rather than in the lower corner. I couldn't access it to move it or delete it. Does anyone know how to fix it or what I have done wrong? I made a small box and copied over the page numbers that appeared out of place on the page and then made the text flow around it so no one would know there was a page number there. I would like to fix it, though. Help! Thanks!

    What  I find confusing is that you say could not move or delete the number...but it will move once you place a text box with wrap.
    In the  template, make the footer number editable ...in Inspector. second icon right. leave unlocked till you resolve all problems
    There are times when changing objects in the template layout  have little or no effect  on a work page, so at times when moving an object and saving changes in fact duplicates the object on the work.
    If the footer page number box is moved out of place and you cannot see the number in iBA work page, it because it has been pushed down a layer or more.  The only way to resolve this is to bring it to the front..this will dhow the outline of every object that is not visible..then by moving content to make it visible..and then move it into place and then rebuild your page.
    You can try selecting everything and in Arrange ..bring To front..it may leave the page number box visible.
    Apple may yet issue a ticket about hidden objects, unless the book  got away with it and is in the store.

  • How to fix the display width of a query

    Hi,
    I have a query in BEx query designer with some characterisitic columns & key figure columns showing data for 12 months of a year. Right now I am able to see only 4 months data at a stretch. I want to narrow down the display of the characteristics and fix the display length of the 12 months key figure data. I want that all 12 months data should be visible in the window without having to scroll right. Can anyone help me?
    Thanks in advance.
    Surabhi

    The number of columns or rows visible within a single page of a query is determined by the Paging setting of the ANALYSIS item in the 0ANALYSIS_PATTERN Web Template.  Here you can select whether you want 4 columns or 12 and how to scroll across or down pages.
    Be warned though, this web template serves as the default template for all BI7 queries so any changes here will be universal across your system.

  • How to fix the column width in a table in htmlb tableview control

    HI Experts,
    I have an issue with my htmlb table view controller. I have created a custom iView with a htmlb table view control and placed it in quick navigation window.
    When data in columns exceeds, I am getting horizontal scroll bar and column,table are getting extened. I don't want  column size increases when text length increses. Instead when lenght of the text incrases in a column, I want the text displyed in multiple columns.
    I have tried for this as below.
    <hbj:tableView
        id="statTable"
        model="bean.stattableModel"
        design="ALTERNATING"
        headerVisible="false"
        footerVisible="false"
        fillUpEmptyRows="false"
        navigationMode="BYPAGE"
        selectionMode="NONE"
        headerText="Report List"
        visibleFirstRow="1"
        visibleRowCount="10"
    width="100%">
    <%
         stattableModel.getColumn("D").setWidth("5px");
         stattableModel.getColumn("D").setWrapping(false);//tried true aswell
         stattableModel.getColumn("H").setWidth("px");
         stattableModel.getColumn("H").setWrapping(false);
    %>
    No change happen ever after I used the above code.
    Any one has the idea, how make it work.
    Thanks in Advance,
    Chinna.

    Hi Babu,
    Please go through this links.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80a7eef2-9a2c-2a10-12bb-abad552f3302
    http://www.sapfans.com/forums/viewtopic.php?f=20&t=300326
    Kind regards
    Prabhakaran.P

  • How to fix: Unhandled page fault on read access to 0x00000000 at address 0x00aa4088 .

    hi
    i recently downloaded a game (assassins creed I), i opened it and the intro showed up after that the screen went white, then black and a window came up calld exception raised and then below it, it said, Unhandled page fault on read access to 0x00000000 at address 0x00aa4088.
    i have tried opening it many times and the same results come up.
    i've looked everywere and found that other people have had this same problem but no one has fixed it yet
    any help will be appreciated
    thanks

    I did try the OP's solution, but it proved to be only temporary. Take a gander at my proposition, and if you are experiencing many issues with your MBA and WiFi Connection, try doing all of the possible fixes located on these forums to see which one (hopefully) works for you. Here's my attempt at a solution.
    Well, after toying around with many of the settings on the MBA, I then began to work on the AirPort Extreme (Gigabit Version) and I discovered that the MBA would only connect when I selected "Interference Robustness" when configuring the MBA. This made a difference no matter what "Wireless Mode" the AE was in, be it 802.11n(b/g) Support, plain 802.11n(5Ghz), ect. So, try that out if you have an AirPort Extreme/Express and MBA, and post your results. The MBA is running 10.5.5 with only one update remaining (10.5.6).
    {This has posted in various threads by me, myself, and I, and I am only reposting so that many threads are aware of this. Hope it helps at least one person.}

  • Weblogic portal 10.3 - How to make JSF page to display different jspx page

    Hi,
    I am new to Weblogic Portal Technology. In my porject I am using trinidad jsf 1.1 and weblogic portal 10.3. I have an issue in changing the jspx path in the JSF portlet at runtime. My scenario is as given below.
    I have a left portlet and a right portlet on my consumer.portal page.
    Left Portlet:_
    The left portlet contains a custom menu created using commandlink tag in trinidad JSF.
    Right Portlet:_
    The right portlet contains a content portlet which will display the jspx.
    Problem:_
    When I click on the menu item link in the left portlet, the right portlet should display the appropriate jspx.
    Is there any solution for this scenario? Can anyone provide me step by step procedure to implement the above scenario?
    Thanks in advance

    Hi Chris,
    I have already gone through this document. But the procedure that is given in it is not working. I mean I am not able to render diffferent different jspx files based on the menu link clicked. It will great if you can provide me steps by step process since I am new to the portal World.
    Thanks a lot for your reply

  • How can I have pages 2 - 12 different from page 1 using Page Layout?

    I am following your suggestion re Page Layout mode.
    I designed text boxes for page 1 but the header for pages 2 - 12 is smaller. This is actually the only difference. But when I attempted to make the text box for the header smaller on page 2, it made the text box header smaller on page 1.
    With the stubling block, I am still using Word Processor and have discovered that some of locked text boxes have disappeared.

    Govan,
    For your newsletter layout, I suggest that you not use "headers and footers" word processor features. Just put a text box on each page where you want header information. This way you will not have to worry about using different sizes on different pages.
    Jerry

  • How to fix slow Pages on iPad2?

    I use Pages on iPad 2 for work and have many folders and documents (about 23MB [15 folders and hundreds of documents] ~ still have about 3GB left on 16Gb iPad2). Often, Pages freezes or takes a very long time to close document. When it freezes, I can fix by closing to homescreen and closing Pages in multitask bar but problem returns. I've tried restarting iPad.
    Is there a way to avoid this? Am I missing something or doing something wrong?
    Thanks,
    N.

    This error typically occur when security software interferes with the restore and update process. FollowTroubleshooting security software issues to resolve this issue. In rare cases, this error may be a hardware issue. If the errors persist on another computer, the device may need service.
    The above comes from here:
    iTunes: Specific update-and-restore error messages and advanced troubleshooting

  • How to fix facebook page loading with white screen and text on left side

    When I log into facebook, there is a white screen with the text displayed on left side of screen. I have tried to delete cache and cookies but page will still not display properly. Please help!

    1) First of all '''Download & Install Firefox 3.6.19'''. This version and Firefox 5.0.x are the only Stable and Still Maintained versions of Firefox.
    http://www.mozilla.com/en-US/firefox/all-older.html
    2) Your User Agent shows that you have the '''Fast Browser Search toolbar''' (Fast Browser Search Make The Web Better - FBSMTWB) installed. This toolbar has been causing many problems in the Firefox 3.6.13+ versions. '''Uninstall''' that extension.
    -> Control Panel > Add or Remove Programs. Uninstall "Fast Browser search protection" and "Fast Browser Search" (MyWebTatoo) (My Tattoons) (mywebtattoo.com) (www.tattoodle.com)
    -> Files: fast-browser-search.xml, fbstoolbar.jar, fbstoolbar.manifest
    http://www.tattoodle.com/uninstall.aspx
    See these pages and threads about Fast Browser Search (FBSMTWB in the user agent, Help > About).
    * http://www.fastbrowsersearch.com/FBS_Toolbar/Help/helpUninstalling.aspx
    * http://www.pccybertek.com/2009/05/remove-fast-browser-search
    * http://forums.mozillazine.org/viewtopic.php?f=38&t=1430845
    3) After all of that has been done, you can see these links:
    -> '''Websites look wrong'''
    https://support.mozilla.com/en-US/kb/Websites%20look%20wrong
    -> '''Problems using Facebook in Firefox'''
    https://support.mozilla.com/en-US/kb/Problems%20using%20Facebook%20in%20Firefox
    Check and tell if its working.

  • How to call/show  page(s) from different application

    Hi All,
    I'm working on couple of applications and some reports (about 30) are used in all applications. I need your advice on doing this efficiently.
    Is it possible to
    1) Create a separate application with all the reports.
    2) Create a blank page with lists linking to all those reports on the same tab
    Now, is it possible to call that page in a "reports" tab of each application without prompting for login and still have rest of the tabs visible while the user is using the reports?
    Thanks in advance,
    Asha
    Edited by: ashapatil on Jul 29, 2010 1:54 PM
    Edited by: ashapatil on Jul 29, 2010 5:41 PM

    Asha,
    you can create links to call pages from other applications without any problem, just take a look at the structure of APEX URL over here: http://www.oracle-and-apex.com/apex-url-format/
    To avoid re-logins you could either disable security on your application (not recommended) or create a custom authentication scheme which takes logged in users from other applications as granted.
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    Work: http://www.click-click.at
    Training: http://www.click-click.at/apex-4-0-workshops

Maybe you are looking for

  • Quicktime player does not play video clip on desktop but plays in iPhoto

    QuickTime player opens the video clip but the screen remains blank and no sound either. What am I doing wrong? It plays perfectly well in iPhoto.

  • IPod 5th Gen no longer has sound

    Just recently my iPod (5th Gen) won't play any sound through headphones or dock.  It shows that it's playing the music, but no sound comes out.  I have done the usual Restore, etc. but it still won't work.  Software is up to date.    Running on Windo

  • Java Database Connections couldn't be closed on PI 7.1 EHP1

    Hi,  I develop a dynamic web project to PI. And I use Database conection in that web project. Even  I closed the connection in java , Connection doesn't closed and after a while PI pooling size reach the maximum size and PI doesn't response.  I find

  • Shuffle will not play podcasts in order

    I have downloaded a French Lesson podcast - which I found through iTunes. No matter how I import the lessons (i.e. directly from the library, or if I make a playlist for the lessons) the will NOT play in order on my iPod Shuffle. I DO have it switche

  • Content has been indexed with Info only. Resubmit should only be performed

    Hi All, Im using the Oracle Content Server (OCS) , When im trying to checkin new document then i get the below mentioned error message can any one plz tell me that what is the problem. Error Message:_ Text conversion of the file failed. Content has b