Text not centred in dreamweaver 8 tables when I test it in I.E

I know I am a noob. When I centre my text in a row of a table
and test my page in I.E. it comes out to the left, like its been
aligned like that. I aligned it to the middle. How do I fix
this?

<th scope="col">Payment is accepted with paypal
only.</th>
This text?
Note that it is within a <th> tag, which has center
align as its default.
To change that, click in each cell and uncheck the Header
checkbox on the
property inspector. Or, change each <th>...</th>
pair to <td>...</td>.
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
==================
"culture_creature" <[email protected]> wrote
in message
news:[email protected]...
> ok this is the part corrosponding to the table I think.
I hope this is the
> right part
>
> </tr>
> </table> </td>
> <td width="4"> </td>
> <td width="378" align="left"
valign="top"><p><img src="P7240455.JPG"
> width="373" height="474" /></p>
> <p><img src="P7260457.JPG" width="373"
height="474" /></p></td>
> </tr>
>
> <tr bgcolor="#ffffff">
> <td colspan="6"><img src="mm_spacer.gif" alt=""
width="1" height="1"
> border="0" /></td>
> </tr>
>
> <tr>
> <td bgcolor="#A4C2C2"> </td>
> <td bgcolor="#A4C2C2"> </td>
> <td bgcolor="#FFFFFF"> </td>
> <td colspan="3" align="left" valign="top"
bgcolor="#FFFFFF"><table
> width="946" border="1">
> <tr>
> <th width="936" scope="col"><span
class="logo">Payment
> </span></th>
> </tr>
> <tr>
> <th scope="col">Payment is accepted with paypal
only.</th>
> </tr>
> <tr>
> <th scope="col"><span
class="logo">Shipping</span></th>
> </tr>
> <tr>
> <th scope="row">We post by royal mail first class
to the
> addresss
> specified by the buyer. It should take 1-3
days</th>
> </tr>
> <tr>
> <th scope="row"><span class="logo">Refund
Policy </span></th>
> </tr>
> <tr>
> <th scope="row"><span class="style7">If for
any reason you want
> to
> return the product as long as the item has not been
opened you can mail it
> back
> to us and we will give a full refund. Buyer pays
postage. </span></th>
> </tr>
> </table></td>
> </tr>
>

Similar Messages

  • "Could not load the system tables" when installing the MAXDB DB instance

    Hello,
    We have an error when we are installing the MAXDB 7.5 for Netweaver 04's Unicode Kernel.
    The central instance is installed, but when we launch the DB Server, in the step 14/25 Activating the DB, the follow error ocurrs.
    "ERROR 2007-03-12 11:44:21
    MDB-07048  Could not load the system tables. Check the files 'dbm.prt' and 'dbm.ins' in the run directory of the database (search fo
    r "load_systab") or call the Support Center."
    the file dbm.ins is not found, but the file dbm.prt have:
    2007-03-12 11:44:14 0x00000a94              0 DBM      command load_systab
    2007-03-12 11:44:14 0x00000a94 ERR     -24964 DBM      ERR_EXECUTE: error in program execution
                        0x00000a94 ERR     -24964 DBM      256,/sapdb/XIP/db/bin/x_python /sapdb/XIP/db/env/lsystab.py -R /sapdb/XIP/db
    -d XIP -u SUPERDBA,*.
    I search information in OSS, but we can't found solutions.
    Best Regards, Alberto.

    Hello Alberto,
    if you're an SAP customer, can you open a message about this error, and enter a service connection into the MAXDB server?
    Thanks,
    Ashwath

  • My div tag or navigation tag is not centre in dreamweaver cc. pls help

    <--here is my html file - -->
          <---div id="bottom_box" class="fluid">
    <ul id="nav_main_ul" class="fluid fluidList">
        <li id="nav_main_ul_li" class="fluid">who we are
        </li>
        <li id="nav_main_ul_li" class="fluid">what we do</li>
        <li id="nav_main_ul_li" class="fluid">how we do</li>
        <li id="nav_main_ul_li" class="fluid">our work gallery</li>
        <li id="nav_main_ul_li" class="fluid">our clients</li>
        <li id="nav_main_ul_li" class="fluid">contact us</li>
        <li id="nav_main_ul_li" class="fluid">we r hiring</li>
      </ul>
          </div>
              </div-->
    <--here is my css code - -->
    #bottom_box {
              position: absolute;
              clear: both;
              float: left;
              top: 500px;
              width: 100%;
    #nav_main_ul {
              width: 100%;
              margin-left: auto;
              margin-right: auto;
              background-color: #068788;
              text-align: center;
              display: inline-block;
    #nav_main_ul_li {
              float: left;
              display: block;
              width: 13%;
              height: 30px;
              text-align: center;
              background-color: #068788;
              padding-left: auto;
              padding-right: auto;
              font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Arial, sans-serif;
              color: #FFFFFF;
              font-size: smaller;
              line-height: 30px;
              text-decoration: none;
              letter-spacing: 1px;

    Here is my complete file
    <------------------------------------------------->
    <!doctype html>
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!--> <html class="">
    <!--<![endif]-->
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Untitled Document</title>
    <link href="_css/boilerplate.css" rel="stylesheet" type="text/css">
    <link href="_css/main.css" rel="stylesheet" type="text/css">
    <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="_js/respond.min.js"></script>
    <!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--><script>var __adobewebfontsappname__="dreamweaver"</script><script src="http://use.edgefonts.net/muli:n3,n4:default;anonymous-pro:n4:default.js" type="text/javascript"></script>
    </head>
    <body>
              <div class="gridContainer clearfix">
                <div id="top_background" class="fluid">
          <div id="left_bar" class="fluid">"l"</div>
          <div id="image_bar" class="fluid"> "image_bar"</div>
          <div id="right_bar" class="fluid"> "r"</div>
          <div id="text_bar" class="fluid" >
          <div class="fluid head">our superior <strong>Infrastructure</strong> compliments our <strong>attitude</strong> for <strong>perfection</strong></div>
          <div class="fluid content">Our multi-dimensional approach, supported by advanced technology, ensures that the solutions we architect for our clients are built in the most productive and cost-effective manner.
    With its head office in South Delhi, India and branch offices in Mumbai, Jakarta & London, the agency boasts of being equipped with the most modern technological equipments and a well stocked library.</div>
          <div class="fluid content_2">A sleek conference room provides the right environment for brainstorming ideas. The audio-visual theater enhances the experience of making presentations for the advertising campaigns. Our Proficiency in printing technology alongwith a resource pool of printers and fabricators, supplemented by round-the-clock service enables us to service our clients in the best possible manner.</div>
          </div>
          </div>
          <div id="bottom_box" class="fluid">
    <ul id="nav_main_ul" class="fluid fluidList">
        <li id="nav_main_ul_li" class="fluid">who we are</li>
        <li id="nav_main_ul_li" class="fluid">what we do</li>
        <li id="nav_main_ul_li" class="fluid">how we do</li>
        <li id="nav_main_ul_li" class="fluid">our work gallery</li>
        <li id="nav_main_ul_li" class="fluid">our clients</li>
        <li id="nav_main_ul_li" class="fluid">contact us</li>
        <li id="nav_main_ul_li" class="fluid">we r hiring</li>
      </ul>
          </div>
              </div>
    </body>
    </html>
    <------------------------------------------------->
    complete CSS file
    @charset "utf-8";
    /* Simple fluid media
       Note: Fluid media requires that you remove the media's height and width attributes from the HTML
       http://www.alistapart.com/articles/fluid-images/
    img, object, embed, video {
              max-width: 100%;
    /* IE 6 does not support max-width so default to width 100% */
    .ie6 img {
              width:100%;
              Dreamweaver Fluid Grid Properties
              dw-num-cols-mobile:                    8;
              dw-num-cols-tablet:                    16;
              dw-num-cols-desktop:          24;
              dw-gutter-percentage:          10;
              Inspiration from "Responsive Web Design" by Ethan Marcotte
              http://www.alistapart.com/articles/responsive-web-design
              and Golden Grid System by Joni Korpi
              http://goldengridsystem.com/
    .fluid {
              margin-left: 0;
              width: 438px;
              display: block;
    .fluidList {
        list-style:none;
        list-style-image:none;
        margin:0;
        padding:0;       
    /* Mobile Layout: 480px and below. */
    .gridContainer {
              margin-left: auto;
              margin-right: auto;
              width: 89.9659%;
              padding-left: 0.517%;
              padding-right: 0.517%;
              clear: none;
              float: none;
              position: relative;
    #top_background {
              width: 100%;
              position: absolute;
              background-color: #999999;
              height: 802px;
    #left_bar {
              width: 24px;
              position: absolute;
              height: 308px;
              top: 240px;
              left: 23px;
              background-image: url(../_images/band.gif);
              background-repeat: repeat-y;
    #image_bar {
              width: 286px;
              margin-left: 1.1494%;
              clear: none;
              height: 308px;
              padding-top: 0px;
              top: 240px;
              background-color: #333333;
              background-image: url(../_images/how-we-do.gif);
              background-repeat: no-repeat;
              background-size: cover;
              background-attachment: scroll;
              background-position: center;
              position: absolute;
              left: 70px;
    #text_bar {
              clear: both;
              margin-left: 0;
              position: absolute;
              top: 580px;
              background-color: #009999;
              width: 390px;
              left: 23px;
              height: auto;
    #right_bar {
              width: 24px;
              margin-left: 1.1494%;
              clear: none;
              height: 308px;
              top: 240px;
              left: 384px;
              position: absolute;
              float: left;
              background-image: url(../_images/band.gif);
              background-repeat: repeat-y;
              background-size: auto auto;
    #bottom_box {
              position: absolute;
              float: left;
              background-color: #666666;
              top: 40px;
              clear: both;
              width: 100%;
    .head {
              width: 100%;
              text-align: center;
              color: #FFFFFF;
              font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Arial, sans-serif;
              font-style: normal;
              font-weight: 400;
              letter-spacing: 1px;
              word-spacing: 5px;
              left: auto
              right: auto;
              bottom: 1%;
              position: static;
              height: 73px;
              left: auto;
              font-size: 14pt;
              float: left;
              clear: both;
              display: block;
              padding-top: 10px;
    .content {
              position: static;
              padding-top: 11px;
              left: 0%;
              width: 94%;
              color: #FFFFFF;
              font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Arial, sans-serif;
              font-size: small;
              text-align: justify;
              letter-spacing: 1px;
              word-spacing: 0px;
              display: block;
              float: left;
              clear: both;
              margin-left: 12px;
    .content_2 {
              position: static;
              padding-top: 10px;
              left: 0%;
              width: 94%;
              color: #FFFFFF;
              font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Arial, sans-serif;
              font-size: small;
              text-align: justify;
              letter-spacing: 1px;
              word-spacing: 0px;
              display: block;
              float: left;
              clear: both;
              margin-left: 12px;
    #nav_main_ul {
              width: 100%;
              margin-left: auto;
              margin-right: auto;
              background-color: #068788;
              text-align: center;
    #nav_main_ul_li {
              float: left;
              width: 13%;
              height: 30px;
              text-align: left;
              background-color: #068788;
              padding-left: auto;
              padding-right: auto;
              font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Arial, sans-serif;
              color: #FFFFFF;
              font-size: smaller;
              line-height: 30px;
              text-decoration: none;
              letter-spacing: 1px;
    .zeroMargin_mobile {
    margin-left: 0;
    .hide_mobile {
    display: none;
    /* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
    @media only screen and (min-width: 481px) {
    .gridContainer {
              width: 92.4715%;
              padding-left: 0.2642%;
              padding-right: 0.2642%;
              clear: none;
              float: none;
              margin-left: auto;
              position: relative;
    #top_background {
              height: 600px;
              padding-top: 0px;
              padding-left: 0px;
              top: 0px;
              position: absolute;
              background-image: url(../_images/tablet_bk.gif);
              background-repeat: repeat-x;
    #left_bar {
              width: 3%;
              position: absolute;
              background-color: #009999;
              height: 269px;
              top: 80px;
              left: 2.3%;
    #image_bar {
              width: 26%;
              clear: both;
              margin-left: 0;
              position: absolute;
              height: 269px;
              left: 7.4%;
              top: 80px;
              background-image: url(../_images/tb_how-we-do.gif);
              background-repeat: no-repeat;
              background-size: cover;
              background-attachment: scroll;
              background-position: center;
    #text_bar {
              clear: both;
              margin-left: 0;
              width: 57%;
              height: 269px;
              position: absolute;
              top: 80px;
              left: 35.7%;
              opacity: 1;
              overflow-y: auto;
    #right_bar {
              width: 3%;
              margin-left: 0;
              position: absolute;
              float: left;
              height: 269px;
              top: 80px;
              background-color: #0C9696;
              right: 0px;
              left: 95%;
    #bottom_box {
              position: absolute;
              clear: both;
              float: left;
              top: 447px;
    .head {
              width: 100%;
              text-align: center;
              color: #FFFFFF;
              font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Arial, sans-serif;
              font-style: normal;
              font-weight: 400;
              letter-spacing: 1px;
              word-spacing: 5px;
              left: auto
              right: auto;
              bottom: 1%;
              position: static;
              height: 73px;
              left: auto;
              font-size: 14pt;
              float: left;
              clear: both;
              display: block;
              padding-top: 10px;
    .content {
              position: static;
              padding-top: 11px;
              left: 0%;
              width: 94%;
              color: #FFFFFF;
              font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Arial, sans-serif;
              font-size: small;
              text-align: justify;
              letter-spacing: 1px;
              word-spacing: 0px;
              display: block;
              float: left;
              clear: both;
              margin-left: 12px;
    .content_2 {
              position: static;
              padding-top: 10px;
              left: 0%;
              width: 94%;
              color: #FFFFFF;
              font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Arial, sans-serif;
              font-size: small;
              text-align: justify;
              letter-spacing: 1px;
              word-spacing: 0px;
              display: block;
              float: left;
              clear: both;
              margin-left: 12px;
    #nav_main_ul {
              width: 100%;
              margin-left: auto;
              margin-right: auto;
              background-color: #068788;
              text-align: center;
    #nav_main_ul_li {
              float: left;
              display: block;
              width: 13%;
              height: 30px;
              text-align: center;
              background-color: #068788;
              padding-left: auto;
              padding-right: auto;
              font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Arial, sans-serif;
              color: #FFFFFF;
              font-size: smaller;
              line-height: 30px;
              text-decoration: none;
              letter-spacing: 1px;
    .hide_tablet {
    display: none;
    .zeroMargin_tablet {
    margin-left: 0;
    /* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
    @media only screen and (min-width: 769px) {
    .gridContainer {
              width: 93%;
              max-width: 1232px;
              padding-left: 0.1704%;
              padding-right: 0.1704%;
              margin: auto;
              clear: none;
              float: none;
              margin-left: auto;
              position: relative;
    #top_background {
              position: absolute;
              width: 100%;
              height: 700px;
              background-image: url(../_images/body_bk.gif);
              background-repeat: repeat-x;
    #left_bar {
              width: 2%;
              position: absolute;
              height: 308px;
              top: 118px;
              left: 3%;
              background-image: url(../_images/band.gif);
              background-repeat: repeat-y;
    #image_bar {
              width: 24%;
              clear: both;
              margin-left: 0;
              position: absolute;
              left: 10%;
              height: 308px;
              top: 118px;
              background-image: url(../_images/how-we-do.gif);
              background-repeat: no-repeat;
              background-size: cover;
              background-attachment: scroll;
              background-position: center;
              text-align: center;
    #text_bar {
              clear: both;
              margin-left: 0;
              width: 52%;
              height: 308px;
              position: absolute;
              top: 118px;
              left: 38.5%;
    #right_bar {
              width: 2%;
              margin-left: 0;
              position: absolute;
              float: left;
              height: 308px;
              top: 118px;
              right: 0px;
              left: 94%;
              background-image: url(../_images/band.gif);
              background-repeat: repeat-y;
    #bottom_box {
              position: absolute;
              clear: both;
              float: left;
              top: 500px;
              width: 100%;
              margin:0 auto;
    .head {
              width: 100%;
              text-align: center;
              color: #FFFFFF;
              font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Arial, sans-serif;
              font-style: normal;
              font-weight: 400;
              letter-spacing: 1px;
              word-spacing: 5px;
              top: 4%;
              left: auto
              right: auto;
              bottom: 1%;
              position: absolute;
              height: 73px;
              left: auto;
              font-size: 20pt;
    .content {
              position: absolute;
              padding-top: 20px;
              left: 0%;
              width: 47%;
              color: #FFFFFF;
              font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Arial, sans-serif;
              font-size: small;
              text-align: justify;
              letter-spacing: 1px;
              word-spacing: 0px;
              top: 27%;
              float: left;
              clear: both;
              display: inline-block;
    .content_2 {
              top: 27%;
              position: absolute;
              padding-top: 20px;
              left: 51%;
              width: 44%;
              right: 3%;
              display: table-column;
              color: #FFFFFF;
              font-size: small;
              text-align: justify;
              font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Arial, sans-serif;
              letter-spacing: 1px;
              word-spacing: 0px;
              padding-right: 10px;
    #nav_main_ul {
              margin-left: auto;
              margin-right: auto;
              background-color: #068788;
              text-align: center;
    #nav_main_ul_li {
              float: left;
              display: block;
              width: 13%;
              height: 30px;
              text-align: center;
              background-color: #068788;
              font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Arial, sans-serif;
              color: #FFFFFF;
              font-size: smaller;
              line-height: 30px;
              text-decoration: none;
              letter-spacing: 1px;
    .zeroMargin_desktop {
    margin-left: 0;
    .hide_desktop {
    display: none;

  • Data not displayed in Z-table when material code (MATNR) entered in selection screen.

    Hi Experts,
    I have a Z-table for a gatepass report which was already created by another developer. This table has many fields including plant, year, material code field. (MATNR) etc
    Now the problem is in SE11, I run the table to display the entries, when I enter plant and year and execute many entries are displayed.properly including material codes(e.g.50008536). 
    But when I execute the same entering plant, year and material code(e.g.50008536) then this message is displayed. " No table entries found for specified key"
    The same thing happens if I am writing a select query in my report to get the data of any particular material code. My internal table is not filled with the data including that particular material code.
    Some more info :
    1. The material code field in the Z-table is assigned the standard material code Data element. i.e. MATNR
    2. Even if I enter '000000000050008536' as input it is still not working. it is automatically changed to '50008536' after executing.
    So please help me where the problem is? I have spent alot of time on this but not able to find the problem..
    Thanks,
    Vishal .

    Hi Vishal,
    Hope I understand  that table content does not starts with zero for material, reply me if i am wrong.
    Use this code before where condition.
    loop at so_matnr.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
       EXPORTING
         INPUT         = so_matnr-low
      IMPORTING
        OUTPUT        = so_matnr-low.
    if so_matnr-high is NOT INITIAL.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
       EXPORTING
         INPUT         = so_matnr-high
      IMPORTING
        OUTPUT        = so_matnr-high.
    endif.
    MODIFY  so_matnr.
    endloop.
    if table content is filled with zero use  FM conversion_exit_alpha_input
    Regards,
    Venkat.

  • CRS, IOS-XR: local IGP route not installed in BGP table when learned from RR

    Hello,
    We use CRS routers in our IGP/BGP network core, some of which are acting as BGP originators and reflectors (RRs) for IPv4 unicast. We also use CRS routers as Internet PEs. The problem we have is between those PEs and the core routers.
    Premise: each Internet PE is terminating customer cisrcuits and injects those downstream routes in IGP (via redistributing static, or just learned via IGP from a downstream router). The core (P) routers then learn those routes from the PE via the IGP. Two of the P-routers act as BGP originators and install the necessary routes in BGP using the network statement. These routes are mostly supernets (i.e. summarized), but some coincide with IGP routes, as learned from the PEs. The P-routers acting as RRs then reflect all iBGP routes to all IPv4 unicast BGP speakers in the network, including the Internet PEs (we also have BGP peers on those PEs, which is why this is necessary).
    Problem: if a specific downstream route, learned on an Internet PE via IGP (i.e. from downstream), is then received by that PE from an RR via iBGP (i.e. from upstream), the route is not installed in the BGP table (the output of the show bgp x.x.x.x/xx command is: Network not in table)
    Question: does anyone know why this is happening? This is concictent on all of our CRS PEs. As far as I am aware there is no BGP rule that would explain this behavior. We don't expect the PE to prefer the iBGP route over the IGP route, but that should not prevent it from learning it and installing it in the BGP table... The only discrepancy I could think of is that the IGP route has a next-hop pointing downstream, whereas the the same route, learned over iBGP has a next-hop pointing upstream. Then again,this shouldn't prevent the route to appear in the BGP table....
    Your help would be appreciated!
    Thanks!

    Hi !
    If I am understandung you correctly then Split Horizon is the keyword
    Because if the route is learned from downstream BGP drops any same path information learned from upstream
    SPLIT-HORIZON only applies to distance-vector routing protocols.  In case of BGP,  it simply means that a prefix learned via a peer is not advertised back  to that peer.
    Split horizon will simply block out routes with the same neighbor as the next-hop for the router
    regards
    alexander

  • Page does not view in IE does when I test in firefox but didn't when I loaded the page.

    Hi,
    I have apge that views fine in Firefox (no surprise there) but in IE the page is basically blank. Anyone got an idea why? Here is my code, I suspect it has something to do with the java but not sure, can anyone help please?
    Thanks in advance!
    Here is the code, I can't send a link the page is current confidental.
    <!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" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
        background-color: #666666;
        background-image: url(Images/BG_outside.jpg);
        background-repeat: repeat-x;
    .oneColFixCtr #container {
        width: 960px;
        margin: 0 auto;
        text-align: left; /* this overrides the text-align: center on the body element. */
        background-color: #FFFFFF;
        background-image: url(Images/BG_2.jpg);
    .oneColFixCtr #mainContent {
        padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        width: 520px;
    .thumbnailIMG {
        float: right;
        padding-right: 5px;
    .CartButton {
        padding-top: 15px;
        padding-left: 118px;
        padding-bottom: 20px;
    .ProductHeading {
        padding-left: 75px;
        padding-top: 35px;
    .ProductTXT {
        padding-left: 75px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #333;
        font-weight: bold;
        line-height: 24px;
    .header {
        background-image: url(Images/headerBG.jpg);
        background-color: #FFF;
        background-repeat: no-repeat;
        padding-top: 8px;
    .sidebar {
        float: right;
        width: 400px;
        margin-top: 20px;
    -->
    </style>
    <script src="JavascriptFiles/slideshow.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
      <script type="text/javascript">
    <!--
    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];}
    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;
      </script>
    </head>
    <body class="oneColFixCtr" onload="MM_preloadImages('images/MLB_lgSunglasses/Dodger.jpg','images/MLB_lgSunglasses/Ph illies.jpg','images/MLB_lgSunglasses/Yankees.jpg','images/MLB_lgSunglasses/Rangers.jpg','i mages/MLB_lgSunglasses/Giants.jpg','images/MLB_lgSunglasses/Angles.jpg','images/MLB_lgSung lasses/Rockies.jpg','images/MLB_lgSunglasses/Met.jpg','images/MLB_lgSunglasses/DBacks.jpg' ,'images/MLB_lgSunglasses/Reds.jpg')">
    <div id="container">
      <div class="header"><img src="Images/Logo.png" width="513" height="127" alt="MajorLeagueSunglasses.com" />
        <ul id="MenuBar1" class="MenuBarHorizontal"><ul id="MenuBar2" class="MenuBarHorizontal">
          <li><a href="#">home</a></li>
        </ul>
          <li><a href="#">home</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">products</a>
            <ul>
              <li><a href="#">scorpion</a></li>
              <li><a href="#">viper</a></li>
              <li><a href="#">prodigy</a></li>
              <li><a href="#">rookie</a></li>
            </ul>
          </li>
          <li><a class="MenuBarItemSubmenu" href="#">about us</a>
            <ul>
              <li><a href="#">technology</a></li>
              <li><a href="#">company</a></li>
            </ul>
          </li>
          <li><a href="#">contact us</a></li>
          <li><a href="#">media</a></li>
        </ul>
      </div>
      <div class="sidebar">
        <img src="Images/PickaTeam.png" alt="Pick a Team" width="244" height="23" class="CartButton" />
    <table align="right">
      <tr>
      <td>
       <img src="Images/MLB_team_logos/Boston_CapLogo_Red.gif"" alt="Boston Red Soxs HD Sunglasses" name="color1" width="60" height="39" align="left" id="color4" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/RedSoxs.png',1)" class="thumbnailIMG" />
      <img src="Images/MLB_team_logos/LA_logo.gif" alt="Dodgers HD Sunglasses" name="color1" width="60" height="39" align="left" id="color" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Dodger.png',1)" class="thumbnailIMG" />
      <img src="Images/MLB_team_logos/Phillies.gif" alt="Phillies HD Sunglasses" name="color1" width="60" height="39" align="left" id="color" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Phillies.png',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Tampa_Rays_CapLogo.gif" alt="Tampa Bay Rays HD Sunglasses" name="color1" width="60" height="39" align="left" id="color9" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Dodger.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Yankees.gif" alt="Yankees HD Sunglasses" name="color1" width="60" height="39" align="left" id="color" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Yankees.png',1)" class="thumbnailIMG" /> </td>
      </tr>
      <tr>
      <td><img src="Images/MLB_team_logos/Padres.gif" alt="San Diego Pardes HD Sunglasses" name="color1" width="60" height="39" align="left" id="color8" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Dodger.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/NYMets_capLogo.gif" alt="New York Mets HD Sunglasses" name="color1" width="60" height="39" align="left" id="color12" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Mets.png',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Angels.gif" alt="Angles HD Sunglasses" name="color1" width="60" height="39" align="left" id="color11" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Angels.png',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/DBacks.gif" alt="Arizona Diamondbacks HD Sunglasses" name="color1" width="60" height="39" align="left" id="color3" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/DBacks.png',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Cubs_logo.gif" alt="Chicago Cubs HD Sunglasses" name="color1" width="60" height="39" align="left" id="color10" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Dodger.jpg',1)" class="thumbnailIMG" /></td>
      </tr>
      <tr>
      <td><img src="Images/MLB_team_logos/Rangers.gif" alt="Rangers HD Sunglasses" name="color1" width="60" height="39" align="left" id="color17" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Rangers.png',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/SFGiants_CapLogo.gif" alt="San Francisco Giants HD Sunglasses" name="color1" width="60" height="39" align="left" id="color3" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Giants.png',1)" class="thumbnailIMG" />
      <img src="Images/MLB_team_logos/Pirates.gif" alt="Pittsburg Pirates HD Sunglasses" name="color1" width="60" height="39" align="left" id="color2" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Angles.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/WhiteSox.gif" alt="White Sox HD Sunglasses" name="color1" width="60" height="39" align="left" id="color14" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/DBacks.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Mariners.gif" alt="Mariners HD Sunglasses" name="color1" width="60" height="39" align="left" id="color13" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Dodger.jpg',1)" class="thumbnailIMG" /></td>
      </tr>
        <tr>
      <td><img src="Images/MLB_team_logos/Athletics.gif" alt="Oakland Athletics HD Sunglasses" name="color1" width="60" height="39" align="left" id="color2" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Rangers.jpg',1)" class="thumbnailIMG" />
      <img src="Images/MLB_team_logos/Oriols.gif" alt="Baltimore Orioles HD Sunglasses" name="color1" width="60" height="39" align="left" id="color3" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Giants.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Rockies.gif" alt="Colorado Rockies HD Sunglasses" name="color1" width="60" height="39" align="left" id="color15" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Rockies.png',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Cardinals.gif" alt="St. Louis Cardnials HD Sunglasses" name="color1" width="60" height="39" align="left" id="color3" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/DBacks.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Braves.gif" alt="Atlanta Braves HD Sunglasses" name="color1" width="60" height="39" align="left" id="color5" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Dodger.jpg',1)" class="thumbnailIMG" /></td>
      </tr>
      <tr>
      <td><img src="Images/MLB_team_logos/Jays.gif" alt="Toranto Jays HD Sunglasses" name="color1" width="60" height="39*" align="left" id="color2" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Rangers.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Brewers.gif" alt="Milwaukee Brewers HD Sunglasses" name="color1" width="60" height="39" align="left" id="color7" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Brewers.png',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Twins.gif" alt="Minnisota Twins HD Sunglasses" name="color1" width="60" height="39" align="left" id="color6" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Twins.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Tigers.gif" alt="Detriot Tigers HD Sunglasses" name="color1" width="60" height="39" align="left" id="color3" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Tigers.png',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Indians.gif" alt="Cleveland Indians HD Sunglasses" name="color1" width="60" height="39" align="left" id="color5" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Dodger.jpg',1)" class="thumbnailIMG" /></td>
      </tr>
       <tr>
      <td><img src="Images/MLB_team_logos/Astros.gif" alt="Houston Astros HD Sunglasses" name="color1" width="60" height="39" align="left" id="color2" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Rangers.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Reds.gif" alt="Cincinnati Reds HD Sunglasses" name="color1" width="60" height="39" align="left" id="color16" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Reds.png',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Royals.gif" alt="Kansas City Royals HD Sunglasses" name="color1" width="60" height="39" align="left" id="color6" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Twins.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Nationals.gif" alt="Washington Nationals HD Sunglasses" name="color1" width="60" height="39" align="left" id="color3" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Tigers.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Marlons.gif" alt="Florida Marlons HD Sunglasses" name="color1" width="60" height="39" align="left" id="color5" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Dodger.jpg',1)" class="thumbnailIMG" /></td>
      </tr>
      </table>
      <h3><br />
        <a href="#"><img src="Images/CartButton.png" alt="Add to Cart Button" width="212" height="62" class="CartButton" /></a>
        <img src="Images/images/JuniorPrice_06.png" width="244" height="43" class="CartButton" /></h3>
      </div>
      <div id="mainContent">
      <h1> </h1>
    <a href="http://www.shop.maxxsunglasses.com/product.sc?productId=39&categoryId=5"><img src="Images/MLB_lgSunglasses/Yankees.png" alt="Yankees Prodigy HD Sunglasses" name="sunglasses" width="600" height="310" border="0" align="top" id="sunglasses" /></a>
      <img src="Images/ProdigyTxt.png" width="323" height="47" class="ProductHeading" />
      <p class="ProductTXT"> These sturdy shades provide all over protection for a child’s dynamic lifestyle, with this cool and popular full-fame design. The same great high definition lens as the adult styles. Great for young athletes! The Prodigy is available for every team with a two team color fade. </p>
        <!-- end #mainContent --></div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>

    I suspect it has something to do with the java but not sure
    Just so you'll know, there is no Java on that page.  There is, however JavaScript.  You should know that those two things are different as night and day.
    To fix your problem, change this -
    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;
      </script>
    </head>
    to this -
    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;
    -->
      </script>
    </head>

  • Could not delete from specified table?

    hi all,
    i'm getting this error could not delete from specified table when i execute a delete on dbf file via JDBC-ODBC bridge, when i execute an update table command i get operation must use an updatable query, but i'm not updating the query returned from select statement.
    Does anyone have similar problem before??

    Hi,
    my code is below:
    try {     
    conn=DriverManager.getConnectio("jdbc:odbc:sui","","");
    stmt = conn.createStatement();     
    int r= stmt.executeUpdate("Update Alarms set ACK=True WHERE DT = { d '" + msgdate + "' } AND TM= '" + msgtime + "'");
    System.out.println(r+" records updated in Alarms ");
    stmt.close();
    conn.close();
    stmt=null;
    conn=null;
    catch (NullPointerException e) {System.out.println(e.getMessage());}
    catch (SQLException e) {System.out.println(e.getMessage());}
    I have an ODBC datasource called sui and a table called alarms, i need to write into the column Ack to true when DT equals msgdate and TM equals msgtime, the error returned is Operation must use an updatable query.
    I believe the SQL has no problem because there is no SQL syntax error and i'm not updating any resultset returned from select query.
    When i delete, i get could not delete from specified table. Anyone has any idea wh'at's wrong?

  • Problems occuring in dreamweaver cs3 when inputing text/images

    Hi All
    I am having troubles with my version of Adobe dreamweaver cs3. I am creating a newsletter and have my stemplate all layed out, but everytime i go to paste text from a word doc my table goes wrong. My pixle width is 650 it then increases when adding the information. I have also been having trouble with inserting pictures, i want some aligned left and some right. Everything is ok on screen in dreamweaver but when i go to view it on the web the pictures do not align the way i want them to. The colums also have a mind of there own and seem to constantly need me to retype their width value.
    My newsletter is not too straight forward but i would have thought that dreamweaver would be able to cope with the way i have set it up. Because i studied the graphic side of design instead of the web side I have never been tought how to use dreamweaver in depth and have just picked it up myself.
    Is there a setting somewhere that i have missed that might be causing it to do these things?
    I hope someone can help me i have been struggling with this for months

    ogre11 wrote:
    > on some scripts dreamweaver crashes when I select any
    amount of text in the code window. Any ideas on a cause?
    Try this:
    http://www.adobe.com/go/kb402776
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • I have two numbers listed in my messages tab under settings.  One number is checked(mine) and the other is not(my sons).  However when someone sends me a text it goes to both mine and my sons iphones.  How do i delete his number from my phone.

    I have two numbers listed in my messages tab under settings.  One number is checked(mine) and other is not(my sons).  However when someone sends me a test it goes to both numbers.  Mine and my sons.  How do I delete his number so that he no longer received texts intended for me.

    The best way is to not share Apple IDs but also make sure under Settings & Messages on both devices that only one phone number is checked.

  • When I create a text message from my contact on my iphone 5, the contacts mobile number appears and not there name.  But when they respond to my text, is shows up as a new text message with there name.  How do I fix this?

    When I create a text message from my contact on my iphone 5, the contacts mobile number appears and not there name.  But when they respond to my text, is shows up as a new text message with there name.  How do I fix this?

    Double click the home button and swipe up the messages app to stop it, then open the app again. This pretty much completely stops the process and freshly opens it again, resolving problems at times. I have had this happen before as well on my iPad, I get a banner, check messages, and nothing new is there.
    If that doesn't work, close the app like suggested above, but then restart the phone by holding down the home and lock button for 10-15 seconds until the apple logo appears.

  • Text not readable in TextField when it's disabled with Plug-in 1.5.0_11

    We have an Applet application which we are running with Java Plug-in 1.5.0_11. We have Grey back ground for all the pages. When the text fields are in editable mode the text color is in black. When they are in non editable mode the text color changes to opaque green (with grey background page color) which is hard to read.
    The same application with Java Plug-in 1.4.2_13 did not had this color problem. When text fields were disabled they appeared as dark grey which was easy to read.
    We are using
    import javax.swing.JTextField;
    Is it a bug in newer Java Plug-in? Is there a work around for this?
    Thanks for any help and suggestions

    Michael,
    Thanks for your replay. It worked. I have one more question.
    In version 1.4.2_13 the disabled text field's back ground was Grey and in the newer 1.5.0_11 it's white. It confuses the users if the field is editable since editable field's back ground is White. Is there a property to set Disabled text fields background color? I looked in the API but could not fine one.
    I do have around 150 text fields in 9 tab pages which will be disabled at various times depending up on the requirements. Which is the best way to set this test color? Do I need to go to each text field and set this property? Is there any other way to set this property at once for all text fields.
    Any suggestions and help is greatly appreciated.
    Thanks,
    Amsha

  • Not Updating Customized Table when System having Performance Issue

    Hi,
    This is actually the same topic as "Not Updating Customized Table when System having Performance Issue" which is posted last December by Leonard Tan regarding the user exit EXIT_SAPLMBMB_001.
    Recently we changed the program function module z_mm_save_hide_qty to update task. However this causes more data not updated. Hence we put back the old version (without the update task).  But now it is not working as it used to be (e.g. version 1 - 10 records not updated, version 2 with update task - 20 records not updated, back to version 1 - 20 records not updated).
    I tried debugging the program, however whenever I debugged, there is nothing wrong and the data is updated correctly.
    Please advise if anyone has any idea why is this happening. Many thanks.
    Regards,
    Janet

    Hi Janet,
    you are right. This is a basic rule not to do any COMMIT or RFC calls in a user exit.
    Have a look at SAP note 92550. Here they say that exit EXIT_SAPLMBMB_001 is called in the update routine MB_POST_DOCUMENT. And this routine is already called in UPDATE TASK from  FUNCTION 'MB_UPDATE_TASKS' IN UPDATE TASK.
    SAP also tells us not to do any updates on SAP system tables like MBEW, MARD, MSEG.
    Before the exit is called, now they call 'MB_DOCUMENT_BADI' with methods MB_DOCUMENT_BEFORE_UPDATE and MB_DOCUMENT_UPDATE. Possibly you have more success implementing the BADI.
    I don't know your situation and goal so this is all I can tell you now.
    Good luck!
    Regards,
    Clemens

  • Value not reflecting into the transparent table when checked through se11

    Hi friends.    i am using the following code to add data to a transparent table already creted by me.Now i am adding data to it through a ABAP program.It is displaying the output when I execute it but the new record added in the program is not saved itno the table actually.my code is :
    REPORT  ZWRITE_DATA.
    tables zlfa2.
    move 'achal' to zlfa2-field_name_1.
    update zlfa2.
    select * from zlfa2.
    write / zlfa2-field_name_1.
    endselect.
    the above code is not showing the value 'achal' in it.and also no error message is being displayed.

    Hi,
    Commit work saves the changes done into the database. Using COMMIT WORK statement in your program have below mentioned effect:
    Calls the subroutines specified by PERFORM ... ON COMMIT
    Executes asynchronously any update requests (see CALL FUNCTION ... IN UPDATE TASK) specified in these subroutines or started just before
    Processes the function modules specified in CALL FUNCTION ... IN BACKGROUND TASK
    Resets the time slice counter to 0.
    Ensures that the locks of the SAP locking concept are handled in accordance with its SCOPE Parameter.
    Executes a database commit on all database connections
    Closes all open database cursors (OPEN CURSOR) on all database connections
    Releases all database locks on all database connections
    KR Jaideep,

  • Issue with HelveticaNeue text not being included when printing to Adobe PDF?

    I have a document (Word 2010 docx) with a section of HelveticaNeue text on the front page that when printing through Adobe PDF the text does not appear.
    Using Acrobat 9.4.6
    Tried the same document with:
    Win2Pdf - Displays correctly
    Converted to .doc - Displays correctly
    File\Save as PDF - Dispalys correctly
    Any ideas? I can post the document up here but I can't see an option to.

    You can try disabling the “Rely on system fonts only: do not use document fonts” option in printer properties.
    To do the same.In MS Word:
    Goto File -> Print
    Select Adobe PDF as printer.
    Click on "Printer Properties".
    Go to "Adobe PDF Settings" tab.
    Uncheck the “Rely on system fonts only: do not use document fonts”
    Click Ok and try printing the document
    Also update your Acrobat to latest version 9.5.0.
    You can download the patch form: http://www.adobe.com/support/downloads/detail.jsp?ftpID=5330

  • TS3999 In the last week when changing text notes in outlook appointments or all day events, the changes appear on my pc screen, iphone & ipad but when I print the changes are not there, the old text prints that has been deleted

    In the last week when changing test notes in Outlook appointments or all day events, the changes appear on my PC,  Iphone & Ipad, but when I print my calendar they do not print.  I get the old text or deleted text from the printer copy of my calendar.  What is going on?

    Thanks Sig. The information is here: Anything useful stand out?
    Battery Information:
      Model Information:
      Serial Number:    9G1130CJVD3MA
      Manufacturer:    DP
      Device Name:    bq20z451
      Pack Lot Code:    0000
      PCB Lot Code:    0000
      Firmware Version:    0201
      Hardware Revision:    0002
      Cell Revision:    0158
      Charge Information:
      Charge Remaining (mAh):    5663
      Fully Charged:    Yes
      Charging:    No
      Full Charge Capacity (mAh):    5663
      Health Information:
      Cycle Count:    59
      Condition:    Normal
      Battery Installed:    Yes
      Amperage (mA):    261
      Voltage (mV):    12574
    System Power Settings:
      AC Power:
      System Sleep Timer (Minutes):    10
      Disk Sleep Timer (Minutes):    10
      Display Sleep Timer (Minutes):    10
      Wake on AC Change:    No
      Wake on Clamshell Open:    Yes
      Wake on LAN:    Yes
      Current Power Source:    Yes
      Display Sleep Uses Dim:    Yes
      Battery Power:
      System Sleep Timer (Minutes):    10
      Disk Sleep Timer (Minutes):    10
      Display Sleep Timer (Minutes):    2
      Wake on AC Change:    No
      Wake on Clamshell Open:    Yes
      Display Sleep Uses Dim:    Yes
      Reduce Brightness:    Yes
    Hardware Configuration:
      UPS Installed:    No
    AC Charger Information:
      Connected:    Yes
      ID:    0x0100
      Wattage (W):    60
      Revision:    0x0000
      Family:    0x00ba
      Serial Number:    0x00262704
      Charging:    No

Maybe you are looking for

  • File-to-IDoc, but the file structure is equal to the IDoc structure

    hi, we have a scenario where the incoming message has to be picked up by FTP. The incoming message is a flat file, no delimiters, no separators, nothing, however is exactly the IDoc structure. Since the file adapter does not know how the structure is

  • 5.1 Speakers

    Hi, I would like to buy a good speaker system for my Laptop. The problem is that I have only one stereo jack output on the laptotp (headphones). I want to buy 5.1 speakers but how I will connect them to the Laptop. There Is need of multichanell sound

  • Linebreak in Indesign xsl?

    Hey guys, I have a little question about xsl. I tried to solve it myself, but I can't get it done. My xsl looks like this: <?xml version="1.0" encoding="UTF-8" ?> <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0" xmlns:ex=

  • Determination of prize in purchase order

    Hello We are trying to add a new fied of table EKPO in the determination of prize of PO The condicions table are a888 and 887. The new field is we have added the field in structure KOMP but now we can not to add the field in tables 887 and 888. Is th

  • Convert pc to mac ?

    i wonder if that's possible . i mean , i have a windows xp computer . but i downloaded the safari ( internet used on a mac book ) and it works .. but i tried downloading imovie and iphoto and it wouldn't work ? i just wanna know if there's something