Bold in CSS doesn't display in IE7

I have created content using external CSS, the Bold in the
head1 displays properly within Dreamweaver and in Firefox, but not
in IE7. All other styles; font size, color display properly. Any
suggestions?

<head1>...</head1> -- seems it´s a new tag I
never heard of ;-)
I´d do it this way :: changing the CSS to:
#content p.head1 { /* defining a class for a certain
paragraph */
font-weight: bold;
and attaching the class to the paragraph::
<p class="head1">Real Medicine Foundation / Jeevan
Jyoti Health Service Society (JJHSS) <br />
HIV Prevention and Care Program Jhabua, Madhya Pradesh,
India
</p>
works better ?

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;

  • Some CSS Links not displaying correctly

    Hi folks,
    I've been building a new site, but am having problems with some of the CSS links.
    The normal links are working fine.
    However, I've created a class that should display some of the links in bold - but it doesn't work!
    This is the CSS:
    .bold-larger a:link {
    font-weight: bold;
    color: #4E8AD2;
    font-size: 16px;
    .bold-larger a:visited {
    font-weight: bold;
    color: #4E8AD2;
    font-size: 16px;
    .bold-larger a:hover {
    font-weight: bold;
    color: #F47C01;
    font-size: 16px;
    text-decoration: none;
    .bold-larger a:active {
    font-weight: bold;
    color: #4E8AD2;
    font-size: 16px;
    And this is the code as it appears on the page:
    <span class="bold-larger">You can buy cool and interesting decorations and accessories from <a href="http://www.test.com">PartyBox</a>.</span></p>
    It doesn't display them in bold though!
    The test page is here:
    http://www.iainmoran.com/40/40th-birthday-gift-ideas.html
    Any idea why this might not be working please? I'm sure it's very simple, but I can't seem to work what it is!
    Many thanks,
    Iain.

    Thank you both so much for your quick replies!
    I'm pleased to say the links are now working correctly, so no more tearing my hair out is required!
    Thanks again,
    Iain.

  • Visual Calendar doesn't display in IE or Netscape

    I have Dreamweaver's php visual calendar on my web page. It
    displays fine in Firefox, but doesn't show at all in IE7 or
    Netscape. I haven't uploaded the page to a server, just running it
    on my computer. Does anyone know why it doesn't display in the NS
    or IE?
    Also, I'm not able to run the administrator functions as
    outlined in Dreamweaver's info about the calendar. When I type in
    c://my-site/TDE_Vcalendar/admin in the location bar, I get an index
    listing of the folder, but no prompt to enter a user name and
    password.

    lhutchinson wrote:
    > I uploaded the files to our web server, and the calendar
    displays perfectly now
    > in IE7 and FF, but Netscape 7.2 just shows a blank
    space. I looked through the
    > NS preferences, but didn't see anything about php files.
    Is there a setting in
    > NS that I'm missing that will allow php files to run?
    NS doesn't "run" PHP files, the server does, the server will
    send HTML to the browser and the browser interprets it, including
    pulling images, JavaScript and CSS files and executing any
    JavaScript. If the calendar isn't showing up, then there is either
    an issue with way the calendar is set up, or the calendar doesn't
    support Netscape.
    In your original post, you say that you have "Dreamweaver's
    php visual calendar on my web page". There is no Dreamweaver php
    visual calendar that comes with Dreamweaver. Are you perhaps using
    an extension, if so, please state which one, and where you got it.
    You have have to go to the developer's site for support.
    Beyond that you'll need to post a link to your page and if
    anyone using Netscape 7.2 may drop by. I've not used any version of
    Netscape since Firefox came out, plus it is no longer developed,
    and the version you're talking about is even 2 versions older than
    the last one released. so do you really need to worry about it?
    Danilo Celic
    |
    http://blog.extensioneering.com/
    | WebAssist Extensioneer
    | Adobe Community Expert

  • Air HTML/JS WinXP - Font specified in CSS doesn't work in App

    I have an app that runs on several machines... on one of
    them, however, the font has started failing to load in my app. The
    App loads a web page and displays it. The font is installed locally
    on the machine. I can use it in IE and Wordpad, but the App doesn't
    see it.
    The other machines have no problems with the app. The machine
    has been upgraded to Air 1.5, but the App was built for 1.0. The
    font is an OpenType font.
    I have tried all manner of things to get the font to show up
    properly: Changing the CSS, making sure the font works properly,
    renaming and trying it. Removing the application's directory in
    \Application Data\.
    It looks like it's defaulting to Arial or some such font...
    the system default. The system has a Volari XGI video card in it.
    Could that be the problem? Is there a cache I need to clear?
    Thanks in advance!

    Hi zac,
    excuse me, but I'm confused too. Is your question really for: "css doesn't work in live view or f12"? To me it seems you have, more probably, questions about your website. If yes, let's start slowly. The first thing that strikes me is this:
    The reference to your banner-image must be one to "banner.jpg" file, not to a *.html.
    Maybe I can be in touch with you a later again, you know, here's Christmas stress!Hans-G.
    P.S.
    If my assumption regarding the threads is true, then please open a new one.

  • Remote Server doesn't display SPRY Tabbed Panel

    I'm using DW CS4.  I inserted a SPRY Tabbed Panel in the main page for navigation.  The local development and testing server displays the Panel, but the remote server (Go Daddy) does not.  All of the data from the panel is displayed in one log page without the tab feature.
    The site's address is:  mailbox.mikeklonecki.com
    I saw a couple of other posts for a slideshow error using SPRY in DW, but this seems to be different behavior.  I don't get an error, rather the panel just doesn't display.
    Any feedback would be greatly appreciated.  Thank you in advance.

    I apologize.  I found my answer.
    Two required files (one .js and one .css) were not loaded into the right folder, so the page didn't have access to them.  After re-locating the files, the Tabbed panel works just fine.
    Please disregard the inquiry.

  • IE doesn't display part of spry data set!?!?

    Hi there,
    I hope somebody can help me out with a problem I got with the spry dataset I use on my website. -> http://media-powerplant.de/media-powerplant-referenzen.html
    The thing is that the IE doesn't display text in the "master" region. There are no problems with the Details region, and pictures are also diplayed in the master, but strangely enough no text! :-(
    When i visit the site with firefox or any other browser the text gets displayed. I have no idea what the problem is, but this is really bothering me.
    I hope that somebody is kind enough to help me out here. Big thanks in advance! :-)
    Here is the HTML-code of the site: (the red highlighted lines are those which doesn't get diplayed)
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd
    ">
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:spry="http://ns.adobe.com/spry
    ">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="description" content="Ihr Partner für Musik- und 
    Videoproduktionen, Webdesign, Internet, Flash, Podcasts und 
    Grafikdesign" />
    <meta name="keywords" content="gemafreie musik,lizenzfrei,lizenzfreie 
    musik, royalty free, filmmusik,hintergrundmusik, werbespot,trailer, 
    jingles, loops, Werbemusik, Mastering, Scoremusik, 
    Filmproduktion
    ,Videoproduktion,Computeranimation,Postproduktion,Filmagentur,3D 
    Visualisierung,3D Animation,Filme,Video,Film Produktion,Grafik 
    Design,Imagefilm,Werbefilm,Werbefilme,Werbefilmproduktion, Webdesign, 
    Webspace ,Webhosting, Web-Design , Web, Domainregistrierung, 
    Internetdesign, Internet, Provider, HTML, Web-Space, Design, Webdesign 
    München, Grafikdesign, kreative, innovative, Homepage, 
    Suchmaschinenoptimierung, Michael Peh, Michi Peh, Matthias Damoser, 
    media powerplant, media-powerplant, München"/>
    <title>media powerplant *** Musikproduktion / Videoproduktion / 
    Webdesign ***</title>
    <meta name="author" content="[email protected]">
    <meta name="copyright" content="Webdesign: Matthias Damoser / media 
    powerplant">
    <meta name="Content-Language" content="de">
    <meta name="robots" content="INDEX,FOLLOW">
    <meta name="revisit-after" content="7 days">
    <link rel="SHORTCUT ICON" href="http://www.media-powerplant.de/favicon.ico
    ">
    <link href="mppLayout.css" rel="stylesheet" type="text/css" />
    <!--[if IE]>
         <style type="text/css">@import url(ie.css);</style>
       <![endif]-->
    <script src="SpryAssets/xpath.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryData.js" type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    var dsreferenzen = new Spry.Data.XMLDataSet("referenzen.xml", 
    "referenz/beispiel");
    dsreferenzen.setColumnType("name", "html");
    dsreferenzen.setColumnType("MP3", "html");
    dsreferenzen.setColumnType("theURL", "html");
    dsreferenzen.setColumnType("theURL2", "html");
    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_goToURL() { //v3.0
       var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
       for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i
    +1]+"'");
    var dslinks = new Spry.Data.XMLDataSet("referenzenlinks.xml", 
    "referenz/link");
    dslinks.setColumnType("a", "html");
    //-->
    </script>
    <link href="SpryAssets/SpryMasterDetail.css" rel="stylesheet" 
    type="text/css">
    </head>
    <body>
    <div id="hauptfenster">
    <div id="content">
       <div id="mitte">
         <div id="header">
           <h1>media powerplant</h1>
         </div>
         <div id="mainnavi">
           <div class="menuHome" onclick=MM_goToURL('parent','media-
    powerplant-home.html');return document.MM_returnValue 
    document.MM_returnValue></div>
           <div class="menuMusik" onclick=MM_goToURL('parent','media-
    powerplant-musikproduktion.html');return document.MM_returnValue></div>
           <div class="menuVideo" onclick="MM_goToURL('parent','media-
    powerplant-videoproduktion.html');return document.MM_returnValue"></div>
           <div class="menuWeb" onclick=MM_goToURL('parent','media-
    powerplant-webdesign.html') document.MM_returnValue></div>
           <div class="menuReferenzen" onclick="MM_goToURL('parent','media-
    powerplant-referenzen.html');return document.MM_returnValue"></div>
           <div class="menuAbout" onclick=MM_goToURL('parent','media-
    powerplant-about.html') document.MM_returnValue></div>
           <div class="menuKontakt" onclick="MM_goToURL('parent','media-
    powerplant-kontakt.html');return document.MM_returnValue"></div>
           <div class="menuImpressum" onclick="MM_goToURL('parent','media-
    powerplant-impressum.html');return document.MM_returnValue"></div>
         </div>
         <div id="inhalt">
         <h2><span class="mpp">media powerplant</span> <span 
    class="bereich">Referenzen</span></h2>
           <h2 class="unterüberschrift">Hier finden Sie einen Überblick 
    und einige interessante Details über unsere letzten Projekte</h2>
           <p> </p>
           <div id="musikproduktion">
             <div id="musikprojekte">
               <div id="projektescroll">
                 <div spry:region="dsreferenzen">
                   <table id="referenzTable">
                     <tr spry:repeat="dsreferenzen" 
    spry:hover="rowHoverRef" spry:select="rowSelectRef" 
    spry:setrow="dsreferenzen">
                       <td><img src="{screenshot}" alt="{name}" 
    width="140" height="93" class="screenshot"></td>
                       <td><span class="kategorie">{kategorie}</span><br>
                         <span class="name">{name}</span></td>
                     </tr>
                   </table>
                 </div>
               </div>
             </div>
             <div spry:detailregion="dsreferenzen">
               <div id="musikmainRef">
                 <h2> </h2>
    <p> </p>
                 <div id="projektbeschreibung">
                   <p class="beschreibung">{beschreibung}</p>
                   <p class="aufgabenfeld">{dsreferenzen::aufgabenfeld}</p>
                   <p class="aufgabenbilder">
                   <img src="{bild1}" width="90" height="77" 
    class="bild"><img src="{bild2}" width="90" height="77" 
    class="bild"><img src="{bild3}" width="90" height="77" 
    class="bild"><img src="{bild4}" width="90" height="77" class="bild"> </
    p>
                    <p class="linkMP3">{MP3}</p>
                    <p class="reflink">{theURL}</p>
                    <p class="reflink">{theURL2}</p>
                  </div>
               </div>
            </div>
           </div>
             <div class="copyrightref">Copyright © 2009 media powerplant | 
    Alle Rechte vorbehalten | <a href="media-powerplant-
    impressum.html">Impressum</a> |  <a href="media-powerplant-
    kontakt.html">Kontakt</a> | </div>
         </div>
       </div>
       </div>
    </div>
    </body>
    </html>
    the XML looks like this: (again highlighting the problematic regions)
    <?xml version="1.0" encoding="UTF-8"?>
    <referenz>
         <beispiel>
         <screenshot>Bilder/Projektbilder/impulstv.jpg</screenshot>
         <name>Sounddesign ImpulsTV</name>
         <kategorie>Musikproduktion</kategorie>
         <beschreibung>Produktion des Musikstückes "Today" für Imagefilm 
    der Firma ImpulsTV</beschreibung>
         <aufgabenfeld>Aufgabenbereich: * Musikkomposition * 
    Musikproduktion</aufgabenfeld>
         <bild1>Bilder/Projektbilder/mics.jpg</bild1>
         <bild2>Bilder/Projektbilder/misch2.jpg</bild2>
         <bild3>Bilder/Projektbilder/keyboard.jpg</bild3>
         <bild4>Bilder/Projektbilder/headphones.jpg</bild4>
        <MP3>
            <![CDATA[
            <embed src="Songs/Referenzen/Today.mp3" autostart="false" 
    loop="false" width="300" height="18" controller="true" id="rock.mp3" 
    name="bg song" pluginspage=            "http://www.apple.com/quicktime/
    download/"> </embed>
          ]]>
        </MP3>
       </beispiel>
        <beispiel>
         <screenshot>Bilder/Projektbilder/gm.jpg</screenshot>
         <name>Webdesign gin-mum.com</name>
        <kategorie>Webdesign</kategorie>
         <beschreibung>Design, Programmierung und Webspace-Hosting der 
    Internetpräsenz für die Münchner Band gin mum.</beschreibung>
         <aufgabenfeld>Aufgabenbereich: * Webdesign * Hosting und Domain * 
    Programmierung</aufgabenfeld>
         <bild1>Bilder/Projektbilder/gm_1.jpg</bild1>
         <bild2>Bilder/Projektbilder/gm_2.jpg</bild2>
         <bild3>Bilder/Projektbilder/gm_3.jpg</bild3>
         <bild4>Bilder/Projektbilder/gm_4.jpg</bild4>
            <theURL>
    <![CDATA[
    <p>
    <a target="_blank" href="http://www.gin-mum.com">www.gin-mum.com</a>
    </p>
    ]]>
    </theURL>
       </beispiel>
       <beispiel>
         <screenshot>Bilder/Projektbilder/hz.jpg</screenshot>
         <name>Imagefilm für Johanna Schäfer</name>
         <kategorie>Videoprodution</kategorie>
         <beschreibung>Videoediting für Johanna Schäfer</beschreibung>
         <aufgabenfeld>Aufgabenbereich: * Videoediting</aufgabenfeld>
         <bild1>Bilder/Projektbilder/hz_1.jpg</bild1>
         <bild2>Bilder/Projektbilder/hz_2.jpg</bild2>
         <bild3>Bilder/Projektbilder/hz_3.jpg</bild3>
         <bild4>Bilder/Projektbilder/hz_4.jpg</bild4>
        </beispiel>
       <beispiel>
         <screenshot>Bilder/Projektbilder/SRB.jpg</screenshot>
         <name>Sounddesign Radio SRB</name>
         <kategorie>Musikproduktion</kategorie>
         <beschreibung>Media powerplant produzierte das gesamte 
    Sounddesign für den regionalen Radiosender SRB. Dabei wurden 
    hauptsächlich Musikbetten und Radiojingles produziert.</beschreibung>
         <aufgabenfeld>Aufgabenbereich: * Sounddesign * Musikkomposition * 
    Musikproduktion</aufgabenfeld>
         <bild1>Bilder/Projektbilder/waves.jpg</bild1>
         <bild2>Bilder/Projektbilder/peakmeter.jpg</bild2>
         <bild3>Bilder/Projektbilder/mixpult.jpg</bild3>
         <bild4>Bilder/Projektbilder/mics.jpg</bild4>
        <MP3>
            <![CDATA[
            <embed src="Songs/Electro/Hintergrund_3.mp3" autostart="false" 
    loop="false" width="300" height="18" controller="true" id="rock.mp3" 
    name="bg song" pluginspage=            "http://www.apple.com/quicktime/
    download/"> </embed>
          ]]>
        </MP3>
       </beispiel>
       <beispiel>
         <screenshot>Bilder/Projektbilder/Logo_earthTV.jpg</screenshot>
         <name>EarthTV Musik</name>
         <kategorie>Musikproduktion</kategorie>
         <beschreibung>Komposition und Produktion des Stückes "Steil" im 
    Auftrag von EarthTV für deren Sendeformat bei Sevenload.</beschreibung>
         <aufgabenfeld>Aufgabenbereich:* Musikkompostion * 
    Musikproduktion</aufgabenfeld>
         <bild1>Bilder/Projektbilder/peakmeter.jpg</bild1>
         <bild2>Bilder/Projektbilder/headphones.jpg</bild2>
         <bild3>Bilder/Projektbilder/keyboard.jpg</bild3>
         <bild4>Bilder/Projektbilder/mic.jpg</bild4>
         <theURL>
    <![CDATA[
    <p>
    <a target="_blank" href="http://de.sevenload.com/sendungen/
    earthTV">EarthTV bei www.Sevenload.de</a>
    </p>
    ]]>
    </theURL>
    <MP3>
            <![CDATA[
            <embed src="Songs/Electro/Steil.mp3" autostart="false" loop="false" 
    width="300" height="18" controller="true" id="rock.mp3" name="bg song" 
    pluginspage=            "http://www.apple.com/quicktime/download/"> </embed>
          ]]>
        </MP3>
       </beispiel>
    </referenz>
    Are you still with me? :-)
    Attached you'll find what it looks like with Firefox and with InternetExplorer.

    Hmm, stil not working. But thanks for your support!
    Here is the modified XML-code: (the not shown elements are highlighted)
    <?xml version="1.0" encoding="UTF-8"?>
    <referenz>
        <beispiel>
        <screenshot>Bilder/Projektbilder/impulstv.jpg</screenshot>
        <name><![CDATA[Sounddesign ImpulsTV]]></name>
        <kategorie><![CDATA[Musikproduktion]]></kategorie>
    <beschreibung><![CDATA[Produktion des Musikstückes "Today" für Imagefilm der Firma ImpulsTV]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Musikkomposition * Musikproduktion</aufgabenfeld>
        <bild1>Bilder/Projektbilder/mics.jpg</bild1>
        <bild2>Bilder/Projektbilder/misch2.jpg</bild2>
        <bild3>Bilder/Projektbilder/keyboard.jpg</bild3>
        <bild4>Bilder/Projektbilder/headphones.jpg</bild4>
    <MP3>
      <![CDATA[
    <embed src="Songs/Referenzen/Today.mp3" autostart="false" loop="false" width="300" height="18" controller="true" id="rock.mp3" name="bg song" pluginspage= "http://www.apple.com/quicktime/download/"> </embed>
      ]]>
    </MP3>
      </beispiel>
       <beispiel>
        <screenshot>Bilder/Projektbilder/gm.jpg</screenshot>
       <name><![CDATA[Webdesign gin-mum.com]]></name>
        <kategorie><![CDATA[Webdesign]]></kategorie>
        <beschreibung><![CDATA[Design, Programmierung und Webspace-Hosting der Internetpräsenz für die Münchner Band gin mum.]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Webdesign * Hosting und Domain * Programmierung</aufgabenfeld>
        <bild1>Bilder/Projektbilder/gm_1.jpg</bild1>
        <bild2>Bilder/Projektbilder/gm_2.jpg</bild2>
        <bild3>Bilder/Projektbilder/gm_3.jpg</bild3>
        <bild4>Bilder/Projektbilder/gm_4.jpg</bild4>
        <theURL>
    <![CDATA[
    <p>
    <a target="_blank" href="http://www.gin-mum.com">www.gin-mum.com</a>
    </p>
    ]]>
    </theURL>
      </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/hz.jpg</screenshot>
       <name><![CDATA[Imagefilm für Johanna Schäfer]]></name>
        <kategorie><![CDATA[Videoprodution]]></kategorie>
        <beschreibung><![CDATA[Videoediting für Mediengestalterin und Fotografin Johanna Schäfer.]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Videoediting</aufgabenfeld>
        <bild1>Bilder/Projektbilder/hz_1.jpg</bild1>
        <bild2>Bilder/Projektbilder/hz_2.jpg</bild2>
        <bild3>Bilder/Projektbilder/hz_3.jpg</bild3>
        <bild4>Bilder/Projektbilder/hz_4.jpg</bild4>
    <theURL>
    <![CDATA[
    <p>
    <a target="_blank" href="http://hanna-schaefer.de/">Website von Johanna Schäfer</a>
    </p>
    ]]>
    </theURL>
    </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/SRB.jpg</screenshot>
       <name><![CDATA[Sounddesign Radio SRB]]></name>
        <kategorie><![CDATA[Musikproduktion]]></kategorie>
        <beschreibung><![CDATA[Media powerplant produzierte das gesamte Sounddesign für den regionalen Radiosender SRB. Dabei wurden hauptsächlich Musikbetten und Radiojingles produziert.]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Sounddesign * Musikkomposition * Musikproduktion</aufgabenfeld>
        <bild1>Bilder/Projektbilder/waves.jpg</bild1>
        <bild2>Bilder/Projektbilder/peakmeter.jpg</bild2>
        <bild3>Bilder/Projektbilder/mixpult.jpg</bild3>
        <bild4>Bilder/Projektbilder/mics.jpg</bild4>
    <MP3>
      <![CDATA[
    <embed src="Songs/Electro/Hintergrund_3.mp3" autostart="false" loop="false" width="300" height="18" controller="true" id="rock.mp3" name="bg song" pluginspage= "http://www.apple.com/quicktime/download/"> </embed>
      ]]>
    </MP3>
      </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/Logo_earthTV.jpg</screenshot>
       <name><![CDATA[EarthTV Musik]]></name>
        <kategorie><![CDATA[Musikproduktion]]></kategorie>
        <beschreibung><![CDATA[Komposition und Produktion des Stückes "Steil" im Auftrag von EarthTV für deren Sendeformat bei Sevenload.]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich:* Musikkompostion * Musikproduktion</aufgabenfeld>
        <bild1>Bilder/Projektbilder/peakmeter.jpg</bild1>
        <bild2>Bilder/Projektbilder/headphones.jpg</bild2>
        <bild3>Bilder/Projektbilder/keyboard.jpg</bild3>
        <bild4>Bilder/Projektbilder/mic.jpg</bild4>
        <theURL>
    <![CDATA[
    <p>
    <a target="_blank" href="http://de.sevenload.com/sendungen/earthTV">EarthTV bei www.Sevenload.de</a>
    </p>
    ]]>
    </theURL>
    <MP3>
      <![CDATA[
    <embed src="Songs/Electro/Steil.mp3" autostart="false" loop="false" width="300" height="18" controller="true" id="rock.mp3" name="bg song" pluginspage= "http://www.apple.com/quicktime/download/"> </embed>
      ]]>
    </MP3>
      </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/Ortner_video.jpg</screenshot>
       <name><![CDATA[Webdesign christian-ortner.de]]></name>
        <kategorie><![CDATA[Webdesign]]></kategorie>
        <beschreibung><![CDATA[Design, Programmierung und Webspace-Hosting der Internetpräsenz für den Berufsmusiker Christian Ortner.]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Webdesign * Hosting und Domain * Programmierung</aufgabenfeld>
        <bild1>Bilder/Projektbilder/Ortner_projekte.jpg</bild1>
        <bild2>Bilder/Projektbilder/Ortner_video.jpg</bild2>
        <bild3>Bilder/Projektbilder/Ortner_MP3.jpg</bild3>
        <bild4>Bilder/Projektbilder/Ortner_kontakt.jpg</bild4>
        <theURL>
    <![CDATA[
    <p>
    <a target="_blank" href="http://www.christian-ortner.de">www.christian-ornter.de</a>
    </p>
    ]]>
    </theURL>
      </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/henriette_1.jpg</screenshot>
        <name><![CDATA[Sounddesign für Filmprojekt]]></name>
        <kategorie><![CDATA[Musikproduktion]]></kategorie>
        <beschreibung><![CDATA[Sounddesign und Titeltrack des Abschlussfilms der beiden  Filmhochschule Ilmenau - Absolventen Suzanna Gorolova und Laura Süßenguth.]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Sounddesign * Musikkomposition</aufgabenfeld>
        <bild1>Bilder/Projektbilder/henriette_1.jpg</bild1>
        <bild2>Bilder/Projektbilder/henriette_2.jpg</bild2>
        <bild3>Bilder/Projektbilder/henriette_3.jpg</bild3>
        <bild4>Bilder/Projektbilder/henriette_4.jpg</bild4>
    <MP3>
      <![CDATA[
    <embed src="Songs/Referenzen/Henriette.mp3" autostart="false" loop="false" width="300" height="18" controller="true" id="rock.mp3" name="bg song" pluginspage= "http://www.apple.com/quicktime/download/"> </embed>
      ]]>
    </MP3>
        <theURL>
    <![CDATA[
    <p>
    Hier kann man das Video sehen:
    <a target="_blank" href="http://www.youtube.com/watch?v=LdBnFKNVhTY">Henriette auf Youtube</a>
    </p>
    ]]>
    </theURL>
      </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/she_1.jpg</screenshot>
       <name><![CDATA[Musikvideo "She said" für die Band gin mum]]></name>
        <kategorie><![CDATA[Videoprodution]]></kategorie>
        <beschreibung><![CDATA[Musikvideo für das Lied "She said" der lokalen Rock-Pop Band gin mum.]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Videoediting</aufgabenfeld>
        <bild1>Bilder/Projektbilder/she_1.jpg</bild1>
        <bild2>Bilder/Projektbilder/she_2.jpg</bild2>
        <bild3>Bilder/Projektbilder/she_3.jpg</bild3>
        <bild4>Bilder/Projektbilder/she_4.jpg</bild4>
    <theURL>
    <![CDATA[
    <p>
    <a target="_blank" href="http://www.gin-mum.com">www.gin-mum.com</a>
    </p>
    ]]>
    </theURL>
      </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/Sim_thumb.jpg</screenshot>
        <name><![CDATA[Imagefilm für die Firma "Sim-Events"]]></name>
        <kategorie><![CDATA[Videoproduktion]]></kategorie>
        <beschreibung><![CDATA[Produkttrailer und Imagefilm für die Simbacher Eventmanagement Firma Sim-events.]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * 3D Grafik-Animation * Musikkomposition * Musikproduktion</aufgabenfeld>
        <bild1>Bilder/Projektbilder/Sim_1.jpg</bild1>
        <bild2>Bilder/Projektbilder/Sim_2.jpg</bild2>
        <bild3>Bilder/Projektbilder/Sim_3.jpg</bild3>
        <bild4>Bilder/Projektbilder/Sim_4.jpg</bild4>
    <MP3>
      <![CDATA[
    <embed src="Songs/Referenzen/Sim.mp3" autostart="false" loop="false" width="300" height="18" controller="true" id="rock.mp3" name="bg song" pluginspage= "http://www.apple.com/quicktime/download/"> </embed>
      ]]>
    </MP3>
      </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/Logo_earthTV.jpg</screenshot>
        <name><![CDATA[EarthTV Musik]]></name>
        <kategorie><![CDATA[Musikproduktion]]></kategorie>
        <beschreibung><![CDATA[Komposition und Produktion des Stückes "Horizon" im Auftrag von EarthTV für deren Webstreaming-Formate.]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Musikkompostion * Musikproduktion</aufgabenfeld>
        <bild1>Bilder/Projektbilder/mischklein.jpg</bild1>
        <bild2>Bilder/Projektbilder/headphones.jpg</bild2>
        <bild3>Bilder/Projektbilder/misch2.jpg</bild3>
        <bild4>Bilder/Projektbilder/mic.jpg</bild4>
    <theURL>
    <![CDATA[
    <p>
    <a target="_blank" href="http://www.wetter.com/webcams_galerien/earthtv/">EarthTV bei www.wetter.com</a>
    </p>
    ]]>
    </theURL>
    <theURL2>
    <![CDATA[
    <p>
    <a target="_blank" href="http://www.hamburg-tourism.de/sehenswertes/webcam-earthtv/">EarthTV auf www.Hamburg-tourism.de</a>
    </p>
    ]]>
    </theURL2>
    <MP3>
      <![CDATA[
    <embed src="Songs/Chill/Elf.mp3" autostart="false" loop="false" width="300" height="18" controller="true" id="rock.mp3" name="bg song" pluginspage= "http://www.apple.com/quicktime/download/"> </embed>
      ]]>
    </MP3>
      </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/like_2.jpg</screenshot>
       <name><![CDATA[Musikvideo "like a fool" für die Band gin mum]]></name>
        <kategorie><![CDATA[Videoproduktio]]>n</kategorie>
        <beschreibung><![CDATA[Editing des Musikvideos "Like a Fool" für die Münchner Band "gin mum".]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Videoediting</aufgabenfeld>
        <bild1>Bilder/Projektbilder/like_1.jpg</bild1>
        <bild2>Bilder/Projektbilder/like_2.jpg</bild2>
        <bild3>Bilder/Projektbilder/like_3.jpg</bild3>
        <bild4>Bilder/Projektbilder/like_4.jpg</bild4>
    <theURL>
    <![CDATA[
    <p>
    <a target="_blank" href="http://www.gin-mum.com">www.gin-mum.com</a>
    </p>
    ]]>
    </theURL>
      </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/eromat.jpg</screenshot>
        <name><![CDATA[Eromat Musikproduktion]]></name>
        <kategorie><![CDATA[Musikproduktion]]></kategorie>
        <beschreibung><![CDATA[Titeltrack für Hörbuch des Eromat Verlages und Corporate Sounddesign in Form eines Jingles für den Verlag]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Musikkompostion * Musikproduktion</aufgabenfeld>
        <bild1>Bilder/Projektbilder/mischklein.jpg</bild1>
        <bild2>Bilder/Projektbilder/headphones.jpg</bild2>
        <bild3>Bilder/Projektbilder/misch2.jpg</bild3>
        <bild4>Bilder/Projektbilder/mic.jpg</bild4>
    <MP3>
      <![CDATA[
    <embed src="Songs/Referenzen/Eromat.mp3" autostart="false" loop="false" width="300" height="18" controller="true" id="rock.mp3" name="bg song" pluginspage= "http://www.apple.com/quicktime/download/"> </embed>
      ]]>
    </MP3>
      </beispiel>
      <beispiel>
        <screenshot>Bilder/Projektbilder/Wildcats-Cover.jpg</screenshot>
        <name><![CDATA[Highlight Video Kirchdorf Wildcats]]></name>
        <kategorie><![CDATA[Videoproduktion]]></kategorie>
        <beschreibung><![CDATA[Jahresrückblicksvideo der Kirchdorf Wildcats, American Football Mannschaft der 2.Bundesliga.]]></beschreibung>
        <aufgabenfeld>Aufgabenbereich: * Videoediting * DVD-Authoring * Cover Design * Musikkompostion * Musikproduktion</aufgabenfeld>
        <bild1>Bilder/Projektbilder/Wildcats-Cover.jpg</bild1>
        <bild2>Bilder/Projektbilder/Wildcats_davor.jpg</bild2>
        <bild3>Bilder/Projektbilder/Wildcats_Spiel.jpg</bild3>
        <bild4>Bilder/Projektbilder/Wildcats_touchdown.jpg</bild4>
    <MP3>
      <![CDATA[
    <embed src="Songs/Referenzen/Wildcats.mp3" autostart="false" loop="false" width="300" height="18" controller="true" id="rock.mp3" name="bg song" pluginspage= "http://www.apple.com/quicktime/download/"> </embed>
      ]]>
    </MP3>
      </beispiel>
    </referenz>
    Anyhing wrong with that or is the syntax correct so far?
    Then you said that I have to change the columne type..... Right now I have those two columnes ("name" and "kategorie") set to "string" as you can see in the attached screenshot. Is that correct? If it is, the mistake must be something else I'm afraid.
    Again, thanks for your support! :-)
    And by the way, merry Christmas everybody! :-)

  • Image doesn't display

    I have index.jsp at the root level. I this redirects to xrate.jsp at the following path: WEB-INF/views/jsp. At the same level is include.jsp and includeTop.jsp. My images are at WEB-INF/images. CSS files are at WEB-INF/styles. Here's thier jsp declaration code:
    xrate.jsp
    <%@ include file="include.jsp"%>
    <%@ include file="includeTop.jsp"%>
    <html>
         <head>
              <title></title>
         </head>
         <body>     
              <h1>
                    Application - Borrower System
              </h1>
         </body>
    </html>include.jsp
    <%@ page language="java" errorPage="/error.jsp" pageEncoding="UTF-8"
        contentType="text/html; charset=utf-8"%>
    <%@ taglib uri="http://www.springframework.org/tags" prefix="spring"%>
    <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
    <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%>includeTop.jsp
    <%@ include file="/WEB-INF/views/jsp/include.jsp"%>
    <html>
        <head>
            <title></title>
            <link rel="stylesheet" type="text/css" href="../../styles/xrate.css" />
        </head>
        <body>
            <div id="logo">
                <img src="../../images/xrate-logo.jpg" width="720"  height="140" border="0" alt="Logo" />
            </div>
        </body>
    </html>xrate.css
    div#logo {
         width: 720px;
         height: 140px;
         background: #A8A8A8;
    }When xrate.jsp loads, I get everything except the image doesn't display, just its placeholder with the alternate text.
    I am using MyEclipse's jsp visual designer and in the preview mode, the image properly shows. I've checked the deployed files and everything is in the correct location. Also, the browser is set to allow images to download.
    Any ideas anyone??

    Take your images/styles out of the WEB-INF directory.
    The WEB-INF directory is protected from the browser.
    Nothing requested from the WEB-INF directory will be served directly. You can forward/include these resources from other servlets/jsps but they can't be accessed from a direct url.
    Shifting images/styles out of the WEB-INF directory should fix it.
    You will of course have to fix your links.
    Note that links are resolved relative to the requesting uri (or the html <base> tag if present), not necessarily to the actual location of the JSP.

  • Site doesn't display properly when viewed in Windows 8.1 and IE11

    Web site doesn't display properly when viewed in Windows 8.1 and IE11. Site html and css validates no errors at W3C. Any ideas?

    The following is what I see in IE11 on a Windows 8.1 system, no difference using Firefox, Chrome or Safari on the same system.

  • XMP doesn't display proper info in Photoshop CS2 for Mac.

    Dear List members:
    I have just recently installed Creative Suite CS2 and begun to explore the functionality of XMP. After purchasing Bruce Fraser's book on Camera Raw for CS2, I downloaded Metalab (Pound Hill Software) and created my first custom XMP panel that can be seen under the file info in Photoshop when an image (digital photo) is open.
    The problem is that I noticed a few odd things and began to question myself if there is some kind of bug or a problem with my installation of CS2.
    1. The window that opens under the file info command has several categories of information on the left to be chosen from, in the following order:
    (1)Description, (2)Camera Data 1, (3)Camera Data 2, (4)Categories, (5)History, (6)IPTC Contact, (7)IPTC Content, (8)IPTC Image, (9)IPTC Status, (10)Adobe Stock Photos, (11)Origin, (12)Advanced
    The Camera Data 1 option when selected opens a panel in the file info window that seems to contain all the information it is supposed to contain. The Camera Data 2 panel, on the other hand, doesn't display any information at all. Although the fields are there, they are empty. The fields are:
    (1)Pixel Dimension X and Y, (2)Orientation, (3)Resolution X and Y, (4)Resolution Unit, (5)Compressed Bits per Pixel, (6)Color Space, (7)Light Source, (8)File Source.
    All these fields are empty but when looking at the same file under Bridge the information is there, displayed under the metadata menu.
    This is something I noticed "before" installing Metalab so I know it is not a compatibility issue generated by the installation of the software.
    After installing CS2 I noticed that CS1 remained installed in my system. The version I purchased of CS2 is the upgrade one. Since I have no use for CS1 as I am now totally converted to CS2, I would like to uninstall CS1. The following are some of the questions I have:
    1. How can I uninstall CS1 without causing any problems to my installation of CS1 ? Is there an uninstall utility with the software or will I have to uninstall the entire package manually ?
    2. My G5 came with only one internal 160 GB drive where I originally installed CS1. I then purchased another internal 400 GB HD and copied the original drive onto it. This week I am going to replace the original 160 GB drive with a second 400 GB drive so that I can do regular "mirror image" back-ups between the two drives. Shold I expect any problems as I remove the drive where I originally installed CS1 ? Since I used disk utility to "copy" the 160 GB drive onto the 400 GB drive, my understanding it that any Adobe software key or authorization was also transferred to the drive. Is this right ? In case it hasn't, how can I transfer this information so that after I remove the 160 GB drive I will not experience any problems when trying to run CS2 ?
    3. How can I fix the problem with the Camera Data 2 panel under the file info window and command ? I noticed that the folder that is supposed to hold the Custom File Info Panels (HD>Library>Application Support>Adobe>XMP>Custom File Info Panels) has files for CS1 and CS2. Could this be a problem ? There many more files with .dat extenson than there are with the .txt extension. Bruce Fraser specifically says that the ones with the .txt extension are the ones that hold the XMP templates for information related to the image files. The files I have in this folder with the .txt are:
    (1)Camera1_CS2.txt , (2)Camera1.txt , (3)Camera2_CS2.txt , (4)Camera2.txt , (5)Categories.txt , (6)History.txt , (7)IPTC_Contact.txt , (8)IPTC_Content.txt , (9)IPTC_Image.txt , (10)IPTC_Status.txt , (11)StockPhotoInfo.txt
    The only ones that have two separate files one each for CS1 ad CS2 are Camera 1 and Camera 2. Camera 2 seems to be the only that is now non-functional. What should I expect to happen if I were to manually uninstall the ones that relate to CS1 ? Could that cause any problems ?
    My apologies for the long post but I didn't really know how to make it shorter.

    The Photoshop and/or Bridge forums would be more likely places to get answers to your questions. This forum is inhabited more by programmer types interested in implementing the XMP specification in applications we write.
    I'd expect CS2 to ignore CS1 panels so I doubt that's the issue. Panels don't interfere with each other--they just offer different views of the data. In any case, move the extra panels to your desktop and see what happens.
    As far as I know, all you need to do on the Mac is drag the CS1 application folder to the trash to uninstall it.

  • Mac Mini Doesn't Display through Philips Tube HDTV

    I have a Philips tube HDTV with a VGA connector in the back, and used the DVI-VGA connector that came with my new Mac Mini to connect. I don't have a computer monitor at home. The TV doesn't display anything.
    So then I took the Mac Mini over to a friend's. He has a VGA monitor, and so he ran the Mac Mini through setup and set it to the lowest possible display settings. I came back here, rebooted and plugged it back in; still no display.
    Then I tried this:
    "First thing to try is to boot the mini into safe mode by holding down the shift key as it boots up. This should allow it to boot, and then give you access to the display preference pane to adjust the settings back to those that worked.
    If that doesn't work, try disconnecting the TV, and rebooting the Mac with no display attached. Once it has fully booted and enough time has passed to allow the desktop to be displayed, reconnected the TV. This should force the mini to boot into a low-res mode that works with just about anything, then when you reconnect the display, either cause it to auto-sense the correct resolutions, or give you access to display preferences."
    This didn't work either. Any suggestions?

    Hi Alan,
    Check your TV manual to see what resolutions your VGA/RGB connector on your TV will accept. Being a HDTV it is likely to be from 480p to at least 1080i.
    You then set the resolution in your Display preference pane to 640x480 and you should get a picture on your TV. The trick is to set it when you can't see anything! Attaching to another device may not help because the Mac detects that device when you set the Display and will know its not that when attached again to your TV. When attached to your TV it is setting another resolution it thinks will work. It is clearly guessing the wrong screen resolution when you do connect it.
    I overcame this situation myself using a VNC client. That requires you to have another computer you can use to control your Mac Mini via VNC. You can then access the Display pane via VNC and set the 640x480 resolution which will work.
    For setting 1080i (and the VNC process) please see:
    http://www.macosxhints.com/article.php?story=20060319073027371&query=1080i%2BMac %2BMini
    I am guessing you can also use an S Video adapter - available from Apple - to connect to an S Video port your TV may also have. That won't help with the VGA connection though.
    Hope this helps.

  • Secondary Cost Element Values doesn't display in Profit Center Report

    Hi everyone,
    I'm having a problem with our Profit Center plan/actual/variance reports wherein it doesn't display the postings I made to the Secondary cost element when I executed an assessment cycle (KSU5). I already set in the configuration that all postings to be done in the cost centers, should have a parallel posting to the profit center assigned to it. I can see the postings in my cost center reports, but not in my profit center report. Could I have missed out on any procedure to enable the secondary cost element parallel posting in my profit centers? Any help would be appreciated. Thanks!

    it might be the configuration of the library or some parameter in the report (record type should be 0 and 2 for actual values, where 2 stands for distributed values and 1 and 3 for planned values)
    but it also might be that the reconciliation is done between different CC and same PC
    - check your CC organisation asignment
    - if sender cost center and receiver cost center have tha same PC it is probably the reason
    - I had that problem my self and didn't solve it
    cheers
    matej

  • WEB.SHOW_DOCUMENT sometimes doesn't display the generated PDF file

    Hi all,
    I'm using the following code to generated my report from Forms:<br><br>
    V_REPORT_ID := FIND_REPORT_OBJECT(V_REPORT_NAME);
    V_REPORT_SERVER_JOB:= RUN_REPORT_OBJECT(V_REPORT_ID,P_LIST);
        V_JOB_ID := substr(V_REPORT_SERVER_JOB,length(:GLOBAL.REPORTS_SERVER)+2,length(V_REPORT_SERVER_JOB));
        V_REPORT_STATUS := REPORT_OBJECT_STATUS(V_REPORT_SERVER_JOB);
    LOOP
       IF V_REPORT_STATUS = 'FINISHED' THEN          
          V_TMP_PDF := :GLOBAL.APACHE_HTML_FOLDER ||'rpt'|| V_JOB_ID  ||'.pdf' ;
         COPY_REPORT_OBJECT_OUTPUT(V_REPORT_SERVER_JOB, V_TMP_PDF );
        WEB.SHOW_DOCUMENT(:GLOBAL.AS_HOME_URL ||  'rpt'|| V_JOB_ID  ||'.pdf' ,'_BLANK');     
        END IF;
    END LOOP; <br><br>
    Everything works fine except the WEB.SHOW_DOCUMENT part. In some clients, this command does what it required from it and opens a new browser window with the PDF report displayed on it. In some other clients, this command does nothing: now window dispalyed. When I refer to the Application Server, I see the PDF report successfully generated there. When I put the URL of the generated report manually in the browser address, I can see the report.
    <br><br>
    <b>Why the WEB.SHOW_DOCUMENT doesn't display the generated PDF report in some clients?</b>

    I agree with the previous 2 posters.
    Also firefox and ie handle it differently. Make sure you test on what your clients use.
    Sometimes acrotray.exe is completely retarded and doesn't work.

  • MSI 970a-g46 motherboard starts up but doesn't display anything.

    Hello, I'm having problems with a new motherboard I got from Amazon, specifically the 970a-g46. The following are my specs in use with this motherboard:
    CPU: AMD Phenom 2 x4 965
    GPU: nVidia GeForce 560 GTX
    Ram: 8gb Kingston HyperX Fury 1866mhz.
    PSU: Corsair 650TX (650 Watts)
    Compatability-wise, everything checks out so I wasn't expecting problems at first. All the other parts excluding the ram I've used before. Here's exactly what happens:
    I power up the computer after everything is installed and connected. The 4 phase LEDs turn on which tell me the CPU is powered up and working (so I assume). I don't get any beeps or buzzs mainly because I don't see any speaker/buzzer on this board. The monitor blinks and while it is connected to my GPU, it doesn't display anything, it's just a black screen. I can leave it on for a few minutes and I'll still not see anything happen. An important observation here is that my keyboard which has LEDs will turn on after a short period of time in boot-up (with my older set-up that is). This does not happen ever regardless of how long I leave my computer on on this new mobo.
    I've gone over and checked/tested numerous things:
    * The PCI-E and ATX cables for the GPU, motherboard and CPU are all connected and secured (I've tried both 4-pin and 8-pin connections for the CPU, neither help).
    * I've tried jumping the CMOS multiple times to no avail.
    * I tested the ram on another computer and it worked just fine on that one.
    * I've tested the motherboard without a GPU and it still does nothing (though I think that's because this motherboard doesnt have its own integrated GPU for some reason).
    So far the only possible reasons why my computer is not working is because of my PSU (very unlikely as it's only a year old and it's a Corsair, which I've heard is very reliable in the long-run), GPU (It is quite a few years old but even without the GPU my computer still doesn't go past boot-up), CPU (possible due to its age and how many freaking time I've reseated it (probably around 8 times) so I wouldn't doubt it, but before I put it into this motherboard I did check its pins and they were all there and placed nice and smoothly into the socket.) and finally the motherboard (it's possible that this is just a defected motherboard and giving me a super hard time which would be a first in all the years I"ve spent computer building).
    The best case scenario of course is me giving some kind of oversight to how I transferred over the parts and connectors. I might've missed something obvious to please any advice/insight on how I can solve this problem would be greatly appreciated
    EDIT: Some other things I did but forgot to mention:
    * Checked ground nut things and ensured they matched the specifications of the motherboard ATX; only 6 are under the board and each one is aligned up with the holes on the board as designed.
    * Tried booting up without powering the CPU. Only one phase LED light came on, still the same problem (for an obvious reason this time now).
    * Re-seated GPU multiple times, re-connected cables multiple times.
    What I have NOT done is re-seat the CPU because I am almost out of acetone so I would need to get another supply of that which won't be until tomorrow. I also have not re-seated everything back on my older motherboard to check if it still works. Tomorrow I'll most likely do that and if I find that the old motherboard works flawlessly then that tells me that the new motherboard I got is either defected or there's some compatability issue I"m missed out on.
    EDIT 2: Just found a speaker and plugged it into the motherboard. Booted it up and I got no beeps whatsoever. So this mobo is giving me no video activity (there is a signal it's just blank), and no beeps from the motherboard. I have no idea what that could mean at this point.
    EDIT 3: I decided to test a few things with the new speaker I just got. First I removed ram and tried running, I got 3 beeps which I assume is the beep sequence of faulty/no ram. Removed the power to CPU and the GPU itself individually, gave no beeps this time.

    Quote from: rhradacut on 06-January-15, 16:49:14
    What's the serial number of your MB? Needed to determine what BIOS may be on the MB. Exactly which version of the CPU is it? There were several different 965 CPUs and they required different BIOS versions, 1.2, 1.9,2.2 depending on which CPU you actually have.
     Also another problem may be that native memory supported by your CPU is DDR3-1333, not 1866
     None of the supported CPUs have integrated graphics, any MB graphics would be in the chipset, not CPU. Examples would be 785G, 880G
    Thank you very much rhradacut! The problem was that the mobo for whatever reason was forcing 1866mhz on my CPU when it only supported up to 1600mhz. I had to install a spare ddr3 module to downclock it so that I could access the BIOS and manually set the DRAM timing to 1600mhz for it to work. That's a very strange problem that I figured would've been auto-resolved by the hardware, and would also be a big problem if I didn't have any spare DDR3 ram to work with.
    Once again thanks for helping out on solving my problem.

  • My iPod and iPhone are not recognized in Windows 7 iTunes. I've reinstalled iTunes and restarted windows. Now iPod briefly displays, then device manager mass storage shows a yellow exclamation point. iPhone doesn't display in iTunes at all. Please ad

    My iPod and iPhone are not recognized in Windows 7 iTunes. I've reinstalled iTunes and restarted windows. Now iPod briefly displays, then device manager mass storage shows a yellow exclamation point. iPhone doesn't display in iTunes at all. Please advise

    Try Andrei Cerbu's post here, JF Fourie's post here, or see TS1538: iOS: Device not recognized in iTunes for Windows, in particular section 5, forcing a driver update. See also TS1363: iPod: Appears in Windows but not in iTunes.
    tt2

Maybe you are looking for

  • Excel Import Error

    I am getting this message: Import error This document was created with an unsupported version of Excel. Only documents created with Excel '97 or later can be opened. I have searched and haven't found a solution. This file was created in Open Office a

  • Can't drag and drop in Finder with trackpad or magic mouse

    I can't seem to drag and drop anthing in the Finder window since updating to Mavericks (10.9). I've tried changing all magic mouse and trackpad settings.  I can drag and drop windows and apps on the dock.  No sure what the issue is....any help is app

  • PDF file in the email

    Hello to everybody, I need to write an agent that send emails with PDF files in attachment. The code I wrote is the following: MimeBodyPart mbp2 = new MimeBodyPart(); mbp2.setContent(buffer,"application/pdf"); // create the Multipart and its parts to

  • 16:9 print to video - 16:9 Quicktime Export

    Sorry to bother again this those same old 16:9 questions. 1) I have my 16:9 material imported and edited (of course, I have set the configuration for PAL Anamorphotic). What happens, when I go print to video? Does FCE export true 16:9 or does it in f

  • How to access unamed components

    If I had a frame with 100 text fields which was added to the frame using the following loop. How can I access and identify individual textfields for (int i=0;i<100;i++)    someframe.add(new JTextField()); }Any help is appreciated