Div top align  issues

I have a photo that I need to align with the top of a text
box. Something is pushing it down although after staring at it for
an hour and trying valign, clear: both, etc. I'm stumped.
I uploaded it to a friend's site:
http://hipnoticinc.com/alpha/alpha.reptile.chameleon.bearded-dragon.breeders.html
Appreciate the help. This is the first adventure into pure
CSS.

Your link is wrong -
http://hipnoticinc.com/alpha/alpha.reptile.chameleon.bearded-dragon.breeders.html
would be the correct one, I think.
You might want to fix these first -
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fhipnoticinc.com%2Falpha%2Falpha.r eptile.chameleon.bearded-dragon.breeders.html
>I have a photo that I need to align with the top of a
text box. Something
>is
> pushing it down although after staring at it for an hour
and trying
> valign,
> clear: both, etc. I'm stumped.
Frankly, the page is such a jumble of things, I think it
would be easier to
rethink your whole approach - maybe this will help:
http://apptools.com/examples/pagelayout101.php
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"phrarod" <[email protected]> wrote in
message
news:gb652k$hbh$[email protected]..
>I have a photo that I need to align with the top of a
text box. Something
>is
> pushing it down although after staring at it for an hour
and trying
> valign,
> clear: both, etc. I'm stumped.
>
> Also in the colored text box I call out for a light blue
which shows in
> preview with DW but not on the browsers. I re-stacked
the code properties
> but
> nothing helps.
>
> I uploaded it to a friend's site:
>
>
>
http://hipnoticinc.com/alpha/alpha.reptile.chameleon.bearded-dragon.breeders.htm
> l
>
> Appreciate the help. This is the first adventure into
pure CSS.
>

Similar Messages

  • ALV Grid - Alignment Issues in TOP OF PAGE.

    Hi,
    We have a requirement to right align text in the report header.
    We are using REUSE ALV GRID DISPLAY, but using TOP-OF-PAGE event - the whole text is left aligned.
    I tried using Class CL_DD_DOCUMENT which solved the alignment issue, but I am not able to see the header while printing/downloading to excel.
    I want the header to be available while downloading/printing the list. Any suggestions?
    Thanks in advance,
    Harveen.

    Hi
    The ALV download only the grid into the file, so not the data you're writing in TOP_OF_PAGE event.
    If you need to do that, you should create an your own buttom to download the file.
    Max

  • Alignment Issues between dreamweaver and browser

    Hi
    Hoping someone can help, i'm trying to learn how to make
    better sites with advanced tools like apDIV's but seem to be
    running into an alignment issue. When I make the html file in
    dreamweaver I seem to have to off set the images and div tags
    inorder for the site to show up aligned properly in firefox,
    explorer, etc. I'm thinking there might be a problem in the actual
    code causing this but am not good enough yet to find it or the
    problem, any ideas or guidence would be greatly accepted. below if
    the links work is the difference I see between dreamweaver and when
    its launched in a browser.
    DreamweaverScreen
    BrowserScreen

    > over a centered frame
    You are not using frames - that's a table.
    Yes - there's a way to do this, but it will involve your
    working in code.
    Make your page left aligned by removing any centering.
    Then position your layer so that it is properly located over
    the table.
    Change this -
    </head>
    to this -
    <style type="text/css">
    #wrapper { width:760px; margin:0 auto;position:relative; }
    /* 760px will display on an 800px screen maximized browser
    window without */
    /* horizontal scrollbars. */
    </style>
    </head>
    (you may need to adjust this width so that it's consistent
    with the width of
    your centering table)
    change this -
    <body ...>
    (the ellipsis represents any other attributes that might be
    mentioned in the
    body tag, and SHOULD NOT BE INCLUDED EXPLICITLY!)
    to this -
    <body ...>
    <div id="wrapper">
    and this -
    </body>
    to this -
    <!-- /wrapper -->
    </div>
    </body>
    and see if that helps.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Vinx21" <[email protected]> wrote in
    message
    news:ge9t3e$92s$[email protected]..
    > thanks for the help osgood, I see now what my problem is
    and am just
    > wondered
    > if there was a way to place the absolute layer over top,
    in the right
    > position,
    or will have i have to remake one of the elements a
    > different way???
    >
    > thanks again, dave
    >

  • More alignment issues

    hi,
    I'm hardly an expert - but I have made great strides because of helpful people who throw me a hint.
    my site: www.kirarmerica.com
    I still have JUST a FEW alignment issues.  I like to have everything centered, so now I am just down to my spec sheets.
    I know that they might not be configured ALL the same, but I am hoping I can change a few things
    please look at Kira America | Products
    click on any spec sheet and you will see that the headers menu and sometimes the footer stays centered, but the spec info jumps to the  left of the page.
    I've found the correct .css to edit.  but I cant quite figure out how to align the columns vertically on the page.
    for example if I put a margin on #right_column it put it in the right spot, but then the rest of the content jumps all over the page.
    any hints would be helpful!

    These changes will center content in white area
    #container h1, #container h2, #container h3, #container h4, #container h5, #container h6 {
        border-bottom: 1px solid #DEDACB;
        padding-bottom: 8px;
        text-align: center;
    .excel214 {
        border: medium none;
        color: #000000;
        font-family: Calibri,sans-serif;
        font-size: 11pt;
        font-style: normal;
        font-weight: 400;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1px;
        padding-right: 1px;
        padding-top: 1px;
        text-decoration: none;
        vertical-align: bottom;
        white-space: nowrap;

  • Top aligning HtmlDataTable components in a HtmlPanelGrid

    I need a recommended solution for this scenario.
    I have three h:dataTable components in a h:panelGrid as follows:
    <h:panelGrid columns="3">
                    <h:dataTable value="#{fooBean1.myList}" var="list">
                               <h:outputText value="list.bar"/>
                    </h:dataTable>
                    <h:dataTable value="#{fooBean2.myList}" var="list">
                              <h:outputText value="list.bar"/>
                   </h:dataTable>
                   <h:dataTable value="#{fooBean3.myList}" var="list">
                              <h:outputText value="list.bar"/>
                   </h:dataTable>
    </h:panelGrid>There can obviously be different number of rows in each h:dataTable which means the height of each h:dataTable may be different than the others.
    How can I ensure that the three h:dataTable components are always vertically aligned to top?
    Note that the header for the graphic in the template.xhtml for each xhtml has valign style settings so a global setting like this will not work (i.e.
    it will top align the dataTables but the header graphic is now mis-aligned.):
    <head>
        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />
        <title>Repair Card</title>
        <style>
         html,body,table { height:100%; margin:auto;}
         table,td,tr,thead,tfoot,tbody,th,tf { vertical-align:top; padding-bottom: 10px; }
        .rich-panel {height: 100%;}
        .panel1 { width: 30%; text-align: center; font-size: 12px;}
        .panel2 { width: 30%; text-align: center; font-size: 12px;}
         .panel3 { width: 30%; text-align: center; font-size: 12px;}
    </style>   
    </head>Is it possible to specify the styles using the style or styleClass attribute for the h:panelGrid?

    This worked! thx.
    <head>                  
                       <style>
                       div.divTop TD {vertical-align:top;}                    
                        </style>   
                   </head>      
                   <div class="divTop">
                              <h:panelGrid columns="3" border="1" width="100%">
                                  <h:dataTable value="#{foo1}" var="name">
                                       <h:column>
                                            <h:outputText value="#{name}"/>
                                       </h:column>
                                  </h:dataTable>
                                  <h:dataTable value="#{foo2}" var="name">
                                       <h:column>
                                            <h:outputText value="#{name}"/>
                                       </h:column>
                                  </h:dataTable>
                                  <h:dataTable value="#{foo3}" var="name">
                                       <h:column>
                                            <h:outputText value="#{name}"/>
                                       </h:column>
                                  </h:dataTable>          
                             </h:panelGrid>
                   </div>Edited by: asookazian on Mar 6, 2009 2:28 PM

  • Vertical Alignment issue in Safari

    I have an issue in Safari displaying content of a table cell as if it's middle aligned and not vertically aligned. It works fine in IE and FF, but not in Safari.
    I am using a basic CSS setting for the table cell with vertical-align=top. I have also put in in the td tag valign=top and still have the problem where the content is middle aligned and not top aligned.
    Has anyone seen something like this and know what I can do to get it to work?

    Do you have a sample or a screenshot that illustrates this?
    Check out the Safari Developer's forum for more help; this is mainly used by people who are Users of Safari vs. Web Developers (who should know the difference between browsers).

  • Alignement issue when exporting to PDF

    Hello,
    I'm having some alignment issues when exporting an InDesign file to PDF.
    I have a couple of square pictures, touching eachother at the edges. These are aligned bang on in InDesign (the lines overlap), but when exporting to a PDF and viewing in there, it seems that some seem to jump up slightly.
    Is this just a display issue or a setting issue when exporting to PDF?
    Thanks
    Benny

    The detail is cropped too tight for me to tell how many photos are intersecting there. Is there a vertical intersection as well? If not, I think you're looking at a very slightly non-rectangular frame, if there is, then you might still be looking at a non-rectangular frame, or the frames are not perfectly aligned, which doesn't surprise me if you snapped to a guide -- I find that less than 100% reliable since CS6.
    Presuming that you've zoomed in to show us the problem, that's probably a single pixel misalignment and you'd be very hard pressed to see it in printed output without a loupe.
    You can check the bottom edge of the top photo, and the top edge of the bottom photo(s) for being out of horizontal by using the direct select tool to select the corner points and seeing if the y-coordinate is the same on both sides of the frame.
    My printer tell me to always overlap frames, rather than butting them, for trapping, for what that's worth, but I don't always do what he says, and I've never had a problem.

  • Table content vertical alignment issue in Dreamweaver cs4

    Hello,
    I can't figure this one out. I made a sample file (code below) to debug my problem.
    I have a table inside a table. Both have no cell padding or spacing and top alignment, yet, the text appears to the top but there's a gap between the top of the cell and the text. Has anyone had that problem ? Same issue when I place a picture in the table, even if the pictute is 100px X 100px and the table size the same, there still is a gab between the picture and the top of the table ???
    Many thanks,
    <body>
    <table width="500" border="0" cellspacing="0">
      <tr>
        <td valign="top" bgcolor="#00FF00">Test</td>
      </tr>
      <tr>
        <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td valign="top"><p>This text is in a table inside the first table</p>
              <p>Both tables have no cellspacing and no cellpadding yet the text is not entirely aligned to the top of the cell/table !</p></td>
          </tr>
        </table></td>
      </tr>
    </table>
    </body>

    See this live example of a basic table.
    http://alt-web.com/DEMOS/basic-table.html
    Content in table cells is effected by heading and paragraph styles.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Awt alignment issue with japanese character

    I am using japesenes OS(Win XP ) and running awt application (JDK1.6).
    For Choice box (dropdown box) ,if the font is less than 15 and if there
    is a mixture of japanese and number ,the numbers and the Japanese characters
    are not vertically aligned.
    I am using java.awt.Choice component to display all the months
    Choice month =new Choice();
    month.insert ("1 \u6708", 0);
    month.insert ("2 \u6708", 1);
    month.insert ("3 \u6708", 2); .. so on
    While running the applet , in display window
    The numbers and the Japanese characters are not vertically aligned.
    When a month is selected, it is slightly truncated at the top.
    My default font is [family=SansSerif,name=sansserif,style=plain,size=12]
    when i change the font to 15,the characters are properly aligned.
    Did anyone faced this before? if so can you please clarify why this behaviour when font size
    is less than 15 or how to resolve this issue without changing the font size .
    thanks in advance,
    ruhul

    Hi,
    I have also faced the above mentioned issue.The workaround of using Full Width unicode though resolves the alignment of Japanese with english/numbers/special characters.
    There is other issues with this to mention a few:
    (a) The text is still top aligned.
    (b) A leading and trailing space is added to the value in the choice component when full width unicode value is used instead of english/number/special characters.
    It would nice if the mentioned issues could be resolved or if a work around could be suggested.

  • OBIEE 11g Calendar alignment issue

    Facts: OBIEE 11g - 11.1.5 on Windows 2003 server.
    There's an alignment issue going on with OBIEE calendar, wich happens only when the month is october. For all other months, the calendar is displayed properly. It does not depend on the year. You may change the year and select October, you'll get the error.
    You might see what happens on the link below.
    http://img210.imageshack.us/img210/7876/firefoxds.jpg
    This behavior may occur when using IE9 (both using compatibility mode or not), Mozila Firefox and Google Chrome.
    I've looked over Metalink and the forums and could not find any information about this error.
    Any tips?!
    Thanks!
    Marcos
    Edited by: BI_Creation on Dec 1, 2011 11:37 AM
    Edited by: BI_Creation on Dec 1, 2011 11:40 AM

    Hi there. Does anybody noticed this issue on calendars?! That only occurs when the month is october....
    Just updating, the correct version of OBIEE is 11.1.1.5.0.
    Thanks in advance.
    Marcos

  • Top 15 Issues/Fixes Needed in the next Premiere Pro release/update (CS6.5 or CS7)

    I’m excited for what’s coming next in Premiere Pro CS6.5 or CS7 (whichever update is next). As a former FCP7 user myself, Premiere CS6 was a quick and necessary switch (especially after changing the main keyboard shortcuts back to what I was used to). I’ve since gone back to FCP7 on occasion for certain things and I can tell you that I’m so glad I’ve switched. For all the headaches and serious errors that I still get daily/weekly with Premiere Pro CS6, it’s still definitely a big step up. I'm encouraged by staff members like Mitch W. that have expressed confidence that many of these issues will be resolved in the next release. Here is my personal list of “Top 15 issues/fixes” needed in the current Premiere Pro CS6…
    (Adobe STAFF...feel free to print this out and hand it to the engineers responsible for making changes )
    1) The infamous multicam FLAW. Needing no introduction…when you are editing your video in the multicam window and you hit pause or stop Premiere has decided that’s a great time to make a cut on your timeline and also switch angles back to the original angle whether you like it or not. You cannot stop ever while editing multicam without Premiere making these unwanted cuts and angle changes. Awful. Multicam in PPro is otherwise pretty nice, but this issue is terribly counter-productive especially when you are editing longer complex multicam sequences. Imagine if every time you hit pause or stop in the regular timeline it made a cut there and switched clips. Ugh. You get my point.
    2) The audio meters/levels do not work while in the multicam window. A staff member in the forums (I think it was you) said this was a bug. Hope it will get fixed. The audio levels work in every other window and its essential to be able to keep an eye on the levels while editing multicam.
    3) Ticktime.cpp-207 error. Ugh. What a nightmare. I have confidence that it will be fixed soon. Mitch W. from the forums is my new hero for taking on this error. How to replicate it?…simply have 6 (or 7) or more clips with the warp stabilizer effect added on the same timeline as a nested multicam clip and you get this error upon reopening your project. The more warp stabilizers you use, the more times you’ll have to hit “continue” to get through the error before you can open your project or export it to AME. I deal with this every single day because all my projects use these two elements. Most of my projects I have to hit “continue” on the error message upwards of 350-450 times to open my projects. Gets old fast.
    4) Icon View order control. When you display all your clips in icon view instead of a list view (In the project window), there is no metadata to allow you to put the clips in order somehow (or at least maintain the order that you have in the list). There are roundabout workarounds, but c’mon.
    5) Warp Stabilizer fixes…it is an AMAZING tool (far, far, far better than smoothcam in FCP7) BUT…it has it’s issues. Since I use hundreds of times/week (no exaggeration) I know it’s functions/flaws really well. The issues with Warp Stabilizer:
    a) #3 above
    b) Toggle OFF the effect after it’s applied and then hit Analyze again and PPro crashes. (easy to avoid but annoying bug)
    c) If a clip is in the middle of stabilizing (not just analyzing…but the final step labeled “analyzing”) when Auto-save comes up…most of the time PPro freezes and crashes.
    d) The DEFAULT “method” (in the settings for Warp Stabilizer) should NOT be “Subspace Warp”…it should be “Position, Scale, Rotation”. Why? It’s FAAAAARRRR better and more efficient. 95 out of 100 times it causes MUCH less “wobble” in the final stabilized clips AND most importantly 95 out of 100 times it scales the video less. Way better method.
    6) The ability to open multiple projects simultaneously. As simple as FCP7 had it…or even better…as cool and efficient as FCPX does it would be nice.
    7) The ability to mark a clip and not just a point on a timeline (because if you move the clip, the marker doesn’t go with it). I know you can use “Clip Marker” but it's very limiting, can't be moved, can't add notes, can't advance to the next marker (as far as I know). Also a marker list like FCPX has would be nice so you can see your markers all in a list at a glance and adjust them as needed.
    8) Ability to select a clip in the Project window and find out where it’s used in the timeline. I LOVE how you can do the reverse and take a clip in the timeline and “Reveal in Project Window” but it would really help to go the other way around. Dealing with several hundred clips for every project I’ve missed this feature from time to time (FCPX handles this really well).
    9) Add a through-edit indicator in timeline and “re-join clips” option. If you cut a clip but keep both clips together it’s just one continuous clip. But I really hope Premiere adds the not only an indicator of some sort (like FCP7′s way of having two small red triangles facing each other on that cut) so you know it’s one continuous clip BUT ALSO the ability to right-click and “re-join” the two clips into one.
    10) When clip is double-clicked in timeline, CTI position in source viewer should match location in timeline. This one is pretty annoying and a fix would be incredibly helpful. The way it is now is very counter-productive. Definitely hope this gets fixed ASAP.
    11) Better border controls for images/videos. Can’t do much with images right now in PPro. At least allow to customize the color and size/strength of it’s borders and shadows.
    12) Better support for Mac/Apple's top end computers/GPU's. I'm still surprised that 2011 top of the line iMac cards (AMD 6970M) that have 2gb of ram are not supported. I’m sure/I hope 2012 iMac’s will be supported with their new Nvidia GPU’s…but I’ll hold out hope that the top iMac (up until 3 months ago) is supported at least at it’s full power. All around better Mac support would be great considering the wave of new users coming over from FCP.
    13) Opacity/Transparency issues with EXPORTED videos with Cross Dissolves, etc. For some odd reason videos exported from Premiere CS6 have issues with cross dissolves or minor transparency. I’ll try to explain…in the program window of PPro CS6 cross dissolves look fine. Also, if you take a clip and stack it on top of another clip and put the top clip at say 99% opacity instead of 100 it looks like it should in PPro. But, if you export the clips you’ll quickly see that there are issues. It’s almost like the exported videos dissolve from 5 to 95. They skip the subtle beginning (0-5%) and subtle end (95-100%) of any fade. A clip in PPro as described above that is on top of another but set at 99% will look more like 90-95% in the exported file ESPECIALLY if the two clips are contrasting (eg. top layer dark, bottom layer with bright elements). It’s like the opposit of ease-in/ease-out. I have to ease-in/ease-out of every dissolve to avoid this issue…and even then, it’s not THAT much of an “ease” as one would hope. Another user in a forum once posted a video that shows how abruptly exported videos end their transparency changes…see: THIS SAMPLE VIDEO  Perhaps this is a GPU/processing issue with AME vs. Premiere Pro but whatever it is, it should be fixed so videos you export look like the videos you edited!
    14) Better control in Creative Cloud over which devices are “activated/deactivated”  We have 3 computers and it would be nice if one could log in to their Creative Cloud account and see a list of which devices they have and just toggle on/off which one’s are activated/deactivated. This is especially helpful when you are mobile and forget to deactivate one of your two home/office devices so you’re stuck now until you get back to the home/office to deactivate it. This is not a Premiere thing, but just a general wish.
    15) Ability to sync multicam clips automatically using the audio. Plural eyes apparently does this well. Would be nice to have it built into Premiere like FCPX does. Select all the shots you want to sync, One button click, wait a few seconds, done.
    That’s my top 15. Everything else is awesome in my opinion for what I do 10 hours a day 6-7 days a week. I’ve included bug reports/feature requests for all of these at one point but if you are someone else reading this go to the following link and ask for these issues to be fixed: FEATURE REQUEST/BUG REPORT
    I wish Adobe did smaller updates more often. Because even if they were smaller updates, we’d at least know you are working on fixing some of these issues that have plagued this NLE for years. Holding off fixes for one or two big “updates” every year is tough to deal with in a world of the ever updating apps we live and play with daily on our phones. I realize Premiere is a much larger scale and far more professional than a phone app, but hopefully you get my point. Here’s to hoping the next release (NAB 2013?) resolves all my top 15 issues. Here’s to hoping that these issues will be resolved sooner than later so I can stop raising hell in various forums. I’m honestly ready to start praising and defending Premiere Pro instead of griping about it’s bugs and flaws. It’s a fantastic program “on the way” to being the best. I hope.

    Nice list, however it does seem a little bit like you may be hoping that Adobe provides the Final Cut 8 package that Apple never delivered on. Having edited primarily with P-Pro for the last decade, I hope Adobe focuses more on getting the next release to run as smooth as CS5x does, strangling and crucifying all the codec and playback bugs that arose in CS6. To me, it appeared that too many of the changes in CS6 were semantic or cosmetic, meant to give a FCP user more familiarity. Why change the name of an edit function from "overlay" to "overwrite" after 15 years? Because it enhances the product, or because that is what Apple called the function in FCP? If Adobe renames the Program Monitor to the "Canvas" with the next release, I think that I might be sick. There were nice additions to the Creative Suite as a whole, but I hope the next Premiere release reverses some missteps made in CS6, and focuses more on stability and enhanced functionality. I also really hope that they have an open ear towards criticism; Apple did not and their users ended up with FCP-X
    It saddens me that the fixes I want most in a future release were purposeful changes between CS5x and CS6x.
    1) Provide the options for transport controls in the source and program monitors. All of the users at my office hate that the jog and shuttle were removed in CS6. JKL was an option prior to CS6 and if we liked it we would have used it. I keep reading the justification that this change was meant to save space and streamline the UI. I can't express cordially how much this bothers me to look at the empty wasted space in my CS6 UI where the transport controls should be. The experiment has gone on long enough.
    2) Restore the 3 Way Color Corrector to its previous functionality. The 3 way color corrector has been effectively neutered in CS6. Where in CS5x and earlier releases one could separately target the input/output levels of Highlights, Midtones, and Shadows, CS6 has only a master input/output level control. Why is less control better? Is it a 3-Way Color Corrector or a 1-Way Color Corrector?
    3) Restore Clip and Timeline markers to their previous functionality. I don't even.... I can't. A user shouldn't have to do work arounds to create a modicum of functionality. This again was an attribute that wasn't broken in earlier releases.
    4) Simplify the the task of pasting media into a targeted track. As it is now, pasted items will always go to the lowest activated track instead of the targeted track.
    Lastly I would like the Adobe Premiere teams to consider what an amazing accomplishment Premiere CS5x was. Upon CS5's release, a good portion of competitor's workflows became obsolete. CS5.5 refined, stabilized, and expanded functionality.
    CS6 changed the UI around, moving or deleting buttons, changed keyboard shortcuts, and renamed functions. Oh, and added hoverscrub, you know...like FCPX. In exchanged there was loss of functionality, stability issues and broken codecs.
    I really hope the next release is more like CS5x and less like FCPX

  • What are your top 10 issues to upgrade E-Business Suite

    Hi everyone,
    My name is Max Arderius, Product Manager for Life Cycle Management products in Oracle. We are doing a big effort to help customers to simplify their E-Business Suite upgrade. We are trying to collect all the information we can to identify the top issues that customers are facing before, during or after E-Business Suite upgrades. We are really committed to address all possible issues and so we can prevent usual problems, showstoppers, inconveniences, lack of documentation and other technical difficulties.
    What would you say are your top 10 issues that faced to upgrade to R12? Or what would you like Oracle to address in the near future to make your life easier?
    I am looking forward for your postings! Thanks!
    Max

    Hi Max ! Hope you are well :-)
    One thing that I assume most folks would find useful is a pre-upgrade script that can do some basic checks to identify any potential issues that need to be addressed before the upgrade starts.
    A simple example is documented in MOS Doc 802515.1 (R12 Upgrade: Workers Fail In Apstca01.Sql) - the profile option in our system was set to NULL (the default) and the apstca01.sql failed in the middle of the first test upgrade - not a big issue, but would have been nice to have this corrected before the upgrade.
    I am sure that are hundreds of such "gotchas" from all the various modules :-)
    This script is almost analogous to the database pre-upgrade script/tool (http://download.oracle.com/docs/cd/E11882_01/server.112/e17222/upgrade.htm#UPGRD12395) that performs some checks and makes recommendations.
    Thanks
    Srini

  • Alignment issues in my smartform

    Hi Gurus,
    I am facing alignment issues in my smartform .
    My Output with LP01differs from that of Logica Printer LOCAL.Kindly throw some light on the same.
    Deepak

    Hello,
    Please check with the basis that FONT that you are using are installed in both the printers.
    This situation happens most when you have imported a new font into SAP system, as a printer is not configured for that Font output differs.
    Thanks,
    Jayant

  • SAP script printout alignment issue

    Hi Experts,
    I have facing one Script Printout Alignment issue.
    SAP Script Form printing some Values in Table format.
    While debugging( in debug mode ), I am getting the correct Alignment ( Proper table format with values ).
    But in printout the Alignment( The vertical and horizontal lines are not printed properly ) is not correct.
    Thanks in Advance.

    HI Glen Anthony,
    I am not using any printer details.
    from the Spol (SP01) I am checking the print priview.
    Success in debug mode but not in Print.
    Please suggest.
    Thanks

  • JScrollpanel Top align problem

    Hi,ALL
    I have a JPanel holds two Objects(JTree and JList);
    So
    The main JPanel is created with FlowLayout.LEFT
    I create two JScrollPanel to hold JTree and JList,
    since JTree is long and JList is short.
    so everytime JList is in the middle of the JScrollPanel.
    I want to align them from top, how to add a Viewport to JScrollPanel from TOP-align, not automatically CENTER-align?
    Thanks in avanced

    At the risk of sounding like the Office Paperclip... it looks like you're writing an explorer.
    If so, use a JSplitPane. Set the left component to a JScrollPane containing a JTree and the right component to a JScrollPane containing a JList.

Maybe you are looking for

  • I want to add a Facebook widget, it shows in the coding but not on the page in live view?

    I'm a learning dreamweaver user. So I wanted to add a Facebook like button and followed a tutorial on widgets. However, when I insert the widget it shows up in coding in split view but not my actual page. I've tried uploading it and it still wouldn't

  • What is the difference between NetWeaver 7.3 and NetWeaver 7.03?

    Hi Experts, Can anydoby explain me the difference between NetWeaver 7.3 and NetWeaver 7.03? or say difference between NetWeaver 7.2 and NetWeaver 7.02? I have been confused by these 2 terms. As far as I know, the features of AS ABAP in NetWeaver 7.3

  • CRM - SAP ECC 6.0- How to keep creation user data

    Hello gurus, I'm working on a SAP project which scope is CRM - ECC6.0 (IS-U +SD) - BI 7.0 and we are facing an issue trying to extract from IS-U the user who created a business operation. You have to know that process designed is : - business operati

  • Hi query in pricing any one please help needed

    our project requirement EX: if I am dealing with all the customers for material 1, material2 material3.......up to 50 materials. If I would like to check minimum order quantity only for few materials (let us say material1 minimum 5 quantity and mater

  • Rca cable - no video on tv

    Hi everyone! I've just bought a apple rca video cable to connect my ipod touch (2nd gen) to TV. The problem is after all connections made, the sound works fine, but no video! The ipod is OS updated. Some solution? All the best. Thanks in advace! R. C