Centering Commentary OO

Hi,
I am using ABAP OO to Write and ALV header list. How do we center the commentary written above?
*Write Header Commentary
DATA :
l_oref_grid TYPE REF TO cl_salv_form_layout_grid.
* Add text items for top of page
*CREATE OBJECT l_oref_grid.
perform get_coaddr changing l_tmpstr.
l_oref_grid->create_text(
row = 1 column = 1 text = l_tmpstr ).
l_tmpstr = TEXT-003.
l_oref_grid->create_text(
row = 2 column = 1 text = l_tmpstr ).
How do I modify the elements written to center it instead of the default Left-aligned?

Hello Mizan
I have never used these classes before but my instinct told me to search this way because in the new ALV object model virtually everything has become an object:
- centered text => column with this property => found GET_COLUMN method (CL_SALV_FORM_GRID_COLUMN)
=> and here I could not miss the reqiured method
This is a general approach will should be useful for the new ALV object model as well as other classes where we can expect class composition.
Regards
  Uwe

Similar Messages

  • How to delete the one of cost centers in Splitting Structure(OKEW)?

    Dear All,
    I have a question about Splitting Structure as below? Could I get favor from you? Thanks a lot.
    How to delete the one of cost centers in Splitting Structure(OKEW)?
    Jocha

    Hi Chang
    Welcome to SDN! Its our pleasure to help you here
    Step 1: Select your Cost Center in OKEW which is assigned to the Splitting Str
    Eg: Cost Ctr 1001 is assigned to Splitting Str Z1... Tick the Check box against 1001 under Z1 Splitting Str
    Step 2: Do a Single Click on the text "Non Assigned Cost Centers"
    Step 3: Press Shift +F6 (Or Click on the Assign Button, next to the Pencil icon)
    Br, Ajay M

  • How to have one centeral management console for DB and Application server?

    Hi
    Thank you for reading my post
    I read in several places that ORACLE provide facilitis that help developers to have one centeral console to manage Application server / Database and what ever oracle products.
    I want to know that, when i have Oracle 10g r2 and Application server 10.1.3.1 installed, how i can use that centeral management console?
    is it some other application that i should install ?
    or it is just some more configuration?
    thanks

    What you are looking for is called Grid Control.
    You will need the Grid Control Agent installed on each server that has products from Oracle's technology stack installed (database, web server, app server, etc). You will also need install the Grid Control software and repository.
    You can download Grid Control from the following link:
    http://www.oracle.com/technology/software/products/oem/index.html

  • Text "centered" in the HTML view

    I'm a new to JavaHelp. Experimenting with RoboHelp. I find th whole thing interesting. But when using "hsviewer", all the text apears centered when the HTML files are nicely left-aligned. When generating e.g WinHelp from the same project, they appear correctly. Please Help.
    -karl roth

    Hi Karl,
    I replied via e-mail as well: The difference is because of the SPAN tags in the HTML file(s) and the text-align:justify; in the CSS file.
    Java handles HTML 3.2 with some additions up to now. See http://java.sun.com/j2se/1.4.1/docs/api/javax/swing/text/html/CSS.html and http://java.sun.com/j2se/1.4.1/docs/api/javax/swing/text/html/HTMLEditorKit.html
    for some additional explanation
    Ulrich

  • Text elements not centered anymore once project goes live

    Hi guys,
    I've discovered Edge Animate a few days ago and I really love that it looks and feels a lot like After Effects - you should exchange and implement some functions of EA to AE (i.e. the curves easing options) & vice versa though
    What I went through, until know
    First of all, I am a Worpdress user using a responsive theme and the Edge Suite plug in.
    I've created a typo animation using a custom licensed web font and it took me a while to get it to work properly - the web-kit generated by the myfonts.com kit builder didnt' work with EA, so I had to let fontsquirrel create one instead. Now, the SVG font file gets exported upon export, but the EOT, WOFF and TTF files don't - not sure if it's a bug, but it's an easy thing to copy the files via FTP to the "../uploads/edge_suite/project/..." folder in order to fix this.
    My Problem
    After uploading the animation to my server via the Edge Suite plug in, approx. 50% of the text elements are not in the right place anymore. The affected elements are all offset by a fixed amount of pixels vertically, while they actually should be centered. When I run the HTML file of the exported web animation locally, everything's fine though.
    The problem occurs in Chrome, Safari, Firefox and on the iPhone.
    Has anyone experienced a similar issue?
    Will

    It seems like it is related to Wordpress or the Edge Suite plug in.
    HTML
    I've uploaded the animation (using web publishing) to a folder on my server, and everything is fine.
    Wordpress
    I have analysed the code of the animation being rendered on my Wordpress site, but the CSS coordinates all correspond to the parameters inside EA.
    I've also installed the Edge Suite plug on a different Wordpress installation (a complete different site) of mine, and the results are even worse. It seems like the origin of some elements is being tossed around space.
    That said, I'm clueless.

  • How can I get all prctr ( profit centers ) ?

    While creating function module,
    I have created import parameter as 'ZIMPORT_PRCTR' for Profit Center
    ( cepc-prctr ) in my zfunction module .
    It takes( imports ) input of multiple values Profit Center.
    Next what I need to do is, if end user enters multiple values of profit center
    ( IF ZIMPORT_PRCTR[] IS NOT INITIAL. )
    Then…  I have to use user entered values for picking up some other data from other tables.
    Ques). IF user don’t enter any profit center value, then
    I need to take all profit centers into consideration and pick up other data from other tables  .
    How can I get all profit centers ( if user does’t enters any value )
    And I don't have any values to use in my where condition ?
    Could you please help me ?

    create one structure in Se11 like
    profit center low
    profit center high
    option
    sign ( Like select-option ,see the rsparams structure),use this strucire in Function module ..
    when compare the data in select query ,in where condition use as in operator,if user does not enter any value ,it gets the all the value from table.

  • Centering and displaying 100% in browser won't work.

    I believe I followed the instructions that were posted previously and I did some reading about centering a page and displaying the page at 100% but I can't seem to make them work correctly. I might have a conflict or something can you help.
    I designed a website which was 1000px wide and now they want it changed (they want an image on both sides of the page)-so instead of changing it around completely and trying to mess with the areas and buffers and all of that fun stuff. I decided to leave the #container (which is were all the data for the site is and were as the template is applied to other pages the size will change -the height will change but the width should stay 100px.)that was there and then wrapp it up completly in another div tag which i labeled #master_container then I inserted 2 more div tags and placed the images on either side as is desired. I followed the instructions above (because now the site is soo big displaying in a browser is diffacult). I need the site to do 3 things.
    -i need it to display centered on the page so that no matter what browser it is displayed in or what size screen it is viewed on it fits the center of the screen.
    -I also would like it to fit the screen of the person using it so that they see the whole page as one and there isn't a huge blank space on one of the sides -right now it is on the right.
    -if you know how to make the two images on the side of the screen scroll as the person scrolls down the page-(ie-so that they don't see part of the image sometimes and other parts of it when they move farther down-wouldl like it to scroll with them as they move down the page)
    HERE IS THE XHTML CODE OF MY SITE:
    <!DO.TYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    </style>
    <link href="../Unicorn_main_layout_template_oldform - CopytestCSS.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="Master_container">
      <div id="ancestor_left"><img src="../Images/ancestor_cropped.jpg" width="659" height="1003" alt="ancestor right" /></div>
      <div class="container">b</div>
      <div id="ancestor_right"><img src="../Images/ancestor_cropped.jpg" width="659" height="1003" alt="ancestor_right" /></div>
    </div>
    </body>
    </html>
    HERE IS THE CSS STYLESHEET ATTACHED TO THE TEMPLATE I AM TRYING TO APPLY TO ALL OF THE PAGES OF THE SITE.
    @charset "utf-8";
    /* CSS Document */
    #body {
        text-align:center;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    #Master_container {
        width: 2300px;
        margin: 0 auto;
        text-align: left;
        margin-right:auto;
        margin-left:auto;
    #ancestor_left {
        float: left;
        width: 660px;
    .container {
        height: auto;
        width: 1000px;
    #ancestor_right {
        width: 660px;
        float: right;
    THANK YOU VERY MUCH FOR YOUR HELP!!!

    Ok I have no idea what i am doing wrong this is the most frusterating thing I have ever done. I will never build another webpage again.
    Here is the problem that I have i don't care how it gets solved but I just need it solved. this is over a week trying to solve one problem. I just don't have the time to do it anymore but I need it done.
    1) this page (http://practiceuploadingsite.info/) needs to be centered.  That's all just centered in the brosers that it opens in. (nothing I try seems to work)
    2) every other page on that website after you click into the home page (http://practiceuploadingsite.info/Pages/home.html) is made by the application of a template. All I want to do is keep eveything the same as it is right now and just add 2 background images (one on the right and one on the left) so that this:
    fits inside of the blank space of this:
    preferably so the images scroll down the page because the center colum will change height but not widith depending on the page the template is applied to. 
    I even tried to remake the template as to include the images all at once with the div tages and the header seems to have nothing but problems and I couldn't get them to stay together correctly. they keep coming up uneven and the header that is contained on the page spans the entire container and will not just stay the way it is.
    Just please tell me how to do this and you will never hear from me again.
    I am uploading the site information so you have the files I am working from Idk if it is something wrong with the headers the div containers or what but almost just put my computer through the window so I don't care how to get it done just please spell it out so I can follow it correctly.
    THANK YOU!!
    THIS IS THE MAIN LAYOUT TEMPLATE THAT IS APPLIED TO THE WORKING SITE THE WAY I WANT IT EXCEPT FOR THE IMAGES
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Unicorn Main Layout Template</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <style type="text/css">
    #container {
        width: 1000px;
    #header {
        width: 1000px;
        text-align:left
    </style>
    <!-- TemplateEndEditable -->
    <link href="../Stylesheet_Unicorn_main_layout_template.css" rel="stylesheet" type="text/css" />
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <title>css3menu.com</title>
        <!-- Start css3menu.com HEAD section -->
        <link rel="stylesheet" href="CSS3 Menu_files/css3menu1/style.css" type="text/css" /><style type="text/css">._css3m{display:none}</style>
        <!-- End css3menu.com HEAD section -->
    <link href="../Menu_bar_stylesheet.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="container"><!-- TemplateBeginEditable name="header_editable" -->
      <div id="header">Unicorn Writers Conference</div>
    <!-- TemplateEndEditable -->
      <div id="menubar_left">
    <ul id="MenuBar" class="topmenu">
    <!-- Start css3menu.com BODY section -->
        <li class="topfirst"><a href="../Pages/home.html" style="width:190px;">Home</a></li>
        <li class="topmenu"><a href="../Pages/Events.html" style="width:190px;">Events</a></li>
        <li class="topmenu"><a href="../Pages/Mission_Statement.html" style="width:190px;">Mission Statement</a></li>
        <li class="topmenu"><a href="../Pages/Resources.html" style="width:190px;"><span>Resources</span></a>
        <ul>
            <li><a href="../Pages/Advanced_Networking.html"><span>Advanced Networking</span></a>
            <li><a href="../Pages/Qurey_Review.html">Query Review</a></li>
            <li><a href="../Pages/MS_Review_Sessions.html">M.S. Review Sessions</a></li>
            <li><a href="../Pages/1-1 Sessions.html">1-1 Sessions</a></li>
            <li><a href="../Pages/Workshops.html">Workshops</a></li>
            <li><a href="../Pages/final_2013_DAY_SCHEDULE.pdf">Genre Chart</a></li>
            <li><a href="../Pages/Writers_links.html">Writers' Links</a></li>
        </ul></li>
        <li class="topmenu"><a href="#" style="width:190px;"><span>Key Presenters</span></a>
        <ul>
            <li><a href="#"><span>Speakers</span></a>
            <ul>
                <li><a href="../Pages/speakers_page_2013.html">Speakers 2013</a></li>
                <li><a href="../Pages/Speakers_2012.html">Speakers 2012</a></li>
            </ul></li>
            <li><a href="#"><span>Editors</span></a>
            <ul>
                <li><a href="../Pages/Editors_2013.html">Editors 2013</a></li>
                <li><a href="../Pages/editors_2012.html">Editors 2012</a></li>
            </ul></li>
            <li><a href="#"><span>Literary Agents</span></a>
            <ul>
                <li><a href="../Pages/L_agents_2013.html">Literary Agents 2013</a></li>
                <li><a href="../Pages/L_agents_page_2012.html">Literary Agents 2012</a></li>
            </ul></li>
        </ul></li>
        <li class="topmenu"><a href="#" style="width:190px;"><span>Information</span></a>
        <ul>
            <li><a href="../Pages/St_Clements.html">St. Clements</a></li>
            <li><a href="../Pages/Directions.html">Directions</a></li>
            <li><a href="../Pages/Hotel.html">Hotels</a></li>
            <li><a href="../Pages/Menu.html">Menu</a></li>
            <li><a href="../Pages/Unicorn_Photo_Gallery.html">Unicorn Photo Gallery</a></li>
            <li><a href="../Pages/final_2013_DAY_SCHEDULE.pdf">Day Schedule</a></li>
            <li><a href="../Pages/FAQ.html">FAQ</a></li>
            <li><a href="../Pages/Staff.html">Staff</a></li>
            <li><a href="../Pages/Contact.html">Contact</a></li>
        </ul></li>
        <li class="topmenu"><a href="../Pages/Registration.html" style="width:190px;">Registration</a></li>
        <li class="topmenu"><a href="#" style="width:190px;"><span>Acclaim</span></a>
        <ul>
            <li><a href="../Pages/Spotlights.html">Spotlight</a></li>
            <li><a href="../Pages/Testimonials.html">Testimonial</a></li>
            <li><a href="../Pages/Sponsorship.html">Sponsorship</a></li>
        </ul></li>
        <li class="topmenu"><a href="#" style="width:190px;"><span>Classifieds</span></a>
        <ul>
            <li><a href="../Pages/View_Classifieds.html">View Classifieds</a></li>
            <li><a href="../Pages/Place_Classifieds.html">Place Classifieds</a></li>
        </ul></li>
        <li class="toplast"><a href="../Pages/Merchandise.html" style="width:190px;">Merchandise</a></li>
    </ul><p class="_css3m"><a href="http://css3menu.com/">Horizontal Menu Using CSS Css3Menu.com</a></p>
    <!-- End css3menu.com BODY section -->
      </div>
      <!-- TemplateBeginEditable name="main_content_editable" -->
      <div id="main_content">
      <p>Main Content</p>
      </div>
      <!-- TemplateEndEditable --></div>
    <div id="footer">This Page was built webmaster- SKYFALL</div>
    </body>
    </html>
    HERE IS THE STYLE SHEET ATTACHED TO IT
    @charset "utf-8";
    /* CSS Document */
    #container {
        height:auto;
        text-align: left;
        width: 1000px
    #header {
        width:990px;
        height: 250px;
        clear:both;
        font-size:xx-large;
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        color: #C3F;
        margin-top: 5px;
        margin-right: 5px;
        margin-left: 5px;
        background-image: url(Images/header_final.png);
        text-align: left;
    #menubar_left {
        float: left;
        width: 200px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
    #main_content {
        float: right;
        width: 780px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 5px;
        background-image:url(Images/parchment2.jpg);
        font-size: large;
        text-align: left;
        vertical-align: top;
    #footer {
        font-size: x-small;
        clear: both;
        width: 990px;
        margin: 5px;
    .title_mainmenu_content {
        font-family: "MS Serif", "New York", serif;
        font-size: 18px;
        text-decoration: underline;
        vertical-align: top;
    #container #main_content p1 {
        text-align: center;
        font-size: x-large;
    #container #main_content p2 {
        text-align: center;
        color: #F00;
    #container #main_content p span p4 {
        color: #F00;
    .Workshop_title {
        text-align: right;
        font-weight: bold;
    #container #main_content table tr td .title_mainmenu_content .title_mainmenu_content_jan {
    HERE IS MY ATTEMPT TO REDUE IT (STYLESHEET IS INCLUDED IN THE DOCUMENT I WILL MOVE IT LATER)
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <style type="text/css">
    #ancestor_left {
        width: 660px;
        float: left;
    #ancestor_right {
        width: 660px;
        float: right;
    #Master_container {
        width: 2340px;
    #wrapper {
        width: 1000px;
        float: center;
    </style>
    </head>
    <body>
    <div id="Master_container">
      <div id="ancestor_left"><img src="../Images/ancestor_cropped.jpg" width="659" height="1003" alt="ancestor image left" /></div>
      <div id="wrapper">What the heck is wrong with this</div>
      <div id="ancestor_right"><img src="../Images/ancestor_cropped.jpg" width="659" height="1003" alt="ancestor image right" /></div>
    </div>
    </body>
    </html>

  • Open PO report with GL's and Cost Centers

    Hi Gurus,
    Is there a report that already exists where we can run open purchase
    orders not received for non-inventory items that pulls the quantity,
    price, GL account code, and cost center account code?
    Thanks
    Anusha

    Hi,
    May be the requirement will not be met in a single report.Please check the t code ME2K with selection parameter as we101 which gives you the open POs for that cost center or range of cost centers.
    EKPO gives price details.
    and check the table EKKN for GL account and cost center for that PO.
    If you want open POs check the T code ME80FN.
    Regards,

  • Reassignment of commitment items & fund centers in open PR, PO & MIGO docs

    Hi
    We  are using Fund Management (BCS) in our system since last one year. Now starting from next fiscal year ( 01.04.2009) we want to replace some of the existing fund centers and commitment items with either newly created fund centers & commitment items or existing ones. We will be changing FM derivation strategy too.
    How should one go about it? Whats should be the strategy and procedure for replacing the commitment items & fund centers in open PR, POs & other open document. I know there is option of  reassignment of fund centers and commitment items using reassignment derivation strategy. But I am not clear about the steps involved and strategy one should use while doing so.
    Pawan

    Hello Pawan,
    You can also combine reassignment with closing operations (Carryforward with reassignment)
    Pls check the link, under 'Closing Operations -> Derivation Strategy for Reassignments with Closing Operations'
    By doing so, you can carry forward for example open PO's assigned to given account assingment in 2008 to a new account assignment in 2009
    Reassignment programs RFFMCHAN and RFFMCHAT are normally used when Wrongly assigned documents or changes in the responsibility areas of the functional assignment necessitate account assignment changes within the year, or when PSM-FM is implemented later than other components.
    I hope this will help
    Kind regards
    Mar

  • G/L Account Line Items/ Profit Centers/ FBL3N/ F.5D/1KEK/KE5Z/BalanceSheet?

    Hi Experts,
    Am running FBL3N-G/L Line Item Display, and am trying to get PROFIT CENTERS for Balanace sheet type of accounts, but Its not showing up.
    But, am getting for Profit Loss accounts.
    1) Why its so?
    2) Then How to get the PROFIT CENTERS for them? (I know they r available, in BSEG)
    3) Functional owner said(tele talk, no voice clear!!!) that, the Profit Centers are NOT get updated UNTIL month end, unless run the F.5D, 1KEK, KE5Z tx.s., which inturn system copies the profit centers(I dont know that, From where it copies) and posts/updates(I dont know, Wht get updated?), so, he said, relying on ??(is it BSEG??????) is not works out!!
    So, let me know that,
    Wht does its mean? Wht NOt get updated until month end?unless run the F.5D, 1KEK, KE5Z tx.s? Is it DataBase? BSEG?
    4) Is BSEG table get updated, as soon as any FICO document ceated by user? I mean, Can I relay on BSEG always, for pulling the profit centers data for Balance sheet accounts, all the time?
    5) If NOT, them Where Can I find them?
    thanq

    Hi Srinivas,
    You have to declare balance sheet accounts as relevant for PCA inside 3KEH transaction in config. So you mark the balance sheet accounts that should appear in PCA in 3KEH with a default profit center which can be overwritten with the use entry.
    Fixed Assets, AR/AP and WIP can be transferred into PCA at the monthend. PCA is a separate ledger, has its own set of tables and reports. Inventory and other balance sheet accounts are posted into PCA online.
    Hope this helps.
    Sharabh Ivaturi

  • G/L Account Line Items/ Profit Centers/ FBL3N/ F.5D/1KEK/KE5Z/Balance Sheet

    Hi Experts,
    Am running FBL3N-G/L Line Item Display, and am trying to get PROFIT CENTERS for Balanace sheet type of accounts, but Its not showing up.
    But, am getting for Profit Loss accounts.
    1) Why its so?
    2) Then How to get the PROFIT CENTERS for them? (I know they r available, in BSEG)
    3) Functional owner said(tele talk, no voice clear!!!) that, the Profit Centers are NOT get updated UNTIL month end, unless run the F.5D, 1KEK, KE5Z tx.s., which inturn system copies the profit centers(I dont know that, From where it copies) and posts/updates(I dont know, Wht get updated?), so, he said, relying on ??(is it BSEG??????) is not works out!!
    So, let me know that,
    Wht does its mean? Wht NOt get updated until month end?unless run the F.5D, 1KEK, KE5Z tx.s? Is it DataBase? BSEG?
    4) Is BSEG table get updated, as soon as any FICO document ceated by user? I mean, Can I relay on BSEG always, for pulling the profit centers data for Balance sheet accounts, all the time?
    5) If NOT, them Where Can I find them?
    thanq
    Edited by: Srinivas on Apr 7, 2008 3:42 PM

    no repy

  • Why is my page not centered in browser view?

    I am working on my home page.  I set the container dimension to 700px and max width 960.   I have tried other sizes.  every time in Windows browser view my site shifts to the left with a large margin on the right.  I can't get it to center.  I have an error message saying :
    Unsupported property: max-width
    Affects: Internet Explorer 6.0; Internet Explorer for Macintosh 5.2
    In Live View, it looks fine. Also, in browser view, my spry menu bar is not showing up (it does in Live View).
    Anyone have any suggestions??
    Thanks!  M.

    kcusu wrote:
    .container {
    width: 700px; /* the auto value on the sides, coupled with the width, centers the layout */
    background-color: #FFFFCE;
    max-width: 960px;
    text-align: center;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    If this is the real code, your CSS is missing a closing bracket  }
    It would be soooooo much simpler and quicker for everyone if you would upload your page to your remote web space and post a link for us to see it in our browsers.
    My guess is that your code has validation errors that need fixing.
    Code Validation Tools
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    FYI: Browser compatibility checking is a total waste of time.  You can skip that feature b/c it doesn't tell you anything useful.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Please help centering website!!

    Hello,
    After researching and getting lost with so many different responses, I figured I'd ask myself to get the response I needed. I use Dreamweaver CS 5.5 and I am having a ton of trouble figuring out how to make it so my website is centered on all monitors and devices. Here is the current website: http://www.kyledake.com/
    However, I am removing and adding a lot of stuff, so I thought now would be a good time to fix things. Here is the code of the homepage I am fixing up; after removing a lot fo the content. I apologize for posting all of it, I don't know specifially where to look. I use a lot of DIVs too, so if anyone has an alternate solution to get things on the site where I want them, please let me know:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width" />
    <title>Kyle Dake Official Website</title>
    <style type="text/css">
    #apDiv1 {
        position:absolute;
        left:247px;
        top:16px;
        width:1041px;
        height:1336px;
        z-index:1;
        background-color: #FFFFFF;
    #Menu {
        font-family: arial;
    </style>
    <style type="text/css">
    body,td,th {
        font-family: Arial, Helvetica, sans-serif;
    a:link {
        color: #8A0404;
        text-decoration: none;
    a:visited {
        text-decoration: none;
        color: #8A0404;
    a:hover {
        text-decoration: none;
        color: #000;
    a:active {
        text-decoration: none;
        color: #000000;
        text-align: center;
    #apDiv5 strong {
        font-size: 15px;
    #apDiv16 {
        position:absolute;
        left:436px;
        top:398px;
        width:633px;
        height:939px;
        z-index:16;
        background-image: url(background_content.png);
        text-align: justify;
        font-family: Arial, Helvetica, sans-serif;
    #apDiv17 {
        position:absolute;
        left:1290px;
        top:-5px;
        width:2392px;
        height:1350px;
        z-index:17;
        background-color: #000000;
        background-image: url(background.png);
    #apDiv18 {
        position:absolute;
        left:-5px;
        top:-5px;
        width:251px;
        height:1350px;
        z-index:18;
        background-color: #000000;
        background-image: url(Background_1.png);
    #apDiv19 {
        position:absolute;
        left:763px;
        top:597px;
        width:397px;
        height:166px;
        z-index:19;
    body {
        background-repeat: no-repeat;
        background-color: #000;
    </style>
    <style type="text/css">
    #apDiv4 {
        position:absolute;
        left:430px;
        top:125px;
        width:633px;
        height:257px;
        z-index:20;
    </style>
                    <!-- Start VideoLightBox.com HEAD section -->
            <link rel="stylesheet" href="dakevid_videolb/videolightbox.css" type="text/css" />
                <link rel="stylesheet" type="text/css" href="dakevid_videolb/overlay-minimal.css"/>
                <script src="dakevid_videolb/jquery.js" type="text/javascript"></script>
                <script src="dakevid_videolb/swfobject.js" type="text/javascript"></script>
            <!-- End VideoLightBox.com HEAD section -->
    <style type="text/css">
    </style>
    <link rel="stylesheet" type="text/css" href="banner_files/banner-rotator.css" />
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
    <script type="text/javascript" src="banner_files/jquery.banner-rotator.min.js"></script>
    <script type="text/javascript">
    $(window).load(function() {
            $("#JQBannerRotator1").fdBannerRotator({keyboardEnabled:true,frameShadowEnabled:true,slid eWidth:615,slideHeight:250,slideScaleMode:"none",slideTransition:{type:"fade",duration:300 ,easing:"easeOutQuad"},slideDuration:5000,slideAutoplay:true,slidePauseOnHover:true,timerP osition:"top",timerVisible:true,captionAnimationSpeed:500,captionAnimationEasing:"easeOutQ uad",controlDirectionEnbled:false,controlDirectionHide:true,controlPlayEnabled:false,navig ationEnabled:true,navigationPositionTop:235,navigationPositionMargin:15,navigationAlign:"r ight",navigationThumbEnabled:false,navigationThumbServerScipt:"",navigationThumbSearch:".j pg",navigationThumbReplace:"_thumb.jpg",navigationThumbWidth:150,navigationThumbHeight:65, navigationThumbAnimationSpeed:200,navigationThumbAnimationEasing:"easeOutQuad"});
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    <style type="text/css">
    #apDiv24 {
        position:absolute;
        left:441px;
        top:406px;
        width:627px;
        height:91px;
        z-index:25;
        text-align: center;
    #apDiv16 p .twitter-timeline {
        text-align: center;
    #apDiv25 {
        position:absolute;
        left:435px;
        top:1294px;
        width:636px;
        height:29px;
        z-index:26;
        font-size: 13px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
    #apDiv26 {
        position:absolute;
        left:438px;
        top:1276px;
        width:633px;
        height:23px;
        z-index:27;
        font-size: 13px;
        text-align: center;
    #apDiv26 a {
        color: #000;
        font-weight: bold;
    #apDiv25 a {
        color: #000;
    #apDiv35 {
        position:absolute;
        left:437px;
        top:1250px;
        width:202px;
        height:39px;
        z-index:36;
    a {
        font-family: Arial, Helvetica, sans-serif;
    #apDiv7 {
        font-weight: normal;
        font-size: 30px;
    #apDiv8 {
        position:absolute;
        left:592px;
        top:516px;
        width:327px;
        height:334px;
        z-index:39;
        text-align: justify;
        font-family: Arial, Helvetica, sans-serif;
    #apDiv10 {
        position:absolute;
        left:599px;
        top:806px;
        width:107px;
        height:36px;
        z-index:41;
    #apDiv11 {
        position:absolute;
        left:806px;
        top:804px;
        width:95px;
        height:35px;
        z-index:42;
    </style>
    </head><body onload="MM_preloadImages('facebook-button-1hover.png','twitter_1hover.png')">
    <div id="apDiv1"><a href="index.html"><img src="Header.png" width="1041" height="92" vspace="15" border="0" /></a></div>
    <div id="apDiv16">
      <p> </p>
          <p> </p>
      <p> </p>
          <p> </p>
    </div>
    <div class="JQBannerRotator" id="apDiv4">
      <div id="JQBannerRotator1" class="JQBannerRotator">
        <div class="overlay"></div>
        <ul class="data">
          <li><a href="eiwahof.html"><img class="slide" src="banner_files/slides/eiwa.jpg" alt=" "/></a></li>
          <li><a href="grandprix.html"><img class="slide" src="banner_files/slides/grandprix.jpg" alt=" "/></a></li>
          <li><a href="USAvRussia.html"><img class="slide" src="banner_files/slides/RUSSIAMATCH.jpg" alt=" "/></a></li>
          <li><a href="dakejoinscornell.html"><img class="slide" src="banner_files/slides/coaching.jpg" alt=" "/></a></li>
        </ul>
      </div>
    </div>
    <div id="apDiv24"><img src="Header2.png" width="338" height="93" align="middle" /></div>
    <div id="apDiv25">All Rights Reserved <a href="http://x-celworldwide.com/index.html">X-Cel Worldwide 2013</a> | © Kyle Dake 2013 | This is the official Kyle Dake Website </div>
    <div id="apDiv26">Site Design <a href="http://www.riccioproductions.com/" target="_new">Riccio Productions LLC</a></div>
    <div id="apDiv35"><a href="http://www.ai-sport.com/" target="_new"><img src="ai_wrestling.png" width="205" height="43" border="0" /></a></div>
    <div id="apDiv8"> Welcome to KyleDake.com, the official home to wrestling's most   prominent young super-star, Kyle Dake. Here you will find everything   related to Kyle, from news, photos, videos, merchandise, and more.Browse the site, and check out the new videos, photos, and   merchandise. Also, stay updated on Kyle Dake wrestling events, news, and   developments from speaking occasions, award receptions, and all other   public appearances.  Be sure to follow Kyle on Twitter and Like the Official Fan Page on Facebook!  </div>
    <div id="apDiv10"><a href="https://www.facebook.com/KyleDakeOfficial" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image19','','facebook-button-1hover.png',1)"><img src="facebook-button-1.png" name="Image19" width="81" height="33" border="0" id="Image19" /></a></div>
    <div id="apDiv11"><a href="https://twitter.com/kyledake444" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image22','','twitter_1hover.png',1)"><img src="twitter_1.png" name="Image22" width="81" height="33" border="0" id="Image22" /></a></div></div>
    </body>
    </html>

    Sorry for the wait, had unexpected visitors.
    Have a look at the following. It will give you an idea of a layout without the nasty AP-divs.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <style>
    html {
        background: #000000; /* place background image here */
    body {
        width: 1041px;
        margin: auto; /* keeps the page centered */
        font-family: Arial, Helvetica, sans-serif;
    a {
        color: #8A0404;
        text-decoration: none;
    a:hover {
        color: #000;
    .header {
        height: 92px;
        background: url(Header.png);
    .header .nav {
        width: 450px;
        float: right;
        margin-top: 55px;
    .header .nav span {
        font-size: 12px;
        font-weight: bold;
        color: #8a0404;
        margin-left: 25px;
    .navbar {
        background: #FFFFFF;
        line-height: 35px;
        padding: 10px;
    .navbar .nav {
        width: 50%;
        float: left;
    .navbar .hashtag {
        text-align: right;
        font-size: 30px;
        color: #8a0404;
      font-weight: bold;
    .content {
        background: #FFFFFF;
    .aside {
        width: 395px;
        float: right;
        color: #8a0404;
        background: #FFFFFF;
    .section.main {
        background: #FFFFFF;
        width: 646px;
        float: left;
    .article {
        background: #FFFFFF url(background_content.png) repeat-y;
        min-height: 889px;
        padding: 15px;
    .centertxt {
        text-align: center;
    .righttxt {
        text-align: right;
        padding-right: 15px;
    img.center {
        display: block;
        margin: auto;
    </style>
    <link rel="stylesheet" href="dakevid_videolb/videolightbox.css" />
    <link rel="stylesheet" href="dakevid_videolb/overlay-minimal.css"/>
    <link rel="stylesheet" href="banner_files/banner-rotator.css" />
    <body>
    <div class="header">
      <div class="nav">
        <img src="twitter_birdhover.png" alt=""/>
        <img src="fbhov.png" alt=""/>
        <span>
        <a href="index.html">Home</a> | <a href="about.html">About</a> | <a href="http://www.xcelonlinestore.com/collections/kyle-dake-official-merchandise" target="_new">Merchandise</a> | <a href="media.html">Media </a>| <a href="sponsors.html">Sponsors </a> | <a href="contact.php">Contact</a><span>
      </div>
    </div>
    <div class="navbar">
        <div class="nav">
        <a href="index.html">Home</a> | <a href="news.html">News</a> |<a href="representation.html"> Representation</a> | <a href="events.html">Events</a>
      </div>
      <div class="hashtag">
          <span>#Dakecountry</span>
      </div>
    </div>
    <div class="content">
        <div class="section main">
        <div id="JQBannerRotator1" class="JQBannerRotator">
          <div class="overlay"></div>
          <ul class="data">
            <li><a href="eiwahof.html"><img class="slide" src="banner_files/slides/eiwa.jpg" alt=" "/></a></li>
            <li><a href="grandprix.html"><img class="slide" src="banner_files/slides/grandprix.jpg" alt=" "/></a></li>
            <li><a href="USAvRussia.html"><img class="slide" src="banner_files/slides/RUSSIAMATCH.jpg" alt=" "/></a></li>
            <li><a href="dakejoinscornell.html"><img class="slide" src="banner_files/slides/coaching.jpg" alt=" "/></a></li>
          </ul>
        </div>
        <div class="article">
            <h3>Article</h3>
          <p>It is the star to every wand'ring bark, oh, no, it is an ever fixed mark within his bending sickle's compass come. But bears it out even to the edge of doom. Love's not time's fool, though rosy lips and cheeks I never writ, nor no man ever loved. That looks on tempests and is never shaken; or bends with the remover to remove. Within his bending sickle's compass come; admit impediments; love is not love let me not to the marriage of true minds.</p>
          <p>But bears it out even to the edge of doom. If this be error and upon me proved, that looks on tempests and is never shaken. Admit impediments; love is not love or bends with the remover to remove.</p>
          <p>Which alters when it alteration finds, love's not time's fool, though rosy lips and cheeks whose worth's unknown, although his height be taken. If this be error and upon me proved, oh, no, it is an ever fixed mark let me not to the marriage of true minds. Or bends with the remover to remove. But bears it out even to the edge of doom. That looks on tempests and is never shaken; love's not time's fool, though rosy lips and cheeks whose worth's unknown, although his height be taken.</p>
        </div>
      </div>
      <div class="aside">
        <img src="gear.jpg" alt=""/>
        <img src="signed.png">
        <img src="dakevid_videolb/thumbnails/0.png" alt=""/>
        <div class="centertxt"><small>Kyle Dake Career Highlight - Official</small></div>
        <p class="righttxt">View Full Video Gallery</p>
        <img src="photostring.png" alt=""/>
        <p class="righttxt">View Full Video Gallery</p>
        <img src="cf2.png" alt="" class="center"/>
        <img src="mil_tools.png" alt="" class="center" style="margin-top: -60px;"/>
      </div>
    </div>
    </body>
    </html>
    As said, it is only the layout, I ran out of time. You will have to apply the finishing touches.

  • Currency in 'Cost Centers: Actual/Plan/Variance' report for specific user

    Hi there CO people, I'd like to ask about currency settings in CO S_ALR_87013611 report (Cost Centers: Actual/Plan/Variance)
    The question is ... where can I define the currency in which report output should be displayed?
    I've got such situation, that amounts for USER_X are displayed in CURR_X currency, whilst for USER_Y amounts in report are displayed in CURR_Y currency.
    Could You tell me some tip? Or give some literature-track to follw? I'd be thankful for help. Greetings. P.

    USER_X -> TCode: RPC0 -> Tab: Report currency -> Tick 'Objeck currency' (Before was: 'Controlling area currency')
    now USER_X has got the same currency as USER_Y
    That solved my problem
    Greetings

  • Using iphone to print to hp 8500a plus, but cannot get the picture centered on the photo paper

    using iphone to print to hp 8500a plus, but cannot get the picture centered on the photo paper    installed hp photo app on iphone to utilize printer

    Are you using Page Setup within Firefox?
    https://support.mozilla.org/en-US/kb/how-print-websites#w_changing-the-page-setup
    See - Margins and Header/ Footer

Maybe you are looking for

  • IMovie - How do I change the sports team editor labels such as players age, height and weight?

    Cannot find a simple (or any) solution to this problem. Does anyone know how to change the player label headings on iMovie Sports Team Editor? I don't want to display the players weight, height and age and have no idea how to change the labe headings

  • AT NEW  f,  AT END OF f   in an inernal table Loop ?

    I am trying to subtotal an amount in an internal table by KUNAG.  I then want to write this out to the output file. (see code below) When I run this in debug the AT NEW and the AT END OF of are executed for every loop pass even though the KUNAG value

  • Potential Thread Problem with JVM (1.4.2_05)

    This junit test fails on 1.4.2_05 (running on Windows XP), is there a problem with the code or the JVM? public class BadJVMTest extends junit.framework.TestCase {   static byte[] b = new byte[] { -1, 1 };   public int m2(int offset) {     while (true

  • How to change color of keybored

    I want to be able to change the color of my keybored and the color of the bubbles in messageing and the back round.

  • Email signature font

    How do you change the font of your signature in your email? I have used the recommendation in help, however my changes were not saved.