The logo doesn't go!!! SOS

I just got an ipod video and I connected it to my PC it said Do not disconnect at the screen then in the monitor appear A new feature is going to be installed must reinitiate the PC. Well i did it, the message was still displaying on the ipod but after the PC reinitiate it changed to the Apple Logo and know I can't use it because it remains the same and the logo doesn't go away. Please if someone would help me with this problem...

See these.
iPod shows only an Apple logo and doesn't start up.
Only the Apple logo appears when turned on.

Similar Messages

  • Logo doesn't display in IE7

    Hi, New to Dreamweaver.  Followed basic design example from a CS5 class by James Williamson on Lynda.com.  All layout and standard features including images and background images are fine except my logo.  It is positioned absolutely in upper left corner within the body, wrapper and header div. When previewing in browser lab the logo doesn't display in IE7.  Works fine in other browsers and IE8.  On browser compatibility check I get mention of float drop on my footer, but I don't think that would be my problem.  Please help me.  I want to make a template, but not with an image problem.

    Thank you Richard.  I used both validations and only received error & warning for ampersand in line 94.  No problems with my main.css  I'll try the fix later.  I guess I have to copy and paste the code, I don't know how to get you a link since the file is still local.  I'll start with htm page.  Excuse my novice skills.  I also put extra code in to try and fix float drop error, to no avail.  Thank you.
    <!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" />
    <!--[if IE]>
    <style type="text/css">
      body {word-wrap: break-word;}
    </style>
    <![endif]-->
    <title>base template</title>
    <link href="_css/main.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="_css/newspry.css" rel="stylesheet" type="text/css" />
    </head>
    <body id="body">
    <div id="wrapper">
      <div id="header"></div>
      <div id="mainNav">
        <ul id="MenuBar1" class="MenuBarVertical">
          <li><a href="#">Home</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">Services</a>
            <ul>
              <li><a href="#" class="MenuBarItemSubmenu">Wellness Care</a>
                <ul>
                  <li><a href="#">Puppies &amp; Kittens</a></li>
                  <li><a href="#">Vaccinations</a></li>
                  <li><a href="#">Parasite Prevention</a></li>
                  <li><a href="#">Senior Pet Care</a></li>
                </ul>
              </li>
              <li><a href="#">Exotics</a></li>
              <li><a href="#">General Surgery</a></li>
              <li><a href="#">Dental Care</a></li>
              <li><a href="#">Spay &amp; Neuter</a></li>
              <li><a href="#">Pain Management</a></li>
              <li><a href="#">Boarding</a></li>
              <li><a href="#">Microchipping</a></li>
              <li><a href="#">End of Life Care</a></li>
            </ul>
          </li>
          <li><a class="MenuBarItemSubmenu" href="#">About Us</a>
            <ul>
              <li><a href="#">Doctors</a></li>
              <li><a href="#">Staff</a></li>
              <li><a href="#">Tour</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">Admissions</a>
            <ul>
              <li><a href="#">Appointments</a></li>
              <li><a href="#">Boarding Reservations</a></li>
              <li><a href="#">New Clients</a></li>
              <li><a href="#">Accepted Payment</a></li>
            </ul>
          </li>
          <li><a href="#">Rx Refills</a></li>
          <li><a href="#">Pet Gallery</a></li>
          <li><a href="#">Pet Resources</a></li>
          <li><a href="#">Community Involvement</a></li>
          <li><a href="#">News</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">Contact Us</a>
            <ul>
              <li><a href="#">Map</a></li>
              <li><a href="#">Hours</a></li>
              <li><a href="#">Email</a></li>
              <li><a href="#">Comments</a></li>
            </ul>
          </li>
        </ul>
      </div>
      <div id="mainContent">
        <div id="target">
          <div id="bullseye"></div>
          <div id="afterhours">After Hours Emergencies</div>
        </div>
        <h1 id="pageID">Our Mission</h1>
        <p>Our mission is to provide your pets with quality veterinary  care in a compassionate and caring environment and to provide our pet owners  with the information they need to enjoy life with their pets to the fullest.<br />
          A veterinary hospital serving the Lakeland, Florida  community since 1993.</p>
        <img src="_images/hospfrontcynthia_edited-1-3.jpg" width="320" height="213" alt="hospital" />
        <h2>h2 sample</h2>
        <h3 id="mainarticle">h3 sample</h3>
        <p> </p>
        <p>this is a paragraph. This paragraph 2 in the main article in main content. Descendent selectors make up 90% of CSS styles. </p>
      </div>
      <div id="sidebar"></div>
      <div id="footer">
        <div class="footer" id="footerNav">
          <h1 >Thompson Animal Hospital</h1>
          <p>6615 S. Florida Ave</p>
          <p> Lakeland, Florida  33813 </p>
          <p>(863)648-4886</p>
          <h1>Map & Directions    ׀     Email Us </h1>
          <h2><strong> Monday – Friday </strong></h2>
          <p>8 am – 5 pm </p>
          <h2><strong>Saturday </strong></h2>
          <p>8:30 – 12 noon </p>
          <h2><strong>Sunday </strong></h2>
          <p>Closed </p>
          <p></p>
        </div>
        <div id="footerNav2">Content for  id "footerNav2" Goes Here</div>
      </div>
      <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
      </script>
    </div>
    </body>
    </html>
    my main.css
    a {
    color: #3366CC;
    text-decoration: none
    /*^1-----------------global constants-----------*/
    html, body {
    margin: 0px;
    padding: 0px;
    h1, h2, h3, h4, h5, p, address, blockquote, div, ul, li {
    margin: 0;
    padding: 0;
    p {
    color: #333;
    line-height: 1.8;
    margin-bottom: 1em;
    a:link, a:visited {
    color: #FFC559;
    text-decoration: none;
    a:hover, a:active {
    color: #F60;
    border-bottom: 1px dashed #F60;
    body {
    background: #FC6 url(../_images/grad3.gif) repeat-x;
    text-align: center;
    margin-top: 25px;
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 100%;
    line-height: 2em;
    h1,h2,h3 {
    clear: both;
    #wrapper {
    background: #fff;
    width: 930px;
    text-align: left;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    #target {
    height: 40px;
    width: 200px;
    left: 5px;
    float: right;
    padding-right: 10px;
    padding-left: 5px;
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 0.8em;
    font-weight: normal;
    color: #C03;
    #header {
    background: url(../_images/TAH_logo_web200x126.jpg);
    height: 132px;
    width: 206px;
    position: absolute;
    left: 3px;
    top: 3px;
    #bullseye {
    background: #FFF url(../_images/target.gif) no-repeat;
    float: left;
    height: 26px;
    width: 26px;
    margin-top: 5px;
    padding: 3px;
    overflow:hidden
    #afterhours {
    margin-left: 38px;
    padding: 3px;
    /*----- color guide -----
    #FFC559   BUBBLES ORANGE
    #9CC2E2  LESTER BLUE
    #BCBFC2  GRAY
    #C00           RED
    #69C            darker than lester blue                */
    h1 {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: bold;
    color: #69C;
    margin-bottom: 0.4em
    h2 {font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.6em;
    color: #BCBFC2;
    font-weight: normal;
    margin: 1.2em 0 1em;
    h3 {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.3em;
    color: #666;
    font-weight: normal;
    margin: 1.2em 0 0.5em;
    h4 {
    color: #000000
    #mainNav {
    background: #fff;
    float: left;
    margin-top: 150px;
    width: 200px;
    #mainContent {
    background: #fff;
    width: 670px;
    float: right;
    margin-bottom: 45px;
    padding-right: 25px;
    margin-top: 0px;
    #mainContent h1 {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.8em;
    margin-bottom: 0.4em;
    font-weight: bold;
    clear: both;
    #mainContent h1#pageID {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 46px;
    padding-bottom: 0.25em;
    border-bottom: 2px solid #69C;
    #mainContent p {
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 1em;
    margin-bottom: 1em;
    #mainContent h2 {
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 1.6em;
    line-height: 1.4;
    color: #999;
    margin-bottom: 1em;
    margin-top: 1.2em;
    #mainContent h3 {
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 1.3em;
    line-height: 1.2;
    color: #999;
    margin: 1.25em 0 0.5em;
    table {
    color: #FFFFFF
    td, th {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1em;
    line-height: 2em;
    color: #333333
    textarea {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1em
    ul {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1em;
    list-style-type: square;
    list-style-position: outside
    .BulletBackgroundColor {
    color: #FFFFFF
    .DataColor {
    color: #DEDECA
    .footer {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.167em;
    font-weight: bold;
    line-height: 1.83em;
    color: #333333;
    background-color: #CCCCCC;
    overflow: hidden;
    .FormBackgroundColor {
    color: #CCCCCC
    .ImageTitleColor {
    color: #CCCCCC
    .LabelColor {
    color: #CCCCCC
    .ListColorEven {
    color: #CCCCCC
    .ListFooterColor {
    color: #333333
    .ListHeaderColor {
    color: #333333
    .ListColorOdd {
    color: #DEDECA
    .ListTitleColor {
    color: #CCCCCC
    .NavigationBackgroundColor {
    color: #666666
    .NavigationColor {
    color: #CCCCCC
    .NewsDataColor {
    color: #DEDECA
    #sidebar {
    background: #FCC;
    width: 200px;
    clear: left;
    float: left;
    font-size: 0.9em;
    line-height: 1.2;
    #footer {
    background: url(../_images/tahext.gif) no-repeat;
    height: 525px;
    width: 870px;
    padding: 45px 30px 30px;
    clear: both;
    margin-top: 45px;
    font-size: 0.7em;
    overflow:hidden;
    .StoryTitle {
    color: #000000;
    font-weight: bold
    .StoryContentColor {
    color: #000000
    .TitleColor {
    color: #000000
    a:hover {
    text-decoration: underline
    tr.ListHeaderColor th {
    text-align: left;
    }.small {
    font-size: 85%;
    #pageID {
    #footerNav {
    margin: 0px;
    width: 210px;
    background: #FC6;
    float: left;
    #footer #footerNav p {
    text-align: left;
    line-height: 0.5px;
    color: #666;
    font-weight: normal;
    #footer #footerNav h1 {
    font-size: 1em;
    line-height: 1.8em;
    font-weight: bold;
    color: #369;
    font-variant: normal;
    overflow: hidden;
    #footer #footerNav h2 {
    color: #666;
    font-size: 1em;
    line-height: 0.5em;
    font-weight: normal;
    #footerNav2 {
    margin: 0px;
    float: right;
    height: 300px;
    width: 200px;
    clear: right;
    top: auto;
    right: auto;
    a {
    color: #3366CC;
    text-decoration: none
    /*^1-----------------global constants-----------*/
    html, body {
    margin: 0px;
    padding: 0px;
    h1, h2, h3, h4, h5, p, address, blockquote, div, ul, li {
    margin: 0;
    padding: 0;
    p {
    color: #333;
    line-height: 1.8;
    margin-bottom: 1em;
    a:link, a:visited {
    color: #FFC559;
    text-decoration: none;
    a:hover, a:active {
    color: #F60;
    border-bottom: 1px dashed #F60;
    body {
    background: #FC6 url(../_images/grad3.gif) repeat-x;
    text-align: center;
    margin-top: 25px;
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 100%;
    line-height: 2em;
    h1,h2,h3 {
    clear: both;
    #wrapper {
    background: #fff;
    width: 930px;
    text-align: left;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    #target {
    height: 40px;
    width: 200px;
    left: 5px;
    float: right;
    padding-right: 10px;
    padding-left: 5px;
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 0.8em;
    font-weight: normal;
    color: #C03;
    #header {
    background: url(../_images/TAH_logo_web200x126.jpg);
    height: 132px;
    width: 206px;
    position: absolute;
    left: 3px;
    top: 3px;
    #bullseye {
    background: #FFF url(../_images/target.gif) no-repeat;
    float: left;
    height: 26px;
    width: 26px;
    margin-top: 5px;
    padding: 3px;
    overflow:hidden
    #afterhours {
    margin-left: 38px;
    padding: 3px;
    /*----- color guide -----
    #FFC559   BUBBLES ORANGE
    #9CC2E2  LESTER BLUE
    #BCBFC2  GRAY
    #C00           RED
    #69C            darker than lester blue                */
    h1 {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: bold;
    color: #69C;
    margin-bottom: 0.4em
    h2 {font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.6em;
    color: #BCBFC2;
    font-weight: normal;
    margin: 1.2em 0 1em;
    h3 {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.3em;
    color: #666;
    font-weight: normal;
    margin: 1.2em 0 0.5em;
    h4 {
    color: #000000
    #mainNav {
    background: #fff;
    float: left;
    margin-top: 150px;
    width: 200px;
    #mainContent {
    background: #fff;
    width: 670px;
    float: right;
    margin-bottom: 45px;
    padding-right: 25px;
    margin-top: 0px;
    #mainContent h1 {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.8em;
    margin-bottom: 0.4em;
    font-weight: bold;
    clear: both;
    #mainContent h1#pageID {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 46px;
    padding-bottom: 0.25em;
    border-bottom: 2px solid #69C;
    #mainContent p {
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 1em;
    margin-bottom: 1em;
    #mainContent h2 {
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 1.6em;
    line-height: 1.4;
    color: #999;
    margin-bottom: 1em;
    margin-top: 1.2em;
    #mainContent h3 {
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 1.3em;
    line-height: 1.2;
    color: #999;
    margin: 1.25em 0 0.5em;
    table {
    color: #FFFFFF
    td, th {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1em;
    line-height: 2em;
    color: #333333
    textarea {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1em
    ul {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1em;
    list-style-type: square;
    list-style-position: outside
    .BulletBackgroundColor {
    color: #FFFFFF
    .DataColor {
    color: #DEDECA
    .footer {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.167em;
    font-weight: bold;
    line-height: 1.83em;
    color: #333333;
    background-color: #CCCCCC;
    overflow: hidden;
    .FormBackgroundColor {
    color: #CCCCCC
    .ImageTitleColor {
    color: #CCCCCC
    .LabelColor {
    color: #CCCCCC
    .ListColorEven {
    color: #CCCCCC
    .ListFooterColor {
    color: #333333
    .ListHeaderColor {
    color: #333333
    .ListColorOdd {
    color: #DEDECA
    .ListTitleColor {
    color: #CCCCCC
    .NavigationBackgroundColor {
    color: #666666
    .NavigationColor {
    color: #CCCCCC
    .NewsDataColor {
    color: #DEDECA
    #sidebar {
    background: #FCC;
    width: 200px;
    clear: left;
    float: left;
    font-size: 0.9em;
    line-height: 1.2;
    #footer {
    background: url(../_images/tahext.gif) no-repeat;
    height: 525px;
    width: 870px;
    padding: 45px 30px 30px;
    clear: both;
    margin-top: 45px;
    font-size: 0.7em;
    overflow:hidden;
    .StoryTitle {
    color: #000000;
    font-weight: bold
    .StoryContentColor {
    color: #000000
    .TitleColor {
    color: #000000
    a:hover {
    text-decoration: underline
    tr.ListHeaderColor th {
    text-align: left;
    }.small {
    font-size: 85%;
    #pageID {
    #footerNav {
    margin: 0px;
    width: 210px;
    background: #FC6;
    float: left;
    #footer #footerNav p {
    text-align: left;
    line-height: 0.5px;
    color: #666;
    font-weight: normal;
    #footer #footerNav h1 {
    font-size: 1em;
    line-height: 1.8em;
    font-weight: bold;
    color: #369;
    font-variant: normal;
    overflow: hidden;
    #footer #footerNav h2 {
    color: #666;
    font-size: 1em;
    line-height: 0.5em;
    font-weight: normal;
    #footerNav2 {
    margin: 0px;
    float: right;
    height: 300px;
    width: 200px;
    clear: right;
    top: auto;
    right: auto;
    a {
    color: #3366CC;
    text-decoration: none
    /*^1-----------------global constants-----------*/
    html, body {
    margin: 0px;
    padding: 0px;
    h1, h2, h3, h4, h5, p, address, blockquote, div, ul, li {
    margin: 0;
    padding: 0;
    p {
    color: #333;
    line-height: 1.8;
    margin-bottom: 1em;
    a:link, a:visited {
    color: #FFC559;
    text-decoration: none;
    a:hover, a:active {
    color: #F60;
    border-bottom: 1px dashed #F60;
    body {
    background: #FC6 url(../_images/grad3.gif) repeat-x;
    text-align: center;
    margin-top: 25px;
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 100%;
    line-height: 2em;
    h1,h2,h3 {
    clear: both;
    #wrapper {
    background: #fff;
    width: 930px;
    text-align: left;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    #target {
    height: 40px;
    width: 200px;
    left: 5px;
    float: right;
    padding-right: 10px;
    padding-left: 5px;
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 0.8em;
    font-weight: normal;
    color: #C03;
    #header {
    background: url(../_images/TAH_logo_web200x126.jpg);
    height: 132px;
    width: 206px;
    position: absolute;
    left: 3px;
    top: 3px;
    #bullseye {
    background: #FFF url(../_images/target.gif) no-repeat;
    float: left;
    height: 26px;
    width: 26px;
    margin-top: 5px;
    padding: 3px;
    overflow:hidden
    #afterhours {
    margin-left: 38px;
    padding: 3px;
    /*----- color guide -----
    #FFC559   BUBBLES ORANGE
    #9CC2E2  LESTER BLUE
    #BCBFC2  GRAY
    #C00           RED
    #69C            darker than lester blue                */
    h1 {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: bold;
    color: #69C;
    margin-bottom: 0.4em
    h2 {font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.6em;
    color: #BCBFC2;
    font-weight: normal;
    margin: 1.2em 0 1em;
    h3 {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.3em;
    color: #666;
    font-weight: normal;
    margin: 1.2em 0 0.5em;
    h4 {
    color: #000000
    #mainNav {
    background: #fff;
    float: left;
    margin-top: 150px;
    width: 200px;
    #mainContent {
    background: #fff;
    width: 670px;
    float: right;
    margin-bottom: 45px;
    padding-right: 25px;
    margin-top: 0px;
    #mainContent h1 {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.8em;
    margin-bottom: 0.4em;
    font-weight: bold;
    clear: both;
    #mainContent h1#pageID {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 46px;
    padding-bottom: 0.25em;
    border-bottom: 2px solid #69C;
    #mainContent p {
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 1em;
    margin-bottom: 1em;
    #mainContent h2 {
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 1.6em;
    line-height: 1.4;
    color: #999;
    margin-bottom: 1em;
    margin-top: 1.2em;
    #mainContent h3 {
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 1.3em;
    line-height: 1.2;
    color: #999;
    margin: 1.25em 0 0.5em;
    table {
    color: #FFFFFF
    td, th {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1em;
    line-height: 2em;
    color: #333333
    textarea {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1em
    ul {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1em;
    list-style-type: square;
    list-style-position: outside
    .BulletBackgroundColor {
    color: #FFFFFF
    .DataColor {
    color: #DEDECA
    .footer {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.167em;
    font-weight: bold;
    line-height: 1.83em;
    color: #333333;
    background-color: #CCCCCC;
    overflow: hidden;
    .FormBackgroundColor {
    color: #CCCCCC
    .ImageTitleColor {
    color: #CCCCCC
    .LabelColor {
    color: #CCCCCC
    .ListColorEven {
    color: #CCCCCC
    .ListFooterColor {
    color: #333333
    .ListHeaderColor {
    color: #333333
    .ListColorOdd {
    color: #DEDECA
    .ListTitleColor {
    color: #CCCCCC
    .NavigationBackgroundColor {
    color: #666666
    .NavigationColor {
    color: #CCCCCC
    .NewsDataColor {
    color: #DEDECA
    #sidebar {
    background: #FCC;
    width: 200px;
    clear: left;
    float: left;
    font-size: 0.9em;
    line-height: 1.2;
    #footer {
    background: url(../_images/tahext.gif) no-repeat;
    height: 525px;
    width: 870px;
    padding: 45px 30px 30px;
    clear: both;
    margin-top: 45px;
    font-size: 0.7em;
    overflow:hidden;
    .StoryTitle {
    color: #000000;
    font-weight: bold
    .StoryContentColor {
    color: #000000
    .TitleColor {
    color: #000000
    a:hover {
    text-decoration: underline
    tr.ListHeaderColor th {
    text-align: left;
    }.small {
    font-size: 85%;
    #pageID {
    #footerNav {
    margin: 0px;
    width: 210px;
    background: #FC6;
    float: left;
    #footer #footerNav p {
    text-align: left;
    line-height: 0.5px;
    color: #666;
    font-weight: normal;
    #footer #footerNav h1 {
    font-size: 1em;
    line-height: 1.8em;
    font-weight: bold;
    color: #369;
    font-variant: normal;
    overflow: hidden;
    #footer #footerNav h2 {
    color: #666;
    font-size: 1em;
    line-height: 0.5em;
    font-weight: normal;
    #footerNav2 {
    margin: 0px;
    float: right;
    height: 300px;
    width: 200px;
    clear: right;
    top: auto;
    right: auto;

  • My ipad is not going past the logo screen and it shuts down when I have battery, then it says I need to charge it. I am charging it but it isn't charging. Then my ipad isn't charging (doesn't say not charging) I've tried everything!

    First, my ipad wasn't charging. Then it shuts down when I have 7% battery, now when I turn it on, it says to charge it. And when I do charge it, it doesn't work. Now, I did it once it worked. Now I can't get past the logo screen and when I do it shuts right off again. Please help!

    Hi InternetHogger,
    Welcome to the Apple Support Communities!
    I know that situations where you cannot boot your iPad and cannot charge your iPad can be very frustrating. In this situation, I would recommend using the attached article as a reference for troubleshooting. 
    iOS: Not responding or does not turn on - Apple Support
    Cheers,
    Joe 

  • IPhone is plugged in to my laptop and is charging but will not sync. The phone logo doesn't appear in the right hand corner.  i have updated itunes restarted both phone and laptop, changed connectors and still nothing. help?

    IPhone is plugged in to my laptop and is charging but will not sync. The phone logo doesn't appear in the right hand corner.  i have updated itunes restarted both phone and laptop, changed connectors and still nothing. help?

    Same thing happened to me, nothing is working. I've updated everything, restarted everything, nothing seems to work.

  • HT201302 The Logo device doesn't show when Importing personal photos and videos from my iOS device to my computer

    When I connect my iPod Touch to my computer (Windows 7) the Photos option that used to pop up, doesn't pop up anymore. I don't know what has changed, if any, on my computer or iPod. I want to import my pictures from my iPod to my computer but the computer isn't detecting the iPod, but the iTunes does, which confuses me. So when I open the Computer folder, the logo for my iPod does not show. iTunes atuomatically recongizes it and starts syncing. This has been happening for quite a while now (Over a month, haven't kept track of how long). Please help me!

    Maybe:
    iOS: Unable to import photos to computer
    or
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7

  • I recently downloaded the latest version of Adobe Reader and when I try to open a new pdf I get the Adobe logo and text in Japanese and the pdf doesn't open.  Any help would be appreciated.

    I recently downloaded the latest version of Adobe Reader for my MacBook Air and now when I try to open a new pdf I get the Adobe logo and text in Japanese and nothing else.  The pdf doesn't open.  Any suggestions?  I never had this problem until my cache was cleared and I had to re-install Adobe Reader.  Any help would be appreciated.

    Just to say I am having exactly the same issue on my MacBook Air.  I can't remember what I did but after this happened a few times, and once I had clicked on the Japanese pop up, I managed to do something that now means I get the pop up in English, saying 'Adobe Reader blocked for this website'.  When I click on it it asks me to trust the content and then I get a bar with the text in Japanese.  Eventually the pdf does open. However it's very irritating that I have to trust every pdf individually which I never had to do before the latest upgrade, and I don't understand why I get messages in Japanese.  I will be interested to see whatever answers other more technical people may provide!

  • I am running Windows XP, SP3. I have tried to run Firefox 4 several times but it doesn't work properly. The main page comes up showing the logo, below that is the search box, and below that is another box with nothing in it.

    I am running Windows XP, SP3. I have tried to run Firefox 4 several times but it doesn't work properly. The main page comes up showing the logo, below that is the search box, and below that is another box with nothing in it.

    The external DVD/CD Writer will Not appear on your desktop when you attach it to your iMac.  It will appear in "Finder", which is in your Dock.
    Hope this helps

  • I just upgraded the software on my iphone 4s and now the touchscreen doesn't work and i have the itunes logo an arrow and a plug on my screen

    I just upgraded the software on my iPhone 4s. Now the touchscreen doesn't work and on the screen is the itunes logo, an arrow and a plug. I have powered it off and on and nothing changes

    The iTunes icon and cable means that it's gone into recovery mode - you will need to connect the phone to your computer's iTunes and you should be able to use that to reset the phone, and you can then restore/resync your content to it

  • HT201263 how can i go to DFU mode if my sleep/wake button doesn't work? my phones been stuck on the logo for too long.

    how can i go to DFU mode if my sleep/wake button doesn't work? my phones been stuck on the logo for too long.

    You can't. Either get your phone fixed at a third-party repair shop, or go to an Apple store & they will replace your phone for US $199.

  • I was restoring my iTouch and accidentally unplugged it and now it is stuck at the logo and loading bar under it.  I can't go into DFU because the home button doesn't work.

    I was restoring my iTouch and accidentally unplugged it and now it is stuck at the logo and loading bar under it.  I can't go into DFU because the home button doesn't work.  How can I fix it?

    - See if placing the iPod in recovery mode with this program will allow a restore.
    RecBoot: Easy Way to Put iPhone into Recovery Mode
    - Next let the battery fully drain. After charging for at least an hour try again.

  • After update IOS8 i can't do anything  even an hard reset doesn't work. The logo stay's what can i do about it?

    My Ipad 2, 16GB, model A1395
    I was updating from IOS 7.1.2. to IOS 8 the update ask for it.
    After update IOS8, I can't do anything.
    I try to restart the hard way by puching both button's
    Ather doing this it goes down. Ather pushing the starting button the only thing I see is the logo.
    It stay's  (now for an hour) and nothing happens.
    So now my Ipad is useless,
    HELP..

    Hello Lex,
    If you are stuck at the Apple logo, the you will need to put your iPad into recovery mode. One you do that, plug it into iTunes and use iTunes to restore your iPad. If you have a back up in iTunes or iCloud then you can put that back on once the restore is complete. 
    If you can't update or restore your iPhone, iPad, or iPod touch
    http://support.apple.com/en-us/HT201263
    Regards,
    -Norm G.  

  • My iPhone 4 just turned off, I could see the logo, of and on but doesn't want to turn on

    My iPhone 4 just turned off, I could see the logo on and off and could hear a sound...what should I do?

    To your 1st post: How can I restore the phone to I tunes?
    Plug it into iTunes. If you have already done so before, it should have a latest backup. If possible, it will do a backup of your iPhone automatically. You will see the syncing circle. Once that stops, You can perform a restore.
    (Make sure you have a recent backup by going to Edit - Preferences - Devices tab and look for the timestamp of backup)
    Perform the restore by selecting your device in iTunes, and selecting restore and restore from backup.
    To your 2nd post: Can I just leave it plugged in or remove it?
    Depending on where you're plugged into. If you're plugged into iTunes and restoring your phone. It will be about a 30min-2hr process depending on how much stuff you have.
    If you're plugged into a power source you should wait till it's fully charged before removing it.

  • I have a problem with my apple tv, I can watch my music of my mac in the TV but I cant transmit  music or video from my mac to my apple tv because not appear the logo Apple Tv in my itunes.  Somebody help me?

    I have a problem with my apple tv, I can watch my music of my mac in the TV but I cant
    transmit  music or video from my mac to my apple tv because not appear the logo
    Apple Tv in my itunes.  Somebody help me?

    Welcome to the Apple Community.
    The Apple TV 2 doesn't show up under devices like the Apple TV 1, to send video and music to the Apple TV you need to use the Airplay Option which appears in the lower right corner of iTunes.

  • Ipod Touch has the logo sign and wont turn on

    Hello,
    My ipod touch is giving me problems. It had low battery today and suddenly just out of nowhere turned off. I plugged in for charging however it appears that the logo sign is only on and doesnt do anything else. Could anyone please tell me a solution for this. I have already tried holding the power button as well as the home for several seconds but nothing seems to work. Any help on this would be greatly appreciated. Thanks

    First, charge it up and try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until the screen blacks out or you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    Finally, if the Restore doesn't work, let the battery drain completely.  Then recharge for at least an hour and Restore again.

  • My iPad has locked so the screen doesn't rotate!? How do I un lock it?

    My iPad has locked so the screen doesn't rotate!? How do I un lock it?

    when you flipped the switch did the roation icon appear in the middle of the screen for a moment?
    one thing you can also try is...
    Try doing a hard reboot
    1. hold the power and home buttons down
    2. you will see the "swipe to turn off" screen come up... KEEP HOLDING THE BUTTONS
    3. The screen will go black (turn off)... KEEP HOLDING THE BUTTONS
    4. A white Apple logo will appear on the screen, now you can release the buttons. Let the iDevice boot... should only take a couple minutes.

Maybe you are looking for

  • How do I add my Facebook account to Adobe Revel?

    I noticed when I first signing in to Adobe Revel on the web interface (web page), there was an option to sign in using Facebook. My account is already fully migrated from Photoshop.com and I already had an Adobe ID. I can only access Adobe Revel with

  • When a pdf file is accessed through an online link nothing appears although I can open and read pdf files otherwise.

    I uninstalled then reinstalled Firefox 7, but still get a blank page when I click on a pdf file link. I have no trouble reading PDF files stored on my PC. I use Foxit Reader.

  • HOW TO GET THE MACBOOK PRO 13" TO RUN ON THE 1440x900 RESOLUTION

    Hey guy, this is not a question bu more of an answer. I have read many forums with people wanting to up there res on the macbook pro from 1280x800 to something higher. i got my 13" MAcbook pro mid 2012 to run on the 1440x900 although its blurry and t

  • SG300-10MP Firmware Upgrade Fails

    Trying to upgrade a SG300-10MP from firmware revision 1.10.68 to 1.3.5.58  when I try to upgrade I keep getting an error that says "Error Message: Copy: Illegal software format" I have tried using the HTTP copy as well as TFTP with the same results. 

  • Table control selection

    Hi, I have used GET CURSOR LINE V_LINE for getting the selected line number of my table control.To get values used READ ITAB INDEX  tablecontrolname_currentline. My table control visible length is 14.I have fisrst column as IDENTIFIER in my table con