How to align center for 800x600 webpage on a 1024x768 screen ?

Dear all,
I wonder if I can align center for a 800x600 webpage on a 1024x768 screen using Oracle Portal ?
thanks
George

Hi Sonia,
I can create the user inteface template successfully as you described.
You can use a user interface template for this.
Go to Providers -> Locally Built Providers -> Shared Components -> User Interface Templates.
Then create a template for your pages and add the following lines:
<table width="800" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td>#BODY#</td>
</tr>
</table>
But, I can't follow the following.
I go back to my page group and click [Properties]. And I can't find the [Optional].
I am using Portal 1.10.2. Can you help me ?
After that, go back to your page template, and on its properties, go to optional and then select the User Interface Template you have just created.
With this you won't have to change your original Template.
Thanks
George (HK)

Similar Messages

  • How to align printer for cd labels

    How do I align printer for CD lables?

    Hi,
    Just try-on-error. From the good old days, my successful rate was around 30% that why I bought a new printer which can print on printable CD/DVD's directly. By the way, you have to be very careful with the paper labels, they may stuck inside your player after a while, specially if hot.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • af:outputText   How to align center.

    Hi, I'm using the below tag in one of the jsf page, of an adf application. I would like to align the text to the center of the page. The inlineStyle attribute , takes the value for the center alignment, but not working. Where as other inline style attributes are working. Could some one help me to align the text to center. Thanks.
    <af:outputText value="TEXT" id="ot1" noWrap="false"
                           inlineStyle="font-size:x-large; text-align:center; font-weight:bolder;"/>

    Re: Center align on the page

  • How to align prompts for a stand alone report

    I have an OBIEE analysis with prompts. This is a stand alone report and not a report on the dashboard.
    This report has various different prompts each with a different text. Due to which they dont align .
    For example
    (dash is a prompt box)
    Product Name= ___________________
    Product Description contains any ________________
    Batch Number= __________________
    Destination City contains any _________________
    But what I want is to have spaces between the prompt and prompt box so that it align correctly.
    Can this be done just from  the prompts tab in the report?
    Thanks

    hi
    why dont u use Prompt Display  to "Place label on side of prompt" ?? . it will align automatically.
    Regards
    Sher

  • How can i do for change my ipod touch 4g screen and how mutch it will cost?

    My screen is Craked how can i do for change it and how mutch it will cost ?
    Is it better buy a new ipod ?

    Check out-of-warranty service options in link below. It would be cheaper to repair.
    Basic troubleshooting steps  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101
     In Memory of Steve Jobs 

  • How to align (center) field's content in the section (band) limits

    The environment is: 
    CR version: CR version: CR 10.2.3600
    VS version: VS 2005 Prof + C#
    Application type: Windows application
    The Text objects can have set crHorCenterAlign property. There are no similar crVertCenterAlign property.  So, how can we vertically align the Text objects content in theirs limits.
    It would be usefull to have more properties, I mean something like this: TopAlignment, CenterAlignment and BottomAlignment.  Currenty CR uses TopAlignment as a default settings which cannot be changed and is unavailable for a developer.
    The similar alignments but in section (band) limits would be usefull for objects. For example, when the details rows have different heights which depend on a fields content smaller fields are printed at the top of the section (band). It would be usefull to have the object properties to set how the object is to be aligned in the section limits.
    Please look at this [picture |http://www.zgadzaj.pl/temp/vertical.jpg]. It shows that 2-nd column has larger content, so the section has been expanded. But rest of columns are printed at the top of the band. If we have additional properties than we can decide how objects should be vertically aligned.
    Perhaps I am wrong and there are somewhere vertical alignment setting hidden under different names.
    Regards,
    Marek

    Hi Marek,
    The version that is shipped with Visual Studio is a basic version and set of API`s. For full control you can purchase a full version of Crystal Reports. With this version you have an extended set of API`s with CR assemblies as well as the Report Application Server which runs inProc and has the RCAPI set of API`s that gives you more control on all objects, not fully but they are adding more functions all the time.
    RAS has Alignment API`s available.
    Download a Trial version of CR XI R2 ( SP4 Full build ) and then SP5 which is incremental and then download sample app`s to get you going with RAS.
    Thank you
    Don

  • Dev 6.0: How to align center VERTICALLY ?

    Hi !
    When I increase a height of the row I can't align data center
    vertically. Only horizontally.
    Hint me, please, how to do it.
    null

    I have stored/Retrieved Word documents in Oracle using a utility
    that comes with the ConText Option. Essentially I wrote PL/SQL
    to run the utility to get the file out of DB and onto the hard
    disk, then another PL/SQL to run the utility to move the file
    from hard disk into DB. I think the name of the utility was
    txtio. I hope this helps.
    -- Amir
    kal (guest) wrote:
    : Andrei,
    : I think mine is different problem like yours. But I want to
    : save the web reports I mean it can be either in html format or
    : PDF format..can I save these are .xls and then load into excel.
    : I tried that but what all I get is the html code but not the
    : output of the report.
    : I think you might have faced this kind of problem. Please
    : let me know if you have any answer. Coming to your question
    : I need to check that.
    : Thanks in advance.
    : kal
    : Andrei Kvasyuk (guest) wrote:
    : : Hi !
    : : Please, give me any hint about how to store MSWord (Excel)
    : : documents in database from Oracle Forms ? In other words, is
    it
    : : possible to edit documents in MSWord and then save (load) it
    in
    : : (from) database ?
    : : Thanks.
    null

  • How to align flash content to the middle of the screen in browser?

    I am currently building a website in flash cs5.5 using AS2.0. One of the pages is 1024px wide by 1536 height. I want the screen to show only the first half of the screen and then the user has to scroll down using the browser scrollbar to see the second half of the screen.
    Below is the html code. I have changed the 'overflow' from hidden to auto so that the website is scrollable. However when i preview the website in the browser, it is aligned to the left. Even though below (highlighted in red) it says 'middle'. This is not what i want, i want the website to me aligned in the middle so that there is a border on either side of the website.I have tried numerous things to fix it but all to no avail. Could someone please help. Let me know if you need anymore info.
    Thanks
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
      <title>aboutus</title>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <style type="text/css" media="screen">
      html, body { height:100%; background-color: #333333;}
      body { margin:0; padding:0; overflow:auto; }
      #flashContent { width:100%; height:100%; }
      </style>
    </head>
    <body>
      <div id="flashContent">
       <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="1024" height="1536" id="aboutus" align="middle">
        <param name="movie" value="aboutus.swf" />
        <param name="quality" value="best" />
        <param name="bgcolor" value="#333333" />
        <param name="play" value="true" />
        <param name="loop" value="true" />
        <param name="wmode" value="window" />
        <param name="scale" value="showall" />
        <param name="menu" value="true" />
        <param name="devicefont" value="false" />
        <param name="salign" value="" />
        <param name="allowScriptAccess" value="sameDomain" />
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="aboutus.swf" width="1024" height="1536">
         <param name="movie" value="aboutus.swf" />
         <param name="quality" value="best" />
         <param name="bgcolor" value="#333333" />
         <param name="play" value="true" />
         <param name="loop" value="true" />
         <param name="wmode" value="window" />
         <param name="scale" value="showall" />
         <param name="menu" value="true" />
         <param name="devicefont" value="false" />
         <param name="salign" value="" />
         <param name="allowScriptAccess" value="sameDomain" />
        <!--<![endif]-->
         <a href="http://www.adobe.com/go/getflash">
          <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
         </a>
        <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
       </object>
      </div>
    </body>
    </html>

    #flashContent {    
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    Get rid of the 100% w/h and give flashContent a set width (1024).
    Then you can give the right and left an auto margin... centering the <div id="flashContent">.
    Best wishes,
    Adninjastrator

  • How much it costs for replacing my dv7-4011eg broken screen?

    i dont need an exact number,, just a near cost because i have no idea about screen replacement costs and there is no HP service center near me,, and i dont speak German yet..

    Hey check out this link it cost around $90. And if you are good at computers you can replace it yourself. It is an easy job.
    http://screensurgeons.mybigcommerce.com/hp-pavilion-dv7-4000-laptop-lcd-screen/
    It takes 10 to 15 mns to do the replacement if you have the right tools
    http://www.youtube.com/watch?v=uVJnb_JwUBg
    Good luck

  • Reg:How to get boarders in the webpage composer page layout

    Hi All
    How to enable boarders for the webpage composer  page layout .
    Thanks & Regards
    Deepika

    HI
    This is the portal home page which is designed using webpages .we need border between application to application screens as well as overall broader.
    please find the screen shot ....
    Thanks & Regards
    Deepika

  • How do I center layers?

    Is there way to auto-center layers? I type "auto" , but it
    does nothing? please advise...

    > text-align: center; /* for IE mac */
    -------------------------------^^^^^^^^^^
    For IE5x or IE6 in quirks mode.
    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
    ==================
    ": Nadia : ** Adobe Community Expert **"
    <[email protected]> wrote in message
    news:[email protected]...
    > There is no such thing as "auto-center' :-) You need to
    do this via the
    > stylesheet.
    >
    >
    > You need to wrap everything on your page inside a
    relatively positioned
    > div.
    >
    > Add the following to your stylesheet or the head of your
    document if the
    > styles are there:
    >
    >
    > body {
    > margin: 0;
    > padding: 0;
    > text-align: center; /* for IE mac */
    > }
    >
    > #wrapper {
    > position: relative;
    > width: 780px;
    > background: #FFFFFF;
    > margin: 0 auto;
    > border: 1px solid #000000;
    > text-align: left; /* to counteract the text align center
    on the body */
    > }
    >
    > Then the code find and change
    >
    >
    > </head>
    > <body>
    >
    > to
    >
    > </head>
    > <body>
    > <div id="wrapper">
    >
    >
    > and at the bottom of the page change:
    >
    > </body>
    > </html>
    >
    > to
    >
    > </div>
    > </body>
    > </html>
    >
    >
    > --
    > Nadia
    > Adobe® Community Expert : Dreamweaver
    > ----------------------------------------
    > CSS Templates |Tutorials |SEO Articles
    >
    http://www.DreamweaverResources.com
    > ~ Customisation Service Available ~
    >
    http://www.csstemplates.com.au
    > ----------------------------------------
    > ~ Forum Posting Guidelines ~
    >
    http://www.adobe.com/support/forums/guidelines.html
    >
    >
    >
    >
    > "JSloanSDRE" <[email protected]> wrote
    in message
    > news:[email protected]...
    >> Is there way to auto-center layers? I type "auto" ,
    but it does nothing?
    >> please advise...
    >
    >

  • How to create tables for control data

    HI
    How to create  tables for controls of types of data (screen control)? what is the process for this
    Regards,
    Anil

    Well, do you want to do it the easy way?  If so, then just create a table maintenance program.  You can do this via SE11, utilites, table maintenance generator. The table maintenance will be generated and you can then maintain the table via SM30. 
    If you want to go the more challenging way, you can write your own table maintenance program using a table control on your screen.  You can use the table control wizard to help you along.
    Regards,
    Rich Heilman

  • For some reason when I try to align center or align at all anything in Adobe Pro CC 2014, it will not do anything, and I was wondering how to solve this problem.

    I know it must have some issue with edit snapping but I have been trying various things and I still cant seem to get align to work.

    Here's a good tutorial on aligning objects on the stage. Flash arranging objects tutorial - EduTech Wiki  Are you doing something different than what is shown here for your alignment?
    Can you describe a step by step to explain how your alignment is failing?

  • For SAPscript INCLUDE TEXT, how to align as Paragraph format

    Hi experts and ABAP colleagues!
    Need your help on this sapscript problem:
    How to align texts taken from "INCLUDE TEXT" in SAPscript, according to tab defined in Paragraph Format?
    For example, I defined BG to have tabstop at the 2nd column (or equivalent to 1st tab position) where I need to print the text, and then declared it in SE71 like below:
    However the text prints at the leftmost instead of at the 2nd col position - (8th char tab defined in par. format BG).  Hence it is not aligned to its proper heading.  Line Number instead of Description - which is not okay for client view that needs these Thai texts. 
    The technical details I included below.  Kindly examine:
    1.)  Window >Main > Text Element > Include Text command
    /E   ITEM_TEXT
    BG   ,,&TTXIT-TDTEXT&
    /:   INCLUDE &T166P-TXNAM& OBJECT &T166P-TDOBJECT& ID &T166P-TDID&
    /:   NEW-PARAGRAPH BG
    Note:  I used command "NEW-PARAGRAPH" and had exactly the above code in se71.  Anything missed here?  Pls. help.  Thanks.
    #2.) Paragraph Format > Tab
    No. -
      Tab Position -
    Alignment
    1            8,00 CH            LEFT
    2            28,00 CH          CENTER
    etc.
    Note:   and then i put in  ",,&TTXIT-TDTEXT&" (see above) with the 2 comma's beforehand to say that its on the 1st tab or at the 8th character where it should be printed, but does not give intended result... pls help.
    #3.) Paragraph Formats > Standard Attributes
    Left Margin - 0 cm
    Alignment - Left
    no blank lines checkbox - ticked
    Note:  Is there any more attribute i can manipulate from here to force display at the right position?
    Thank you so much in advance for all your help.  Our project team will really appreciate it.  May the Lord bless you as we go through our SAP work!
    Sincerely,
    Celeste

    Here's a thought, instead of using tabs, try writing a method that takes a string that is the starting string, a pad character, and a length and returns a string padded to that length with the specified character.
    public String padR(String src, String padChar, int len)
        // ... You get to fill in the rest suggestion try to do it without a loop
    }Have fun,
    PS.

  • Dreamweaver MX  How to get pages to automatically align center

    I can get text within a layer or table to align center, but I can't figure out how to get the entire page to always snap to center, regardless of the browser window size.  I'm sure this is easy, but I just don't see it.
    Whatever the solution, must the contents of the page be in a table? If so, can I convert the layers (photos and text) that make up some pages into tables?
    Sorry, if this is basic, but I haven't used the program in a few years, and my books andmanuals are in storage 4 hours away.

    You need 3 basic things to center a page.
    A valid HTML document type declaration on the first line of your code.  DW normally does this for you when you create a new page. 
    CSS container width in pixels, ems or %;
    CSS margin-left and margin-right of auto.
    Page centering can be expressed with the following CSS code:
    body {
         width: 980px;
         margin:0 auto;
    NOTE: This won't work with positioned elements (aka Layers) because they are removed from normal document flow.
    Nancy O.

Maybe you are looking for

  • How to connect my TC behind a "numericable la Box" ?

    I had my box connected to my iMac. I had a "box" from Numericable which includes Wi-Fi. I have been told in my apple store to disconnect my TC from the Mac and to connect it to the Box. Wi-fi is working with the TC, but it is not found for using the

  • Could not complete the paste command because the icc profile is invalid

    Hi. In PS CS4 & AI CS4. I get the following error when I try to copy & paste a logo from Illustrator into Photoshop: could not complete the paste command because the icc profile is invalid I don't understand because the color settings are sychronized

  • How to find out which keys are pressed while a d&d drop occurs?

    Hi, while an item is dropped as part of a drag and drop operation, I would like to know if the user has pressed any keys. I use a TransferHandler for managing the d&d and this works fine with the system dependent modifier keys for move, copy and link

  • BPM 11.1.1.3.0 Database issue

    Hello, I am doing a BPM project which is still new to me right now. I have a question about the DBAdapter in BPM process. I want to read several tables from database and then fetch the data into each attribute in the process data object and then make

  • HT1473 QUESTION:

    Help! I have created a video from a slideshow in iPhoto which I can see in iTunes on my Macbook, but how do I view this on my iPad? I can't see a home video option in itunes on the iPad? Can I then share this with another iPad user?Thanks!