I see my spry accordian images in the live view but they disappear in the browser view

Here is my page code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    background: #42413C;
    margin: 0;
    padding: 0;
    color: #000;
    margin-left: 1in;
    margin-top: .5in;
    background-color: #FFFFFF;
    margin-bottom: .5in;
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
    padding: 0;
    margin: 0;
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    padding-right: 15px;
    padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
    color: #42413C;
    text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
a:visited {
    color: #6E6C64;
    text-decoration: underline;
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    text-decoration: none;
/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
    width: 1024px;
    background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
    height: 768px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
    background-color: #ADB96E;
    background-image: url(images/KADhomepage2_01.jpg);
    height: 91px;
    width: 1024px;
/* ~~ This is the layout information. ~~
1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
.content {
    background-image: url(images/KADprintport1_02.jpg);
    height: 535px;
    width: 1024px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
/* ~~ The footer ~~ */
.footer {
    background-color: #CCC49F;
    background-image: url(images/KADhomepage2_03.jpg);
    height: 103px;
    width: 1024px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
    float: left;
    margin-right: 8px;
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
#apDiv1 {
    position:absolute;
    width:644px;
    height:43px;
    z-index:1;
    left: 4.7in;
    top: 81px;
-->
</style>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<script src="/SpryAssets/SpryAccordion.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
#apDiv2 {
    position:absolute;
    width:672px;
    height:553px;
    z-index:2;
    left: -162px;
    top: 43px;
    overflow: scroll;
#apDiv3 {
    position:absolute;
    width:729px;
    height:551px;
    z-index:1;
    left: -170px;
    top: 84px;
    overflow: scroll;
#apDiv4 {
    position:absolute;
    width:680px;
    height:520px;
    z-index:2;
    left: 446px;
    top: 172px;
</style>
<link href="/SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="apDiv1">
  <ul id="MenuBar1" class="MenuBarHorizontal">
    <li><a href="index.html">HOME</strong></a>    </li>
    <li><a href="KADresume.html">RESUME</strong></a></li>
    <li><a href="KADport.html"><strong>PORTFOLIO</strong></a></li>
    <li><a href="KADprocess.html">PROCESS</a>    </li>
    <li><a href="KADcontact.html">CONTACT</strong></strong></a></li>
  </ul>
</div>
<div class="container">
  <div class="header"><!-- end .header --></div>
  <div class="content">
    <div id="apDiv4">
      <div id="Accordion1" class="Accordion" tabindex="0">
<div class="AccordionPanel">
          <div class="AccordionPanelTab">Print</div>
          <div class="AccordionPanelContent">
            <table width="669" height="441" border="0" cellpadding="5" cellspacing="5">
              <tr>
                <th width="146" height="158" align="center" scope="col"><a href="/images/Large/_5515061140.jpg" target="_blank"><img src="/images/Thumb/_5515061140.jpg" width="107" height="129" /></a></th>
                <th width="158" align="center" scope="col"><a href="/images/Large/_6374589227.jpg" target="_blank"><img src="/images/Thumb/_6374589227.jpg" width="129" height="129" /></a></th>
                <th width="145" align="center" scope="col"><a href="/images/Large/_4734055001.jpg" target="_blank"><img src="/images/Thumb/_4734055001.jpg" width="129" height="101" /></a></th>
                <th width="145" align="center" scope="col"><a href="/images/Large/_7292231722.jpg" target="_blank"><img src="/images/Thumb/_7292231722.jpg" width="129" height="103" /></a></th>
              </tr>
              <tr>
                <td height="145" align="center"><a href="/images/Large/_5593210516.jpg" target="_blank"><img src="/images/Thumb/_5593210516.jpg" width="129" height="99" /></a></td>
                <td align="center"><a href="/images/Large/_1467227833.jpg" target="_blank"><img src="/images/Thumb/_1467227833.jpg" width="129" height="103" /></a></td>
                <td align="center"><a href="/images/Large/_6554868794.jpg" target="_blank"><img src="/images/Thumb/_6554868794.jpg" width="129" height="99" /></a></td>
                <td align="center"><a href="/images/Large/_1252352166.jpg" target="_blank"><img src="/images/Thumb/_1252352166.jpg" width="129" height="79" /></a></td>
              </tr>
              <tr>
                <td align="center"><a href="/images/Large/_1771736232.jpg" target="_blank"><img src="/images/Thumb/_1771736232.jpg" width="129" height="91" /></a></td>
                <td align="center"><a href="/images/Large/_1396958091.jpg" target="_blank"><img src="/images/Thumb/_1396958091.jpg" width="129" height="99" /></a></td>
                <td align="center"><a href="/images/Large/_6955454525.jpg" target="_blank"><img src="/images/Thumb/_6955454525.jpg" width="129" height="99" /></a></td>
                <td align="center"><a href="/images/Large/_9231445618.jpg" target="_blank"><img src="/images/Thumb/_9231445618.jpg" width="86" height="129" /></a></td>
              </tr>
              <tr>
                <td align="center"><a href="/images/Large/_2121752674.jpg" target="_blank"><img src="/images/Thumb/_2121752674.jpg" width="99" height="129" /></a></td>
                <td align="center"><a href="/images/Large/_2493972603.jpg" target="_blank"><img src="/images/Thumb/_2493972603.jpg" width="129" height="83" /></a></td>
                <td align="center"><a href="/images/Large/_6370868564.jpg" target="_blank"><img src="/images/Thumb/_6370868564.jpg" width="129" height="83" /></a></td>
                <td align="center"><a href="/images/Large/_9581180847.jpg" target="_blank"><img src="/images/Thumb/_9581180847.jpg" width="129" height="99" /></a></td>
              </tr>
            </table>
          </div>
        </div>
<div class="AccordionPanel">
          <div class="AccordionPanelTab">Web</div>
          <div class="AccordionPanelContent">
            <table width="345" height="170" border="0" cellpadding="5" cellspacing="5">
              <tr>
                <th width="146" scope="col"><a href="/images/Large/_0373638936.jpg" target="_blank"><img src="/images/Thumb/_0373638936.jpg" width="129" height="96" /></a></th>
                <th width="158" scope="col"><a href="/images/Large/_3824118655.jpg" target="_blank"><img src="/images/Thumb/_3824118655.jpg" width="129" height="87" /></a></th>
              </tr>
            </table>
          </div>
        </div>
        <div class="AccordionPanel">
          <div class="AccordionPanelTab">Logo</div>
          <div class="AccordionPanelContent">
            <table width="350" border="0" cellspacing="5" cellpadding="5">
              <tr>
                <th width="146" scope="col"><a href="/images/Large/_0301530214.jpg" target="_blank"><img src="/images/Thumb/_0301530214.jpg" width="99" height="129" /></a></th>
                <th width="152" scope="col"><a href="/images/Large/_0990478412.jpg" target="_blank"><img src="/images/Thumb/_0990478412.jpg" width="129" height="129" /></a></th>
              </tr>
            </table>
          </div>
        </div>
      </div>
    </div>
    <h1> </h1>
  </div>
  <div class="footer">    <!-- end .footer --></div>
<!-- end .container --></div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
var Accordion1 = new Spry.Widget.Accordion("Accordion1");
</script>
</body>
</html>

Don't know if this helps but I also ran a validation report and this is what I got:
Validator Results
  Report date:    April 22 2012 
  Report time:    06:30:33 
Severity
File
Description
Line
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "type" not specified
127
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "type" not specified
128
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
there is no attribute "tabindex"
147
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
there is no attribute "height"
151
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "alt" not specified
153
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "alt" not specified
154
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "alt" not specified
155
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "alt" not specified
156
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "alt" not specified
159
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "alt" not specified
160
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "alt" not specified
162
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "alt" not specified
163
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "alt" not specified
166
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "alt" not specified
167
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "alt" not specified
168
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "alt" not specified
169
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "alt" not specified
172
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "alt" not specified
173
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "alt" not specified
174
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "alt" not specified
175
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "alt" not specified
185
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "alt" not specified
186
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "alt" not specified
196
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
required attribute "alt" not specified
197
Error
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
document type does not allow element "link" here
213
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
153
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
153
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "&" is the first character of a delimiter but occurred as data
153
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
153
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
153
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
154
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
154
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "&" is the first character of a delimiter but occurred as data
154
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
154
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
154
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
155
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
155
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
155
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
155
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
156
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
156
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
156
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
156
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
159
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
159
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "&" is the first character of a delimiter but occurred as data
159
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
159
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
159
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
160
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
160
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "&" is the first character of a delimiter but occurred as data
160
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
160
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
160
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
161
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
161
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
161
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
161
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
163
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
163
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
163
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
163
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
166
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
166
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
166
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
166
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
167
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
167
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
167
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
167
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
168
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
168
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
168
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
168
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
169
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
169
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
169
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
169
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
172
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
172
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
172
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
172
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
173
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
173
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "&" is the first character of a delimiter but occurred as data
173
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
173
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
173
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
174
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
174
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "&" is the first character of a delimiter but occurred as data
174
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
174
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
174
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
175
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
175
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "&" is the first character of a delimiter but occurred as data
175
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
175
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
175
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
185
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the first character of a delimiter but occurred as data
185
Warning
C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
character "<" is the f

Similar Messages

  • Why does my spry accordian look good in live view and switch back to default in safari

    i am new to dreamweaver and have started my first page-
    step one inserted a picture as a background
    step 2 inserted a spry accordian and have spent hours trying to configure it - my dreamweaver wont allow me to type any information in the design view so i worked out how to get around that in the code - so i put in the labels - changed the font
    then i got rid of any color by adding the hex value #0.0 (transparent) in the spryaccordian.css page  - which has worked really well in the live view ( and works in opera) but when i check it in safari it has reverted back to the default settings - it hasnt even kept the font settings
    i would also like to put quite a lot of information in the content panels (pictures, subscriber list, links ect, essentially whole pages) is this possible
    hoping someone can help me
    kind regards
    mandy evans

    Have a look at the following, just copy and paste into a new document in code view.
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css">
    <style>
    html {
        background-color: #FF9;
    body {
        width: 960px;
        margin: auto;
    .Accordion {
        font: 14px "Comic Sans MS", cursive;
        color: #090;
    .AccordionPanelTab,
    .AccordionPanelOpen .AccordionPanelTab,
    .AccordionFocused .AccordionPanelTab,
    .AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
        background-color: transparent;
    </style>
    </head>
    <body>
    <div id="Accordion1" class="Accordion" tabindex="0">
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Label 1</div>
        <div class="AccordionPanelContent">Content 1</div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Label 2</div>
        <div class="AccordionPanelContent">Content 2</div>
      </div>
    </div>
    <script type="text/javascript">
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    </script>
    </body>
    </html>
    Gramps

  • The RAW setting in Bridge is not working. When I open Bridge I can see only icons, no images. The RA

    The RAW setting in Bridge is not working. When I open Bridge I can see only icons, no images. The RAW tool icon is grey, not active. I am going on a trip Tomorrow and I need Bridge to be working. It was working earlier.

    I never notied that icon before, and I've been using Bridge for 7 years.
    Usually, when you have no image previews for raw files, this means that your Camera Raw plug-in is older than your camera. People always come across this problem when they use a new camera with older software.
    To be sure, we need to know which camera you are using, and which version of Camera Raw. To save typing this out for the three-thousandth time, please follow this page which I wrote earlier:
    http://yphotography.co.uk/articles/get-adobe-camera-raw-acr-open-photos/
    This covers the subject, which is by far the most commonly asked question about opening raw files by a country mile.
    If everything checks out fine, let us know. If not, give us more information and we may be able to fix this for you.
    PS. Please just open one discussion per problem. There are three threads on this now. It makes it difficult to follow.

  • My 8530 does not display images in the browser

    My bb 8530 a few weeks ago suddenly stopped displaying images in the browser. Browser options are set to "display images". I've power cycled many times, even reset and wiped, but still no images in browser. How can I fix this? Thanks.

    hi i have noticed the same problem. also with Chrome and FP ver 11.5.31.2and Firefox and Safari with FP 11.5.502.110
    it seems that MovieClipLoader class not returning onLoadInit event. I use to add a fadein function on loadInit to fade in the loaded images. with the latest Flash PLayer versions this is not activated so you cannot see the loaded images.
    I have tested this on 3 different systems and the problem is the same. I have not updated my FP for IE. There, the older FP still works well.
    test systems
    Mac OS LionSafari and FP 11.5.502.110 --- DOES NOT WORK WELL
    Windows 7 64 bit
    chrome 23.0.1271.95 with FP 11.5.31.2  - DOES NOT WORK WELL
    Firefox 16.02 with FP 11.5.502.110  - DOES NOT WORK WELL
    IE 9 with FP version 11.4.402.287  - WORKS
    Windows XP SP3
    Firefox 16.02 with FP 11.5.502.110 - DOES NOT WORK WELL
    IE 8 wth FP 11.4.402.287  - WORKS
    chrome 23.0.1271.95 with FP 11.5.31.2  - DOES NOT WORK WELL

  • How do I hide the stacks badge overlays on images in the browser?

    In View > Metadata Display > Show metadata    is off, but the badge (with the number in the stack) is still visible.

    On
    http://documentation.apple.com/en/aperture/usermanual/index.html#chapter=11%26se ction=9%26tasks=true
    is explained how to show them;
    To display badge overlays on images in the Browser in grid view 
    Do one of the following:The Browser & Viewer Metadata dialog appears.
    Choose View > Metadata Display > Customize (or press Command-J).
    In the tool strip, choose Edit from the Metadata Overlays pop-up menu.
    Choose a Browser Grid View metadata overlay view from the View pop-up menu.
    In the Metadata Fields column, click the Aperture disclosure triangle to reveal the metadata fields below it, then select the Badges checkbox.
    Click OK.
    Make sure both Show Metadata and the metadata overlay view you just modified are selected for the Browser in the Metadata Overlays pop-up menu in the tool strip.
    Badge overlays are now visible in the Browser.
    You can turn off the display of badge overlays in the Browser by turning off the display of metadata. For more information, see Turning the Display of Metadata On or Off.
    But I don't understand;      In the tool strip, choose Edit from the Metadata Overlays pop-up menu.

  • Safari will no longer load any images in the browser. What could be the problem?

    In the last couple of months safari will no longer load any type of image in the browser. All the text loads fine and the layout is correct but everywhere there should be a picture of any sort is blank. what can I do to fix this?

    - See:    
    iPod touch: Hardware troubleshooting
    iPhone and iPod touch: Charging the battery
    - Try another cable. The cable for 5G iPod (lightning connector) seems to be more prone to failure than the older cable.
    - If a 5G iPod      
    Iphone 5 lightning port charging problem - SOLUTION!
    - Try another charging source
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar

  • How to upload the image and diplay the image in the browser using jsp

    How to upload the image and diplay the image in the browser using jsp
    thanks
    shan

    i'll suggest looking for sample code or tutorial with a relevant query in google, which as far more time than us to answer this type of reccurent question

  • Why can't I drag and drop images from the browser into other programs?

    Ever since I upgraded to Firefox 4 (even after I upgraded again to Firefox 5) I have been unable to drag images from the browser into other programs, including MS Paint and IcoFx. I receive an error message stating that the file (the address given lists it as being located in the temporary files folder) cannot be found.
    Prior to this I had always been able to conveniently drag and drop images for easy editing without having to save first and then open them. This feature is important to me, as I work with graphics very often, and is still available in Chrome and Internet Explorer. I love Firefox though, and hope that there is something I can do to fix the problem.

    I had this problem on Windows 8.1.1 and iTunes 11.2.2.3
    To resolve it from within Itunes I did :  Edit, Preferences, Sharing.
    I took the tick out of "Share my library on my local network"
    Click OK.
    Closed iTunes/
    Reopened iTunes and I can drag and drop.
    I went back into Edit, Preferences, Sharing and put the tick back and clicked OK.
    Works fine now.

  • How can I draw an image in the browser using mouse

    I have to draw an image in the browser and have to store a file in the server and I don't know how can I do it. Is there anybody who konw it.

    Components other than applets cannot be downloaded into client machines
    unleess There is a Java Web Start kind of Mechanism present on client and the server also supports
    this .Hence your application is between Applet ---Xdownloadable ApplicationXX ---- traditinal Application

  • I see my photos but they disappear, I think is a internal problem, I use Macbook pro retina, and the las version 9.5.1

    I can see my photos but they disappear, I think is a internal software problem, Iphoto version is 9.5.1

    Back up your iPhoto library, Depress and hold the option (alt) and command keys and launch iPhoto - rebuild your iPhoto library database
    LN

  • Dragging a large still image from the browser into the viewer crashes FCP

    Okay, I've not seen this problem until just a couple days ago but was wondering if it was just me or if everyone has this problem? I've found a work-around, but let me explain the problem first.
    I'm creating a growing up photo montage. I scanned all of the pictures myself at 300 dpi (as I've always done in the past) and saved them as TIF files. Some pictures as relatively small, i.e. 3.5 mb is size and do just fine, but it appears anytime I drop a picture into the viewer in preparation for the the timeline, it will crash FCP if the image file is any larger than about 5 or 5.5 MB. Now I know there is a limit on the resolution of a still and it shouldn't be any larger than 4000 pixels in either direction, but that is not my problem, the problem appears to occur with large files. I've used large still files before in past projects without any problem, so this is why I'm stumped. I've went as far as trashing my preferences, but that didn't change anything. I've even tested a still image from a past project that was something around 9 MB (or was it 19 mb?) in any case, it also crashed FCP but... I've used that picture before in past projects without any problem. I even created a new test project just in case my project file itself had a problem.
    My work-around is to simply drop the still image from the browser directly into the timeline, thus bypassing the viewer. This works every time without a hitch. I can even double-click on the still now setting in the timeline to load it into the viewer so I can add effects or keyframes or whatever without any problems (thank goodness). So, has anyone else experienced this problem or is it just me?

    Is this image saved in a colorspace mode that is anything other than RGB?
    CMYK & Grayscale images will cause problems.
    Some light reading regarding your choice of 300 dpi: http://www.scantips.com/no72dpi.html
    Unless you plan on panning and zooming your images, the best procedure is to use one of the video preset templates in Photoshop and paste your content into it. Scale and position using the Transform controls. For best results save as a TIFF without compression. Don't forget, always in RGB colorspace.

  • Spry guru needed! Spry accordian works in ie, safari, chrome but not firefox. Rookie needs help!

    Hey guys,
    Spry accordian works in every other browser apart from firefox. Clearly I have done something stupid - anyone care to help me out?
    URL is :
    http://www.recruitercritic.com/bcrwd.htm
    Thanks!
    jono

    G'day Mate,
    Just remember the structure for a SpryAccordion.
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Label 1</div>
        <div class="AccordionPanelContent">Content 1</div>
      </div>
    In your case have a look at
        <div class="AccordionPanel">
          <div class="AccordionPanelTab"><img src="http://www.recruitercritic.com/rwdffbox.png" width="425" height="110" border="0" /></div>
          <div class="style21">
            <p align="justify" class="style7"><strong>Flight Centre are committed to providing great travel at the cheapest available price. Their highly trained experts are dedicated to finding the best travel deal for any destination and budget. </strong></p>
            <p align="justify" class="style18"><strong><span class="style7">Simply use RecruiterCritic to find, compare and engage a recruiter or search professional and fill your job vacancy and RecruiterCritic  will send you a $1,000 gift voucher as our thanks for you to use for staff travel or as a staff incentive.</span> <a href="Freqflyer.htm">More info</a><a href="Freqflyer.htm"></a></strong></p>
            <p align="justify" class="style18"> </p>
          </div></div>
    All you need to do is add the highlighted class
    <div class="AccordionPanelContent style21">
    Carn the Pies

  • I see a distortion icon image in Windows 8.1 but not in windows 8

    I saw distorted icon image in windows 8.1 but not in Windows 8. This bug doesn't affect Windows 8.1 functionality but causes some icons to look ugly, distorted, fuzzy.This bug can be seen in "Delete confirmation dialog box". The
    folder icon in delete confirmation dialog box will look distorted and ugly. Black edges will appear around the icon and the icon will not look correct.The same thing also happens in "Send To" menu.
    Also heard that this bug is not related to graphics card driver or any other thing.
    Hope windows will take necessary actions to solve this bug as soon as possible so that users like us can be satisfied with the new windows 8.1.

    Try running SFC scan. Refer the following link for more information:
    http://support.microsoft.com/kb/929833/en-us
    Balaji Kundalam

  • Dragging images in the browser

    I'm grouping images in a project into stacks but not all the images for some stacks are conveniently displayed near each other. If I have to scroll to an image then try and drag it to the stack but to get to the stack requires scrolling the browser window I can't scroll while dragging a thumbnail and the browser doesn't auto-scroll when you get near the top or bottom of the window e.g. like Finder does when you drag a file.
    Hope I've explained that clearly?
    How do you achieve this? The only way I've found is to drag the thumbnail to the bottom of the window, drop it, scroll so it's now at the top, drag it to the bottom, repeat until I get to the stack which isn't really satisfactory as it takes ages.

    sizzling badger wrote:
    You can also just select the images you require using the command key and then create stack.
    Hi, yes I know you can do that to create a stack, but the only way I can find to add another image to an existing stack is to drag 'n' drop it on the stack - can't find a command like Add To Stack, but I guess there must be another way?

  • Retrieving a image on The browser for display

    I have a Tomcat-Server running on a Win NT platform . It houses Oracle 8. We are making a JSP application which will take an image file from the Hard disk and put it into the ORacle database .
    We are able to put the image in the database and also retrieve it from the database . But for retrieving we have to download it into a temporary file and then view it over the browser .
    I was just thinking if it is possible for JSP to get the image from the database and show it in the browser without actually storing it in a temporary location .
    Please help Me
    DP

    One possiblity:
    <%@ page contentType="text/html;charset=WINDOWS-1252"%>
    <HTML>
    <HEAD>
    <TITLE>TEST</TITLE>
    </HEAD>
    <BODY>
    TEST TEST
    <BR>
    <IMG SRC="http://localhost/forum/forum.ShowBlob?id=34" alt="plaatje">
    <BR>
    PLAATJE
    </BODY>
    </HTML>
    ShowBlob is a class which retrieves the image out of DB.
    Regards
    Martin

Maybe you are looking for