Having some problems with links

OK, I've used this way of doing this for a while, but recently I started having trouble with getting this to work.
I have a site with a link to the organization's current newsletter.  I have a "previous page" link so that you can go back to the page you came from in the main site.  The newsletter opens up in it's own blank page.  This link no longer works and I have no idea why.
This is the code that is supposed to make this link work:  <a href="javascript:history.go(-1);">Previous Page</a>
The second part of the problem involves the left sidebar links which are named achor links for within the newsletter page.  In the newsletter there are usually Program Recap articles which usually include a link to a separate page of event photos.  The page has the same sidebar links to the named anchors.  I used to be able to have these go back to the newsletter page to that named anchor.  But now I can't seem to make them work.
What I've done in the past is to link back to the newsletter and at the end of this link to the page add the named anchor link like this:
1112Visions_Iss1.html/#prezmessage
Sometimes this works and sometimes not.  The problems don't end there.  Some of these links render the newsletter page with the photos some of the links go to a page that doesn't show the links.  At this point I have re-done all of the links, I have rebooted both Dreamweaver and Firefox and it just keeps doing the same thing.  I'm just baffled by this.
I'll post the code for both pages in the hopes that someone can tell me what is not right and how to make this work.
Here is the code for the newsletter's main page:
<!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>NEOHFMA Visions Newsletter - 2010-2011 Issue 3</title>
<style type="text/css">
<!--
body  {
    background: #666666;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
.thrColFixHdr #container {
    width: 900px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
    background-color: #FFFFFF;
    background-image: url(../images/backgroundnl.jpg);
    background-repeat: repeat-y;
.thrColFixHdr #header {
    background: #00568F;
    padding: 0 10px 0 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    text-align: right;
.thrColFixHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    font-size: 14px;
    color: #4282AC;
.thrColFixHdr #sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
    background-color: #F90;
    height: auto;
h3 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000;
.thrColFixHdr #sidebar2 {
    float: right; /* since this element is floated, a width must be given */
    width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    background: #B5D5FF; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 15px 10px 10px 15px; /* padding keeps the content of the div away from the edges */
    height: auto;
.sidbar1_links {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #036;
    height: auto;
.thrColFixHdr #mainContent {
    margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
    padding: 0 40px 0 5px;
    text-align: left;
.thrColFixHdr #footer {
    padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#003366;
.thrColFixHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    color: #FFF;
.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;
    margin-top: 8px;
    margin-bottom: 8px;
.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
.issue {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
.date {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    font-style: italic;
    color: #FFF;
    text-decoration: none;
.thrColFixHdr #container #header table {
    font-size: 12px;
body,td,th {
.visions {
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 80px;
    line-height: 80px;
    font-family: "Arial Black", Gadget, sans-serif;
.mastlineone {
    font-weight: normal;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
a:link {
    color: #03F;
    text-decoration: none;
a:visited {
    text-decoration: none;
    color: #009;
a:hover {
    text-decoration: underline;
a:active {
    text-decoration: none;
.style28 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px; float: none; margin-right: 5px; }
.style39 {color: #000000; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;}
-->
</style><!--[if IE 5]>
<style type="text/css">
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 190px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]--></head>
<body class="thrColFixHdr">
<div id="container">
  <div id="header">
<!-- end #header -->
  <table width="870" border="0" cellspacing="2" cellpadding="0">
    <tr>
      <td width="670" rowspan="3" align="left" valign="top"><h1 class="sidbar1_links"><span class="mastlineone"><a name="top" id="top"></a>Northeast Ohio Chapter HFMA</span><br />
        <span class="visions">Visions</span></h1></td>
      <td width="194" height="15"> </td>
    </tr>
    <tr>
      <td align="right"><p class="issue">2011 - 2012 Issue 1</p></td>
    </tr>
    <tr>
      <td height="34" align="right" valign="top" class="date">July 30, 2011</td>
    </tr>
  </table>
  </div>
  <div id="sidebar1">
  <h3>In this Issue:</h3>
    <table width="150" border="0" align="left" cellpadding="5" cellspacing="0" class="sidbar1_links">
      <tr>
        <td align="left" valign="top"><a href="#prezmessage" target="_self">[President's Message]</a></td>
      </tr>
      <tr>
        <td align="left" valign="top"><a href="#spotlight" target="_self">[New Members Spotlight]</a></td>
      </tr>
      <tr>
        <td><a href="#newmembers" target="_self">[New Members]</a></td>
      </tr>
      <tr>
        <td><a href="#welcomeback" target="_self">[Welcome Back]</a></td>
      </tr>
      <tr>
        <td><a href="#certification" target="_self">[HFMA Certification]</a></td>
      </tr>
      <tr>
        <td><a href="#recaps" target="_self">[Program Recaps]</a></td>
      </tr>
      <tr>
        <td><a href="#savethedate" target="_self">[Save the Date]</a></td>
      </tr>
      <tr>
        <td><a href="#kudos" target="_self">[Kudos]</a></td>
      </tr>
      <tr>
        <td><a href="#edarticles" target="_self">[Educational Articles]</a></td>
      </tr>
      <tr>
        <td><a href="#sponsorscorner" target="_self">[Sponsor's Corner]</a></td>
      </tr>
      <tr>
        <td><a href="#membershipdirectory" target="_self">HFMA's Online Membership Directory</a></td>
      </tr>
      <tr>
        <td><a href="#puzzle" target="_self">[Puzzle]</a></td>
      </tr>
      <tr>
        <td><a href="../newsletter_archive.html" target="_self">[Newsletter Archive]</a></td>
      </tr>
      <tr>
        <td> </td>
      </tr>
    </table>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
    <p class="sidbar1_links"> </p>
</div>
  <div id="sidebar2">
    <h3><a href="javascript:history.go(-1);">Previous Page</a></h3>
    <h3>Our Corporate Sponsors</h3>
    <p>We gratefully acknowledge the commitment of our Corporate Sponsors who assist in the funding of the Chapter's programs and activities</p>
    <p><strong>President's Club</strong><br />
    FirstCredit International<br />
    Healthcare Resolutons Svcs    <br />
      Human Arc Corp.<br />
    <br />
      <strong>Platinum Club</strong><br />
      Alta Partners LLC<br />
      Fenner Corp      <br />
      Joseph R Harrison Co., LPA <br />
      JP Recovery Services<br />
      Plant &amp; Moran      <br />
      RSM McGladrey<br />
      <strong><br />
      Gold Club</strong><br />
      CBE Group<br />
      KPMG, LLP      <br />
    </p>
    <p><strong>Silver Club</strong><br />
      The ROI Companies</p>
    <p><strong>Bronze Club</strong><br />
      BKD<br />
      Bruner Cox, LLP<br />
      Calfee, Halter &amp; Griswold LLP<br />
      Head Mercantile      <br />
      MediQuant, Inc.      <br />
      Quadax, Inc.<br />
      UCB, Inc.<br />
    Wise Management Services Inc.</p>
    <hr />
    <p><strong>2010-2011<br />
      HFMA Northeast Ohio<br />
    Chapter Officers</strong></p>
    <p><strong>President</strong><br />
    Susan R. Flaherty, CPA</p>
    <p><strong>President-Elect</strong><br />
    Diane Lilko, CPA</p>
    <p><strong>Vice President</strong><br />
    Lisa Hilling</p>
    <p><strong>Chapter Secretary/Treasurer</strong><br />
    Geoffrey A. Himes, FHFMA, MBA </p>
    <p><strong>Chairman</strong><br />
    Michael J. Manfull</p>
    <p><strong>Chapter Coordinator</strong><br />
    Kathleen A. Much</p>
    <p><strong>Board of Directors</strong><br />
      Charles R. Alderson<br />
      Carl S. Ebner, CPA<br />
      Stanley Kasmarcak, CPA     <br />
      Holly M. Pelaia<br />
      Adam Schweikert<br />
    Suzanne M. Tschetter, CPA</p>
    <p><br />
      <em>Visit HFMA National at:</em><br />
      <strong><a href="http://www.hfma.org" target="_blank">www.hfma.org</a></strong></p>
    <p><em>Visit HFMA Northeast Ohio at:</em><br />
    <a href="http://www.neohfma.org" target="_blank"><strong>www.neohfma.org</strong></a><strong></strong></p>
    <hr />
    <p><strong>2011 GHALI Sponsors</strong></p>
    <p><strong>Booth Sponsors:<br />
    </strong>Human Arc <br />
    JP Recovery Services, Inc. Joseph R. Harrison Co., LPA First Credit Inc. (FCI)/RevCare Meridian Leasing Corporation McGladrey <br />
    Sakal / CAI <br />
    The ROI Companies</p>
    <p><strong>Golf Hole Sponsors:</strong><br />
      Human Arc<br />
      First Credit Inc. (FCI)/RevCare<br />
      McGladrey<br />
      National Enterprise<br />
    The ROI Companies</p>
    <p><strong>Other Categories: <br />
      </strong><em>Wine Tasting:</em> <br />
        JP Recovery Services, Inc. <br />
      <em>Wednesday Breakfast</em>: <br />
        National Enterprise <br />
      <em>Wednesday Lunch</em>:<br />
Joseph R. Harrison Co., LPA<br />
      <em>Thursday Breakfast:</em> <br />
        Quadax, Inc. <br />
      <em>Thursday Keynote Speaker:</em> <br />
        Bruner-Cox LLP <br />
      <em>Thursday Keynote Speaker:</em>  <br /> 
         BKD, LLP <br />
      <em>Thursday Lunch:</em> <br />
         Human Arc <br />
    </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><a href="#top" target="_self">Back to Top</a></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><a href="#top" target="_self">Back to Top</a></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><a href="#top" target="_self">Back to Top</a></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><a href="#top" target="_self">Back to Top</a></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><a href="#top" target="_self">Back to Top</a></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><a href="#top" target="_self">Back to Top</a></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><a href="#top" target="_self">Back to Top</a></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><a href="#top" target="_self">Back to Top</a><a href="#top" target="_self"><br />
  </a>
  <!-- end #sidebar2 -->
</p>
</div>
  <div id="mainContent">
    <h2> <a name="prezmessage" id="prezmessage"></a>President&#8217;s Message</h2>
    <p><strong><img src="../images/Susan-Flaherty-photo.jpg" alt="Susan Flaherty" width="145" height="159" class="fltlft" />Dear Fellow HFMA Members,</strong></p>
    <p>Welcome to the 2011-2012 HFMA fiscal year. Thank you for your continued membership and support of HFMA.  I look forward to working with the members, the board of directors, and officers during the upcoming year to continue the success of the Northeast Ohio Chapter.  </p>
    <p>Speaking of success – I attended the HFMA Annual National Institute in June 2011 and was proud to be from the Northeast Ohio Chapter. Our Chapter won three awards – Gold Award for Membership Growth and Retention, Hottum Award for Education Performance Improvement, and a Yerger Special <img src="../images/Manfull_ANI_DSC_0027.jpg" width="200" height="200" align="top" class="fltrt" />Recognition Award for the February 2011 Patient Financial Services Program.  In addition, the Northeast Ohio Chapter had two of the three winners of the National HFMA Future Financial Leaders Award. The award recognizes those future leaders who provide innovative and exemplary performance resulting in organizational performance improvement. Congratulations to Jill Barber and Kelly Linson from Southwest Community Health System for receiving this award. Finally, as many of you know, National HFMA has performance targets relating to education, membership, certification, financial strength, and other matters for all chapters. Our Chapter achieved 100% during this last fiscal year in meeting these targets. While it is important to celebrate our past successes, I and the other chapter leaders realize that we are taking on a big responsibility to maintain this level of excellence. We will need the continued support and participation of the membership to ensure we continue to achieve this level of success.</p>
    <p>As part of planning for the upcoming year, the Chapter officers had the opportunity to meet the National HFMA Chair, Gregory M. Adams, FHFMA. His theme for the fiscal year is “Believe to Achieve.” Following is an excerpt of his comments and explanation of the theme. In health care today, it sometimes seems like we are being asked to do the impossible. The industry is preparing for an influx of millions of newly insured patients in a reform environment where payments are shrinking and expectations around quality are growing. &quot;Believe to Achieve&quot; encompasses the keys to success in this new environment. It reflects the need to believe in your organization's mission and in others who share your dedication to achieving that mission. It means believing in yourself and in your ability to step out of your comfort zone into the new roles and responsibilities required to succeed in the reform era. Last but not least, it means believing in the possibility of a better future. In health care, there have always been naysayers who believe that the problems of the day are just too difficult to overcome. Their voices have been particularly loud, of late. But you can choose to believe that a better future is within reach, and to dedicate your professional life to making that happen. You can only achieve what you believe. </p>
    <p>Finally, I want to thank all of you who volunteered your time to Chapter activities over the past year. The fact that you chose to devote part of your time to HFMA indicates the value you perceive in your membership. The strength of any chapter lies in its volunteers. I hope you are able to attend the annual volunteer appreciation outing on August 31, 2011 to celebrate the successes of our Chapter, hear presentations on relevant industry topics, and enjoy a networking round of golf or visit to the spa. We are always looking for members to get involved and continue the long tradition of volunteer service that has been a hallmark of our Chapter for many years. Please don't hesitate to contact me, one of the other Chapter officers or directors, or a committee chair if you are interested in volunteering. </p>
I look forward to a great year and hope to see you at an upcoming HFMA event.
<p>Sincerely,</p>
<p>Susan Flaherty<br />
  President<br />
  Northeast Ohio Chapter of HFMA    </p>
<hr />
    <h2><a name="spotlight" id="spotlight"></a>New Members Spotlight - Welcome to NEOHFMA!
    </h2>
    <p>A closer look at some of the newest members to the Northeast Ohio Chapter of HFMA.<br />
      <br />
      <strong>Joe Farago</strong><br />
      Human Arc<br />
      </p>
    <blockquote>
      <p><strong>Getting to Know You Questions:</strong><br />
        <em>What do you like most about working in healthcare?</em><br />
        I enjoy the opportunities that the ever-changing world of healthcare provides. Finding and implementing unique solutions for providers is rewarding. </p>
<p><em>Where did you go to college?</em><br />
  Mount Union</p>
<p><em>What activities do you enjoy outside of work?</em><br />
  Sports. Coaching. Landscaping. Construction.</p>
<p><em>What is your favorite restaurant in Northeast Ohio?</em><br />
  Blue Pointe</p>
      <p><em>Where did you grow up?</em><br />
      Wellington, OH</p>
</blockquote>
    <p><strong>Pam Dunlap<br />
    </strong>Apple Growth Partners<br />
    </p>
    <blockquote>
      <p><strong>Getting to Know You Questions:</strong><br />
        <em>What is the biggest challenge you face in your position?</em><br />
        The biggest challenge in my profession is the sheer volume of changes in regulations, advising my clients on the interpretation of those impacts and advising on cost effective ways of product delivery.</p>
      <p><em>What activities do you enjoy outside of work?<br />
      </em>I am the Treasurer of a Toastmasters Club which helps educate and empower people to overcome their fears of public speaking.  I am also actively involved in my church and in fundraising committees in my local community.</p>
<p><em>Favorite Sport or Sports Team?  <br />
</em>Soccer, basketball, competitive cheerleading and track; I love to watch and support whatever sport my kids are competing in.</p>
<p><em>Team Edward or Team Jacob?</em>  <br />
  Team Edward because the life size cutout of Jacob in my teenage daughter’s room often catches me off guard like there is a stranger in the house!</p>
      <p><em>What was the last book you read?<br />
      </em><em>Talent is Never Enough</em> by John Maxwell and <em>Outliers</em> by Malcolm Gladwell.</p>
</blockquote>
    <p><strong>Lora Holman<br />
    </strong>MASH, Inc. (The Medical Advocacy Services for Healthcare, Inc.)    <strong>   </strong></p>
    <blockquote>
      <p><strong>Getting to Know You Questions:</strong><br />
        <em>Why did you decide to get involved in HFMA?</em><br />
        The MASH Program (Medical Advocacy Services for Healthcare, Inc.) has been in business for 23 years and we’ve always been big supporters of HFMA throughout the U.S.</p>
<p><em>Favorite Sport or Sports Team? <br />
</em>The Brownies and the Green Bay Packers</p>
<p><em>Tell us the most intriguing thing about yourself?</em><br />
  I really want to be a drummer in a rock band.</p>
<p><em>Where is your favorite vacation spot?</em><br />
  Kelley’s Island</p>
<p><em>What was your first job?<br />
</em>Horse trail guide at Rocky River Stables.</p>
</blockquote>
    <p><strong>Pete Halloran<br />
    </strong>University Hospitals    <strong>   </strong></p>
    <blockquote>
      <p><strong>Getting to Know You Questions:</strong><br />
        <em>What do you like most about working in healthcare?</em>  <br />
      There will always be challenges and opportunities to learn something new. </p>
<p><em>Where did you go to college? <br />
</em>University of Dayton-Undergrad, Cleveland State University-MBA</p>
<p><em>What is your favorite vacation spot?</em><br />
  Hilton Head</p>
      <p><em>Where did you grow up?</em><br />
      Cleveland Heights</p>
<p><em>What was your first job?<br />
</em>Healthcare Consulting at Ernst &amp; Young LLP</p>
</blockquote>
    <hr />
    <h2><a name="newmembers" id="newmembers"></a>New Members - Welcome to NEOHFMA!</h2>
    <p>Please welcome our newest members to the Northeast Ohio Chapter of HFMA. Look for them at our next meeting and welcome them to our organization.</p>
    <table width="439" border="0" cellpadding="2" cellspacing="0">
      <tr>
        <td width="213" align="left" valign="top" nowrap="nowrap"><p><strong>Flora L. Skiba</strong> <br />
MetroHealth Systems </p></td>
        <td width="205" align="left" valign="top" nowrap="nowrap"><p><strong>Stacie Warner</strong> <br />
Summa Health Network </p></td>
      </tr>
      <tr>
        <td align="left" valign="top" nowrap="nowrap"><p><strong>Edward Hills</strong> <br />
MetroHealth Systems </p></td>
        <td align="left" valign="top" nowrap="nowrap"><p><strong>Lora Holman</strong> <br />
MASH, Inc. </p></td>
      </tr>
      <tr>
        <td align="left" valign="top" nowrap="nowrap"><p><strong>Peter T Halloran</strong> <br />
University Hospitals of Cleveland </p></td>
        <td align="left" valign="top" nowrap="nowrap"><p><strong>Hillard C Meade</strong> <br />
Aberdeen Consulting Group </p></td>
      </tr>
      <tr>
        <td align="left" valign="top" nowrap="nowrap"><p><strong>Pamela Dunlap</strong></p></td>
        <td align="left" valign="top" nowrap="nowrap"><p><strong>Dreena L Wobrak</strong> <br />
University Hospitals </p></td>
      </tr>
      <tr>
        <td align="left" valign="top" nowrap="nowrap"><p><strong>William Adams</strong></p></td>
        <td align="left" valign="top" nowrap="nowrap"><p><strong>Joe Farago</strong> <br />
Human Arc </p></td>
      </tr>
      <tr>
        <td align="left" valign="top" nowrap="nowrap"><p><strong>Kathy Sindledecker</strong> <br />
Humility of Mary Health Partners </p></td>
        <td align="left" valign="top" nowrap="nowrap"><p><strong>James E Favazzo, Jr.</strong> <br />
Fidelity National Collections </p></td>
      </tr>
      <tr>
        <td align="left" valign="top" nowrap="nowrap"><p><strong>Jennifer M Matota</strong> <br />
KeyBank </p></td>
        <td align="left" valign="top" nowrap="nowrap"><p><strong>Tracey Sapp-Jones</strong> <br />
Key Bank </p></td>
      </tr>
      <tr>
        <td align="left" valign="top" nowrap="nowrap"><p><strong>Alexander C. Pratt</strong> <br />
PTS Physicians, LLC </p></td>
        <td align="left" valign="top" nowrap="nowrap"><p><strong>Kristen Miday</strong> <br />
Aultman Health Foundation </p></td>
      </tr>
      <tr>
        <td align="left" valign="top" nowrap="nowrap"><p><strong>Bruce Giambattista</strong> <br />
        The Hope Center for Cancer Care </p></td>
        <td align="left" valign="top" nowrap="nowrap"><p><strong>Kathy Segatta</strong> <br />
        Hospice of Medina County </p></td>
      </tr>
      <tr>
        <td align="left" valign="top" nowrap="nowrap"><p><strong>Christina McCrossin</strong> <br />
        NPCS </p></td>
        <td align="left" valign="top" nowrap="nowrap"><p><strong>Ann Marie Riley</strong> <br />
        AlterCare of OH </p></td>
      </tr>
      <tr>
        <td align="left" valign="top" nowrap="nowrap"><p><strong>Angela L Capretto<br />
        </strong>Cleveland Clinic Health Systems</p></td>
        <td align="left" valign="top" nowrap="nowrap"><p><strong>Cully L. Chapman</strong> <br />
        Community Health Systems </p></td>
      </tr>
      <tr>
        <td colspan="2" align="left" valign="top"><a href="#top" target="_self">Back to Top </a></td>
      </tr>
    </table>
    <hr />
    <h2><strong><a name="welcomeback" id="welcomeback"></a>Welcome Back!</strong>
    </h2>
    <p>HFMA Members that have reinstated their Membership</p>
    <table width="456" border="0" cellspacing="0" cellpadding="2">
      <tr>
        <td width="235" align="left" valign="top"><p><strong>Joseph E. Varga</strong> <br />
MetroHealth Medical Center </p></td>
        <td width="213" align="left" valign="top"><p><strong>Jason A. Kopczak</strong> <br />
MetroHealth System </p></td>
      </tr>
      <tr>
        <td align="left" valign="top"><p><strong>James J. Feldkircher, Jr.</strong> <br />
University Hospitals Health System </p></td>
        <td align="left" valign="top"><p><strong>Karen A Benjamin</strong> <br />
Ohio Permanente Medical Group </p></td>
      </tr>
      <tr>
        <td align="left" valign="top"><p><strong>Dan Tadiello</strong> <br />
University Hospitals Case Medical Center </p></td>
        <td align="left" valign="top"><p><strong>Matthew Kemmann</strong> <br />
University Hospitals of Cleveland </p></td>
      </tr>
      <tr>
        <td align="left" valign="top"><p><strong>Jeffrey Ravas</strong> <br />
Cleveland Clinic </p></td>
        <td align="left" valign="top"><p><strong>Jason P. Gerdes</strong> <br />
Phillips Medical Capital </p></td>
      </tr>
      <tr>
        <td align="left" valign="top"><p><strong>Lisa Scalet-Longworth</strong><br />
Cleveland Clinic Foundation</p></td>
        <td align="left" valign="top"><p><strong>Christopher M. Clinton<br />
        </strong>Cleveland Clinic</p></td>
      </tr>
    </table>
    <hr />
    <h2><strong><a name="certification" id="certification"></a>CHFP Assistance Program</strong></h2>
<p>The North East Ohio Chapter (NEOC) of the Healthcare Financial Management Association (HFMA) continues to encourage members to pursue and achieve certification as a Certified Healthcare Financial Professional (CHFP).  </p>
<p>Many members who successfully pass the exam are eligible for reimbursement from their employers for some portion of the examination fee and/or on-line study material fee. To encourage and assist those members for whom employer reimbursement is not available, the Chapter offers a limited financial award program through the Chair of the Certification Committee. <br />
  <br />
  <strong>Current CHFP Award Program</strong> <br />
  Effective June 1, 2011, the NEO HFMA Chapter Board has approved annual funding for a maximum of 5 awards of $200.00 each for successful completion of the CHFP exam.  NEO HFMA members who have successfully completed the CHFP exam on or after June 1, 2011 and who will NOT be reimbursed by their employer for any portion of either the examination fee and/or the online study material fee are eligible to apply.  Chapter awards will be issued to the first 5 approved applications.</p>
<p><strong>Reimbursement Application Procedure </strong> <br />
  Upon successful completion of the CHFP exam, a member who will NOT be reimbursed by their employer for any portion of either the examination fee or the on-line study materials may complete and submit an NEO HFMA expense form in application for a financial award.<em>  </em>A copy of the exam result e-mail notification and a release authorizing HFMA National to confirm that the member has passed the exam is required. Application for the award must be made within 8 weeks of receiving exam results. The funds allocated to members will be reviewed annually and is subject to change at the discretion of the Chapter board. </p>
<hr />
<h2><strong><a name="recaps" id="recaps"></a></strong>Program Recaps</h2>
    <h3><strong>2011 GHALI</strong></h3>
    <p><span class="style24">by </span>Lisa Hilling    <span class="style24"><br />
      </span></p>
    <p>The 2011 GHALI was held at the Glenmoor Country Club in Canton, Ohio. This historic and tradition filled site, initally started as a seminary high school for boys preparing for the priesthood.  In addition, this classic gothic building was built during the years 1930-1931 with the first class starting in late October of 1931. The building contains approximately 167,000 square feet. The Wolstein family purchased the 381 acres of land and building in 1989 that many considered to be one of the most desirable tracts in Stark County.  After two years of renovation, the spa portion of the club opened in December of 1991. On July 1, 1992 Jack Nicklaus took part in the gala celebration which opened the golf course. The Grand Opening of the Clubhouse in September of 1992 followed.<br />
      <br />
      Our theme for this year’s event was “Entering the Era of Accountability”.  As a result, the conference included educational sessions led by healthcare industry leaders and a variety of pertinent topics. Highlights included a panel discussion, “How Organizations Develop Vendor Relationships” for which there was standing room only attendance as well as sessions led by prominent professors, politicians and other professionals. Attendees were given opportunities to research products and services present at the vendor booths during vendor fair times and throughout the 2 ½ days. In keeping with tradition, the networking opportunities were abundant, starting out with Wednesday’s always very popular casino night. Thursday’s networking events included your choice of an 18 hole golf scramble, a visit to “The Spa at Glenmoor” or a enjoyable wine tasting event followed by an evening banquet which enable our attendee to sample more of Glenmoor’s fine cuisine. We concluded that evenings events with music, Texas Hold-em and “minute to win-it” activities, as well as entertaining karaoke by our members. <br />
      <br />
    Special thanks to everyone who participated on the GHALI Planning Committee for a job well done. The planning for next year is already underway and we welcome your input. Please make sure to watch for details of next year’s conference so you won’t miss out on everything this event has to offer.</p>
<p class="sidbar1_links"><strong><a href="0711Visions/Ghali Program Recap/ACO_s.ppt" target="_blank">Accountable Care PowePpoint</a></strong></p>
<p class="sidbar1_links"><a href="0711Visions/Ghali Program Recap/Cost_Reduction.ppt" target="_blank">Cost Reduction PowerPoint</a></p>
<p class="sidbar1_links"><a href="0711Visions/Ghali Program Recap/FASB_FASB.ppt" target="_blank">FASB Update</a><a href="0711Visions/Ghali Program Recap/FASB_FASB.ppt" target="_blank"> PowerPoint</a></p>
<p class="sidbar1_links"><a href="0711Visions/Ghali Program Recap/Health_and_Wellness.ppt" target="_blank">Health &amp; Wellness PowerPoint</a></p>
<p class="sidbar1_links"><a href="0711Visions/Ghali Program Recap/Healthcare_Reform.ppt" target="_blank">Healthcare Reform PowerPoint</a></p>
<p class="sidbar1_links"><a href="0711Visions/Ghali Program Recap/Lean_Six_Sigma.ppt" target="_blank">Lean Six Sigma PowerPoint</a></p>
<p class="sidbar1_links"><a href="0711Visions/Ghali Program Recap/Physician_Medicare_Reimbursement.pdf" target="_blank">Physician Medicare Reimbursement</a><a href="0711Visions/Ghali Program Recap/Physician_Medicare_Reimbursement.pdf"> PDF</a></p>
<p class="sidbar1_links"><strong><a href="1112visions_1_ghali_photos.html" target="_blank" class="thrColFixHdr">Event Photos</a></strong></p>
<hr />
<h3><strong>Healthcare Hot Topics – Part 1</strong></h3>
<p>by Brian Nestor</p>
<p>The Healthcare Hot Topics seminar was held at the beautiful new state-of- the-art Ahuja Medical Center in Beachwood, Ohio on June 23, 2011. The Rosenberg Conference Suite was filled with more than 50 attendees, there to hear about hot topics in healthcare today. <br />
  <br />
Ahuja President James Benedict welcomed the attendees and talked to the current &amp; future state of the Ahuja Medical Center. He was followed by Gigi Umbel who went over the layout of the hospital and spoke to the challenges as a Finance Director of a new hospital.</p>
<p> The three healthcare topics covered at this program were:</p>
<ul>
  <li><em>Challenges of Compliant Research Billing</em> by Katherine Hammerhofer of University Hospitals</li>
  <li><em>Community Benefit – 501r and Schedule H </em> by Keith Hearle of Verite Healthcare Consulting</li>
  <li><em>Auditing Healthcare Entities</em> by Julie Osredkar &amp;  Michelle Stuhler of KPMG</li>
</ul>
<p>The informative presentations presented at the program proved to provide valuable education and updates on the circumstances surrounding healthcare for HFMA members and attendees.  </p>
<p><a href="0711Visions/Program Recap/400647-Charity_Care_Policy_042709_ACA_Compliant-jhl.pdf" target="_blank" class="sidbar1_links">Charity Care Policy PDF </a></p>
    <p><a href="0711Visions/Program Recap/Auditing_Healthcare_Entities_11883CLE-11(2).pptx" target="_blank" class="sidbar1_links">Auditing Healthcare Entities PowerPoint</a></p>
    <p><a href="0711Visions/Program Recap/HFMA_June_2011(2).ppt" target="_blank" class="sidbar1_links">Meeting the Challenge of Compliant Clinical Research Billing</a></p>
    <p><a href="0711Visions/Program Recap/NE_Ohio_HFMA_June_23.pdf" target="_blank" class="sidbar1_links">501r and Tax Year 2010 Schedule H</a><span class="style24"><strong><br />
    </strong></span></p>
<hr />
    <h2><strong><a name="savethedate" id="savethedate"></a>Save the Date</strong><br />
    </h2>
    <p>Keep an eye out for more information on these upcoming programs:<strong>                         <br />
    </strong></p>
    <p><strong>Annual Volunteer Appreciation program and Golf Outing<br />
      </strong><strong>Program Date:</strong> August 31, 2011                                                 <br />
      <strong>Program Location:</strong> Blue Heron, Medina, OH                                                                                                                        <strong>HFMA Roadshow, topics to be announced </strong><br />
      <strong>Program Date:</strong> September 22, 2011                                                          <strong>Program Location:</strong> Lake Health TriPoint Medical Center, Concord, OH</p>
    <p><em>HFMA National upcoming programs and events:</em><br />
      <strong>Delivering Value: Is Your Organization Prepared to be <br />
      Accountable for Outcomes?</strong><br />
      <strong>Program Date:</strong> August 14, 2011                                                               <strong>Program Location:</strong> Mandalay Bay, Las Vegas, NV<br />
    </p>
    <p><strong>2011 MAP Event</strong><br />
      <strong>Program Date:</strong> October 26-28, 2012                                                         <strong>Program Location:</strong> Doral Resort, Miami, FL<br />
    </p>
    <p><strong>Future Dates for ANI: The Healthcare Finance Conference</strong><br />
      <strong>Program Date:</strong> June 25-28, 2012                                                             <strong>Program Location:</strong> Las Vegas, NV</p>
    <p><em>HFMA National Webinars are free to HFMA members:</em><br />
      <strong>Virtual Conference Live Event</strong><br />
      <strong>Program Date:</strong> December 13-14, 2011 and April 11, 2012                            <strong>Program Location:</strong> Your desktop<br />
    See national website for registration.                                <br />
    </p>
<hr />
    <h2><a name="kudos" id="kudos2"></a>Kudos!</h2>
    <p><strong>Kudos to Southwest General employees, Jill Barber, Director of Managed Care Contracting and Revenue Integrity, and Kelly Linson, Vice President, </strong>as they were recognized as “Future Financial Leaders” at the 2011 ANI in Orlando.  Congrats to Kelly on passing the Certified Healthcare Financial Professional exam in Orlando as well.</p>
    <p><strong>Congratulations</strong> <strong>to Laurie Rauser, </strong>formerly a Sr. Manager with Kaiser Permanente's National Revenue Cycle team, on taking a new role as a Practice Lead with Kaiser's National Compliance, Ethics and Integrity Office.  In Laurie’s new role her focus will be to support compliance operations throughout the Kaiser Permanente Revenue Cycle continuum.  Laurie will continue to reside in the Ohio region.</p>
    <p><strong>Congratulations</strong> <strong>to John P Beirne</strong> of JP Recovery Services, Inc.  The 20+ year member of the NEOHFMA may qualify for the Guiness Book of World Records as four of his eight children will be getting married from June through December this year. Three of the four are daughters!  John's remark about this wedding blitz schedule: &quot;I may qualify for Charity Care when this is all over!&quot;</p>
<hr />
    <h2><strong><a name="edarticles" id="edarticles"></a></strong>Educational Articles</h2>
    <p align="left"><strong>Could Automated Hand-Wash Checks Reduce Infections—and Costs?</strong><em>Note: This article originally appeared in HFMA’s Healthcare Cost Containment newsletter (<a href="

Because I know enough to be dangerous...  I was trying to extend the two outside columns down....  Instead of just using faux columns which I have fixed since I posted the question.
The other link problem is the left sidebar links.  When you go to the event photos page I have a repeat of the sidebar links that are on the newsletter page.  I used named anchors on the newsletter page to link to the particular article.  From the Event Photos page the links look like this:
<a href="1112Visions_Iss1.html/#puzzle" target="_self">[Puzzle]</a>
The problem I am having is that some of these go to the newsletter page and the anchor and some do not (I get an error message saying it  can't find the page).  To add to the problem is that when we choose say the President's Message, when it goes to the newsletter page and the correct anchor, the newsletter page is missing all the links to the graphics... the photos are missing the graphic for the faux columns is missing.  It makes no sense.  When I preview the newsletter page from Dreamweaver everything shows up fine.
I do not know if all of this is being caused because I haven't posted this stuff to the site or what.  I've tried re-booting both the browser and Dreamweaver, dumping the cache and still the same nonsense.
Got any ideas?

Similar Messages

  • I just upgraded my iMac to Lion, and a few seconds ago, I upgraded the iWork package and now I'm having some problems with the new version of Pages (4.1) When I try to change something in a document, a message says "the program is not responding"

    I just upgraded my iMac to Lion, and a few seconds ago, I upgraded the iWork package and now I'm having some problems with the new version of Pages (4.1) When I try to change something in a document, a message says "the program is not responding", so I have to force it to close. By the way, the SAVE botton stays the same even I change erverything in my document. Please, a have a work to finish, **** me. What I can do abou it?

    I just upgraded my iMac to Lion, and a few seconds ago, I upgraded the iWork package and now I'm having some problems with the new version of Pages (4.1) When I try to change something in a document, a message says "the program is not responding", so I have to force it to close. By the way, the SAVE botton stays the same even I change erverything in my document. Please, a have a work to finish, **** me. What I can do abou it?

  • My ipod touch will not switch on and is no longer recognised by itunes.  Before this i tried to restore it as I was having some problems with it switching off and on by itself randomly.

    My ipod touch will not switch on and is no longer recognized by itunes.  Before this i tried to restore it as I was having some problems with it switching off and on by itself randomly.
    I tried to restore it and I got error code 2009, so I closed it tried again got error code 1659, now it wont do anything and it's not recognized by my pc /itunes please help x

    For the restore error messages try:
    iTunes: Specific update-and-restore error messages and advanced troubleshooting

  • Hello, well im having some problems with my ipod 4th gen it will not turn on and when i plug it in to itunes it will not come up saying i need to restore. when i try that it will not compleet. the ipod will not do anything at all... please help me

    Hello, well im having some problems with my ipod 4th gen it will not turn on and when i plug it in to itunes it will not come up saying i need to restore. when i try that it will not complet. the ipod will not do anything at all... please help me i havent got  extra money to spend..

    Just what happens when the restore does not complete?
    Error message?
    Does it freeze? Is so what is listed in the status bar of iTunes?

  • Having some problems with my c6-01

    Hello there, I have recently bought a nokia c6-01 but I am having some problems with it. Such as, sometimes it freeze and it restart itself then it continues as nothing happened(dont ask me my pin code) my other problem is when I assign ringtone to my contacts it does not bell the tone normally , it plays the music in weird tone (btw my phone play that ringtone normally in music player ) what can I do against these problems ? Is this a software or hardware problem? Should I take it to the provider? Thanks.

    random reboots are quite common
    try updating the software before you do anything else.
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Having some problems with apps froms the app store

    Hello. Since I got my iTouch I've been having some problems with some apps. Some work perfectly fine, but some others are just crashing after a few seconds. I've tried everything I found, but it seems like my problem is different from the one related by lots of others iPod users. Here's a video a friend of mine who's having the same problems I am did showing it:
    http://www.youtube.com/watch?v=MI-gBhP_cgU
    It's really annoying us. Does anyone know how to fix it? Does it look like a firmware problem? Thanks in advance.

    Have youy tried:
    - Reset:
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - iOS: Troubleshooting applications purchased from the App Store
    - Restoring the iPod from backup
    - Restoring the iPod to factory defaults/new iPod.

  • HT201177 I am having some problems with downloading, possibly settings are incorrect, esp. flashplayer upgrade will not install - i have iMac 8.1 osx v10.5.8 - processor: 3.06 ghz intel core2 duo mem: 2 gb 800 mhz ddr2 sdram

    I am having some problems with downloading, possibly settings are incorrect, esp. flashplayer upgrade will not install - i have iMac 8.1 osx v10.5.8 - processor: 3.06 ghz intel core2 duo mem: 2 gb 800 mhz ddr2 sdram - i am considering making an appt with Apple store nearby since we have a few in vicinity but thought i would give the online support a try.

    The latest version of Adobe FlashPlayer can be obtained from here:
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFl ash
    You can check here what version of Flash player you actually have installed:  http://kb2.adobe.com/cps/155/tn_15507.html
    You can check here:  http://www.adobe.com/products/flash/about/  to see which version you should install for your Mac and OS.
    You should first uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb2.adobe.com/cps/909/cpsid_90906.html
    and also that you follow the instructions closely, such as closing ALL applications first before installing. You must also carry out a permission repair after installing anything from Adobe.

  • HT4060 I'm having some problems with my ipad and charging it. I am having to leave it in charge for a lot longer, but when I take it out and want to use it the battery is still not completely full and goes down a lot faster than usual

    I'm having some problems with my ipad and charging it. I am having to leave it in charge for a lot longer, but when I take it out and want to use it the battery is still not completely full and goes down a lot faster than usual. The other day, I had charged  my iPad overnight so that I could take it to university with me for the day, and when I had switched it on the next day the battery was on 5% and I had not used it since charge.

    Your battery may be dying. THey are only good for so many charges/discharges. If you have an apple store near by make an appointment and have them check itout

  • I´m having some problems with dates intervals. It´s not working well. I inserted the correct date between the right interval but the system refers to incorrect date? What shoul I do?

    Mensagem editada por: Mauricio Galletti
    It seens that there´s some problem with the specific date of 19/10/2014? Don´t know why? I just remove this date from the interval and the problem gone.
    What´s wrong with 19/10/2014?

    Hello Galdr,
    Welcome to the HP Forums.
    I see that after doing some updates, you've lost the use of switchable graphics in your Notebook. I will do my best to help you with this.
    You can try is to use the HP Recovery Manager. This will allow you to "recover" the Notebook and reinstall the original drivers. This document: Using Recovery Manager to Restore Software and Drivers (Windows 7), can assist you with that.
    Once the drivers are "reverted", then if you wish you can attempt updating.
    This first thing I will provide you in regards to updating is this document: Switchable Graphics on Notebooks Configured with Dual AMD GPUs. There is more general information than anything, but you may find it useful.
    When going to update you will want to use the website or the HP Support Assistant. These are the recommend ways to update. When using AMD's (or other OEM utilities) they will look for compatible drivers for the component, but not necessarily ones that work with your Notebook. What most likely happened, only one of the two drivers were actually updated.
    Here is a link to the newest driver provided by HP: AMD High-Definition (HD) Graphics Driver. Also, here's a link to using the HP Support Assistant: Using HP Support Assistant (Windows 7). (in case you wanted to learn more/use this method).
    I hope this is able to help you get back to "state 1", so that you may be able to update correctly and have full functionality of your switchable graphics again. Please let me know how this goes for you. Thank you for posting on the HP Forums.
    I worked on behalf of HP.

  • Having some problems with the 8350i. Need Help Please!

    I just got the 8350i through Sprint/Nextel and already am having problems receiving text messages and when I finally do receive them (one day later or after turning set off then back on), I have to manually receive the message.
    Also, I have customers complaining about an echo on their side of the phone every time they call me.  Saw some others where having this problem as well.
    Is there anything I can do to fix this?  My phone is vital to my business and any help is greatly appreciated!!!
    Thnaks!!

    How are you receiving the sms manually?
    If your device is new, proceed to change the device. 
    If I help you with any inquire, thank you for click kudos in my post.
    If your issue has been solved, please mark the post was solved.

  • Hello, I'm having some problems with caller ID

    Hi
    I've just got a blackberry pearl from a friend (which I love!!) but am having problems with the ID when I receive texts and calls. The text messages ID's come up as numbers (eg +447789*******) rather than the persons name. So I changed all the numbers in the contact list to show +44 at the beginning. And now when people call me its just coming up with numbers and not showing their names and the numbers are shown without +44 at the beginnging. Please can someone advise me how to stop this.The blackberry is about a year old and I've just starting using itHoping you can help.
    JJS
    (EDIT: Removed personal information )
    Message Edited by Andy on 07-29-2009 07:04 AM

    There could be any one of three solutions... Try these:
    1. Make sure you set your own country code at Phone Dialer Screen > Options > Smart dialing.
    Set your country code in this format: "+xx" where xx = your country code. Some countries have two or three digit Country Codes. Do not place the '+' in your contact's entry.
    * In the US, set this Country Code as "+1", and place your loca area code in the proper box (this normally the default setting in a new BB).
    2. At the same location, change the National Number Length to the number of digits for your country (since some countries will have less than 10 as set as the default in the BB). Find out the total digits, minus the country code. Do not place the '+' in your contact's entry.
    * For example, some countries have a total number to 8 (plus 3 for country code). You would enter "8".
    3. You may have "Content Protection" set on your Address Book.
    Look at Options > Security > General Settings. Scroll down to Content Protection > Include Address Book = NO.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Having some problems with security certificates

    Hello,
    In some pages, e.g. Twitter, and pages that load FB comments sections, I'm having problems with the certificates and the pages won't load. I don't get an option to add an exception either, therefore I cannot access pages.
    I have pasted the error details below. Here is some important info for you:
    Version: 9.0.1 <-- Upgrading is NOT an option, this is a corporate machine
    Connect via proxy: yes
    I doubt very much that this is an issue with the connection, as IE and Chrome are NOT having this issue on the same connection.
    Error I get:
    This Connection is Untrusted
    You have asked Firefox to connect securely to twitter.com, but we can't confirm that your connection is secure.
    Normally, when you try to connect securely, sites will present trusted identification to prove that you are going to the right place. However, this site's identity can't be verified.
    What Should I Do?
    If you usually connect to this site without problems, this error could mean that someone is
    trying to impersonate the site, and you shouldn't continue.
    Technical Details
    twitter.com uses an invalid security certificate.
    The certificate is not trusted because the issuer certificate is not trusted.
    (Error code: sec_error_untrusted_issuer)
    Can anyone shed some light? The usual troubleshooting I've come across hasn't helped me much.

    Off the cuff it smells of a man-in-the-middle situation to me. As far as I know, Twitter does have a valid certificate, signed by Verisign. That IE and Chrome have no problem with it, could just mean they do not check resp. do let you know.
    I'll have to pass here, because I would not know, how to turn this checking off in FX 9.0 - in any case I would think twice before doing it. The place to look would be Options > advanced > Encryption.
    Hope somebody else joins us:)
    PS: keeping you nailed down to Fx 9.0 version is unsafe - not just for you, but for your company as well.

  • Anyone having a problem with links in Safari after upgrading?

    okay,  Before the upgrade to os5, we were able to go to the website to get  the e-edition of our local paper.  The way their website is designed you first see part of the first page and then there is a link to take you to the full page.   Everything worked just fine.  Then after the upgrade, last Saturday, i am able to get the first part of the page, but when I click on the link to access the full page it goes to a blank page -about:blank.  I do have safari on my laptop (an ibm) and the link works fine there.  Is it a problem with Safari, the settings on my ipad or what?  Please help?

    Is your problem with iMovie as the title suggests or with iDVD?

  • 1 gen ipod user having some problems with click wheel

    hello forms,
    I have a 4 gb 1gen black ipod nano and lately ive beem having problems with the click wheel.The problem is that when i wnt to skip to the next song fast forward etc. it takes alot of pressure to make it change song fast forward etc. and i was wondering i know my ipod is out of the whatever day warrenty but I havent done anything wierd or stupid with my ipod so would this still be covered by warrenty as a defect.

    Either way, as the iPod is out of warranty, it will be expensive to repair/replace if you ask Apple to do it. Take it to a store by all means, but also consider 3rd party options.
    iPodResQ.com are highly thought of in the Mac community.

  • I'm having some problem with Text imported from Motion into FCPro

    Hey Everyone.
    I've got an animation that I created in Motion.
    The format for the timeline in Motion is NTSC DV 4:3
    Final Cut has the same attributes to the sequence.
    I have text on my graphic.... Some of it looks great. Some of it does not.
    You can see it here.
    http://www.drewwfilms.com/Temp/McClure/Graphic.html
    The word "Show" looks terrible, where as the other text looks great.
    I do have a filter on the word show... actually it's not even a filter it's just one of the style parameters which is Outline and Face. The outline attribute has a bit of a blur on it.
    Still i would think this would copy over into final cut without and issue but for some reason it looks really bad.
    Anyone have any ideas on this?
    Thanks.
    -Fraky

    Your problem stems from the bright red on a dark background. It is particularly noticable on text because it is a uniform color.
    You might have other elements in your movies that use this exact shade and it wiil happen there, but it is less noticable because that element consists of multiple tones and is probably moving.
    Very saturated, bright reds always cause problems in video. It is a limitation of the medium.
    If you want to learn more about this facinating subject, the keywords are *Chroma Rise Time*.
    The solution: desaturate and/or lighten the red, change the color completely or live with it.
    Once I render. I get the pixelation.
    Your Motion clip is being rendered to your NTSC DV Sequence setting which is 1:5 compression.
    The problem with the red is only made worse due to this.
    Message was edited to answer newer information from Fraky.

Maybe you are looking for

  • How do I move the camera import settings in the list?

    I'd really love to delete all of the LR import presets since I never use them. It's a long list and my camera profiles, which  I do use are always at the bottom. I want them at the top of the list...if I can't delete all of the ones I never use. How

  • Recording/exporting to quicktime

    Is the function of recording a Keynote show with timings and transitions completely garbage when exported to Quicktime? When I export, it seems that most of the transitions are lost. Is there something I'm missing or is this just broken? I need to fi

  • F&R order proposals

    Is it possible for F&R order proposals to be converted into purchase requistions in SAP ERP?

  • HT3781 How to export images within particular kb?

    I would like to export an image from my aperture library so that end result would be less than 400 kb! Where can I set the size of my exports in kb?

  • Cannot enhance Infotype 2007

    When I am trying to enhance Infotype 2007 for adding two fields, it says infotype cannot be enhanced. I enter the infotype 2007 in single screen tab of PM01transaction and click on Generate objects, but it gives a error message saying infotype cannot