Help - index page has disappeared after removing code that was recommended regarding Flash

After inserting some conditional comments regarding earlier versions of IE not displaying bulleted lists properly. I received a message about Javascript code that should be removed regarding my Flash element.
When I removed the code that was indicated, my index page changed to a gray screen that had some copy about needing to update the Flash player, so I thought I'd totally take out the code relating to the Flash element and I would reinsert the Flash movie. However when I preview it everything is gone except a gray background. In Live View the original page is there. When I try to look at in in design view preview or view it in a IE browser it is just a gray background.
I'm attaching the code for the page to see if I accidently removed some element that needed to be in to display the page. Please advise ASAP. Thank you.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Total Care Nursing Services</title>
<link href="css/twoColFixRtHdr.css" rel="stylesheet" type="text/css" /><!--[if IE 5]>
<style type="text/css">
/* place css box model fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 190px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 10px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
<!--[if lte IE 7]>
<style>
.twoColFixRtHdr #container #sidebar1 ul {
margin-left: 25px
</style>
<! [endif]-->
<style type="text/css">
<!--
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
body {
background-color: #242D80;
margin-right: 0px;
a:link {
color: #DC3505;
text-decoration: none;
a:visited {
text-decoration: none;
color: #4A6FBB;
a:hover {
text-decoration: none;
color: #038F0E;
a:active {
text-decoration: none;
h1,h2,h3,h4,h5,h6 {
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
font-weight: bold;
-->
</style>
<link href="css/global.css" rel="stylesheet" type="text/css" /><style type="text/css">
<!--
a {
font-weight: bold;
-->
</style>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
</head>
<body class="twoColFixRtHdr">
<a href="tcns_members.html"></a>
<div id="container">
  <div class="twoColFixRtHdr" id="header">
<!-- end #header -->
<ul id="MenuBar1" class="MenuBarHorizontal">
  <li><a href="index.html">Home</a>    </li>
  <li><a href="about_us.html">About Us</a></li>
  <li><a href="staffing.html">Staffing Services</a>    </li>
  <li><a href="join_us.html">Join Us</a></li>
  <li><a href="contact_us.html">Contact Us</a></li>
  <li><a href="nursing_news.html">Nursing News</a></li>
  <li><a href="tcns_members.html">TCNS Members</a></li>
</ul>
  </div>
  <div class="twoColFixRtHdr" id="sidebar1">
    <h3 class="sidebarTitle"><span class="sidebarTitle">TCNS MEDICAL PROFESSIONALS</span></h3>
    <ul>
      <li class="spacedList">Registered Nurses</li>
      <li class="spacedList">Licensed Practical Nurses</li>
      <li class="spacedList">Certified Nursing Assistants</li>
      <li class="spacedList">Radiological Technicians</li>
      <li class="spacedList">Physical Therapists</li>
      <li class="spacedList">Respiratory Therapists</li>
      <li class="spacedList">Home Health Assistants</li>
    </ul>
<p class="sidebarCopy">Interested in a career at TCNS? <a href="contact_us.html">Contact us</a> to learn more today!</p>
    <p class="sidebarCopy">Are you a facility looking for health care staffing in South Florida? <a href="staffing.html">Click here</a>.</p>
  </div>
  <div id="mainContent">
    <h1>
  Offering Compassionate Care with a Committment to Excellence</h1>
    <p><span class="company">
    </span><span class="company">TOTAL CARE NURSING SERVICES</span> was founded as a bridge  between health care professionals and the many institutions in the health-care  industry, with the primary objective of promoting the patient’s well being and  satisfaction.</p>
<p>With a nationwide nurse shortage approaching 800,000 and  projected to worsen as the baby boomer generation enters retirement age, the  need for skilled nurses and other health care professionals is rapidly  increasing. However, the greater challenge for health care facilities is to  recruit and retain motivated, dedicated professionals who will help deliver the  quality care that is demanded of them by every aspect of the industry. <span class="company">TOTAL  CARE NURSING SERVICES</span> has the vision to answer this challenge and provide the  needed personnel to its clients at reasonable cost.
  <!-- end #mainContent -->
</p>
  </div>
<!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat" />
  <div id="footer">
    <p><span class="spaceFooter"><a href="index.html">Home</a></span>l <span class="spaceFooter"><a href="mailto:[email protected]">E-Mail</a></span>l <span class="spaceFooter"><a href="links.html">Links</a></span>l <span class="spaceFooter"><a href="search.html">Search</a></span><br />
      Copyright 2009 - Total Care Nursing Services, LLC
<!-- end #footer -->
    </p>
</div>
<!-- end #container -->
</div>
</body>
</html>

2.
Deleting and getting the file should solve this problem.
3.
You should only require 2 IE conditional statement (for css code), one for less than IE 8 and one for less than IE 7.
Both or just one of these should be inside the <head> </head> tags not anywhere else.
The conditional statment in flash are for <object> code.
Here is an example of how the flash code should look for your webpage:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="250" height="204" id="FlashID" title="name of your swf file here without .swf">
        <param name="movie" value="link to your swf file here" />
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="8.0.35.0" />
        <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
        <param name="expressinstall" value="../Scripts/expressInstall.swf" />
        <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="link to your swf file here" width="250" height="204">
          <!--<![endif]-->
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="swfversion" value="8.0.35.0" />
          <param name="expressinstall" value="../Scripts/expressInstall.swf" />
          <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
          <div>
            <h4>Content on this page requires a newer version of Adobe Flash
              Player.</h4>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
          </div>
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>
The width and height values to be changed to what you require.
NO other code is required.
PZ

Similar Messages

  • Have changed the "Index" of my website in Dreamweaver and followed the "Put" instructions to upload it back to the "Remote Server," but when I go onto the web to check it, the main (Index) page has not changed.  Help!

    Have changed the "Index" of my website in Dreamweaver and followed the "Put" instructions to upload it back to the "Remote Server," but when I go onto the web to check it, the main (Index) page has not changed.  Help!

    This is a duplicate post; see How do I upload from Dreamweaver CS6?

  • Don't know the name of it but a toolbar at the top of the window has disappeared after I restarted Firefox. It contained add-ons such as Download Helper and I don't know how to get it back. Please help. Thanks!

    I don't know the name of it but a toolbar at the top of the window has disappeared after I restarted Firefox. It contained add-ons such as Download Helper and I don't know how to get it back. Please help. Thanks!
    EDIT: Sorry I meant the "Save Complete" add-on, not Download Helper.

    Be sure "Add-on Bar" is checked (click on "Add-on Bar" to check or un-check)
    *See --> https://support.mozilla.org/en-US/kb/Back%20and%20forward%20or%20other%20toolbar%20items%20are%20missing
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check --> http://www.mozilla.org/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.org/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *'''''Adobe PDF Plug-In For Firefox and Netscape''''': [https://support.mozilla.org/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *'''''Shockwave Flash''''' (Adobe Flash or Flash): [https://support.mozilla.org/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *'''''Next Generation Java Plug-in for Mozilla browsers''''': [https://support.mozilla.org/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • The burn cds software has disappeared after loading 10.5, the burn cds software has disappeared after loading 10.5, itunes 10.5 wont let me burn cds

    the burn cds software has disappeared after loading 10.5,   itunes 10.5 wont let me burn cds

    Thanks for trying Toonz, but unfortunately no success yet. I updated my driver but still get an error message. The interesting thing is I have windows XP (not Windows 2000), so I unchecked a box someone else suggested that I try to check. Here are my latest diagnostics:
    Microsoft Windows XP Professional Service Pack 2 (Build 2600)
    Dell Computer Corporation Inspiron 5100
    iTunes 6.0.4.2
    CD Driver 2.0.4.3
    CD Driver DLL 2.0.3.2
    LowerFilters: AFS2K (3.1.14.0), CDR4_XP (5.3.5.10),
    UpperFilters: pwd_2k (5.3.5.10), cdralw2k (5.3.5.10), GEARAspiWDM (2.0.4.3),
    Video Driver: MOBILITY RADEON 7500\MOBILITY RADEON 7500
    IDE\DiskHITACHIDK23FB-60______________________00M0A0C1, Bus Type ATA, Bus Address [0,0]
    IDE\CdRomHL-DT-STRW/DVD_GCC-4240N_______________E112___, Bus Type ATA, Bus Address [0,0]
    If you have multiple drives on the same IDE or SCSI bus, these drives may interfere with each other.
    Some computers need an update to the ATA or IDE bus driver, or Intel chipset. If iTunes has problems recognizing CDs or hanging or crashing while importing or burning CDs, check the support site for the manufacturer of your computer or motherboard.
    Current user is administrator.
    D: HL-DT-ST RW/DVD GCC-4240N, Rev E112
    Audio CD in drive.
    Found 12 songs on CD, playing time 39:19 on Audio CD.
    Track 1, start time 00:02:00
    Track 2, start time 03:21:55
    Track 3, start time 05:56:13
    Track 4, start time 08:56:00
    Track 5, start time 12:45:03
    Track 6, start time 15:34:68
    Track 7, start time 19:08:23
    Track 8, start time 23:21:45
    Track 9, start time 26:37:65
    Track 10, start time 30:19:48
    Track 11, start time 33:32:70
    Track 12, start time 36:52:00
    Audio CD reading succeeded.
    Get drive speed succeeded.
    The drive CDR speeds are: 4 10 16 24.
    The drive CDRW speeds are: 4 10 16.
    The last failed audio CD burn had error code 4450(0x00001162). It happened on drive D: HL-DT-ST RW/DVD GCC-4240N on CDR media at speed 4X.
    Any other ideas?

  • I siced my Ipad and the application pages has disappeared

    I sinced my Ipad to my power book and my application pages has disappeared can you help?

    Sync it back from iTunes on the Mac.
    Connect the iPad to the Mac and launch iTunes.
    Click on the iPad name on the left side under devices.
    Click on the Apps Tab on the right.
    Click on Pages in the list of apps
    Click on the Sync Apps Heading.
    Click on Apply in the lower right corner of iTunes.
    You may have just moved it to another screen on the iPad and you can look for it by swiping from screen to screen. You can also search for it in Spotlight. Double tap the home button. Wait a second and tap it again. Wait a second and then tap it again. Type Pages in the search field at the top of the screen and see if it shows up.

  • Could you help me with an app situation? We purchased several codes for Splashtop to install on our iPad 2's. It was working great but now that we upgraded the OS they have disappeared. The codes that we purchased are giving us an error that they have alr

    Could you help me with an app situation? We purchased several codes for Splashtop to install on our iPad 2's. It was working great but now that we upgraded the OS they have disappeared. The codes that we purchased are giving us an error that they have already been used. So far it has only been 2 iPads. 
    Any solutions?

    The compiler is highlighting the areas you got wrong, although the error messages are somewhat confusing.
    Error 1: NSLog is a function and needs to be called as such, see e.g. the circleArea call on the line above. Functions are called using the function-name with its arguments in paratheses e.g. foo(12, 13).
    Error 2: looks like a typo, defining a function is done as function-name(... <arguments> ...) { ... <body> ...}. In your code there is a ";" between the arguments and the body that should not be there, you probably copy pasted it from the forward declaration at the top of the source codde file.

  • My reload page has disappeared

    for whatever reason in Firefox toolbar menu my reload page has disappeared and I'd like it back as I use it all the time for reloading pages on the U-tube

    I do not see a reload button anywhere. Frustrating.

  • The delete icon at the bottom of the email page has disappeared

    The delete icon at the bottom of the email page has disappeared.  How can I find it?

    Restart iPhone: Hold down the Sleep/Wake button and the home button together until the apple logo appears (ignore the ON/OFF slider) then let both buttons go and wait for phone to restart (no data will be lost).

  • My green arrow to return to the previous page has disappeared

    The green arrow I use to return to the previous page has disappeared
    == This happened ==
    Just once or twice

    * If, on Windows, in Firefox 3.6 the menu bar is hidden then press and hold the Alt key down or press F10, that should make the "Menu Bar" appear
    * Go to "View > Toolbars" and check-mark "Menu Bar" with a click on it to make that permanent. See [[Menu bar is missing]]).
    * Make sure that you have the "Navigation Toolbar" and the "Bookmarks Toolbar" visible: "View > Toolbars"
    * If items are missing then see if you can find them in the "View > Toolbars > Customize" window
    * If you see the item in the Customize window then drag it back from the Customize window to one of the toolbars.
    * If, in "View > Toolbars > Customize", you do not see that item then click the "Restore Default Set" button
    See also [[Back and forward or other toolbar buttons are missing]] and [[Navigation Toolbar items]]
    See http://kb.mozillazine.org/Toolbar_customization

  • Running iTunes 11.0.3 64bit Windows 7. The "join Tracks" line has disappeared from the box that opens when you click "options" after inserting a CD. Only 2 lines show up: "Get track names" and "Submit CD Track names". Where did "Join Tracks" go?

    Running iTunes 11.0.3 64bit Windows 7. The "join Tracks" line has disappeared from the box that opens when you click "options" after inserting a CD. Only 2 lines show up: "Get track names" and "Submit CD Track names". Where did "Join Tracks" go?

    i have the same problem no radio stations at all bit shabby hate technolgy now adays

  • Pages has disappeared from my Doc. I recently installed Open Office, is this why Pages has gone missing?

    Pages has disappeared from my Doc and from my systems preferences.  I can't find Pages at all.  I recently installed Open Office, is this the reason my Pages has gone missing?

    I know iBooks aren't backed up and that iCloud just backs up the purchase history, but I'm not sure about pdfs being backed up. Some people say they are:
    https://discussions.apple.com/message/23211222#23211222
    It's probably safer to assume it doesn't backup pdfs. You could store your pdfs (for safekeeping) in an app like Dropbox.

  • My brand new back up drive is connected but now time machine has disappeared after working perfectly for a week. - no icon, not appearing as an option to save to - have rebooted everything a few times.

    My brand new back up drive is connected but now time machine has disappeared after working perfectly for a week. - no icon, not appearing as an option to save to - have rebooted everything a few times.

    It's not clear whether you were able to do any backups to this drive at all.  If not, it's probably not formatted properly.  See #5 in Time Machine - Frequently Asked Questions for instructions.
    If you did get any successful backups, there may be a problem with the drive, or the backups may be corrupted.  Try to repair the backups, per #A5 in Time Machine - Troubleshooting.

  • I bought a Mac Mini w/ Iworks.. Pages has disappeared completely.. how can I re-download with out paying for it again

    I bought a Mac Mini w/ Iworks.. Pages has disappeared completely.. how can I re-download with out paying for it again

    The iWorks prebundled with Mac Minis is a demo release, and not fully featured.  Unless you mean you downloaded iWorks from the Mac App Store at a later time, it really can't be freely re-downloaded as fully featured. 
    Use this link if you got it from the Mac App Store and can't find get it to redownload normally: http://www.apple.com/support/mac/app-store/
    Look at* http://www.macmaps.com/crossplatform.html for alternatives.

  • [svn:fx-trunk] 10459: Change to ensure ScriptNodes are no longer part of the node tree after interface compilation stage in order to avoid the extra code that was necessary to avoid tripping over them during type checking , etc.

    Revision: 10459
    Author:   [email protected]
    Date:     2009-09-21 08:42:44 -0700 (Mon, 21 Sep 2009)
    Log Message:
    Change to ensure ScriptNodes are no longer part of the node tree after interface compilation stage in order to avoid the extra code that was necessary to avoid tripping over them during type checking, etc.
    Improving revision 10199 a bit, to allow for single line comments.
    QE notes: None
    Doc notes: None
    Bugs: SDK-22027
    Reviewer: Paul
    Tests run: Checking, Compiler cyclones
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22027
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/AbstractSyntaxTreeUtil.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/AbstractBuilder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/DocumentBuilder.java

    In general theory, one now has the Edit button for their posts, until someone/anyone Replies to it. I've had Edit available for weeks, as opposed to the old forum's ~ 30 mins.
    That, however, is in theory. I've posted, and immediately seen something that needed editing, only to find NO Replies, yet the Edit button is no longer available, only seconds later. Still, in that same thread, I'd have the Edit button from older posts, to which there had also been no Replies even after several days/weeks. Found one that had to be over a month old, and Edit was still there.
    Do not know the why/how of this behavior. At first, I thought that maybe there WAS a Reply, that "ate" my Edit button, but had not Refreshed on my screen. Refresh still showed no Replies, just no Edit either. In those cases, I just Reply and mention the [Edit].
    Also, it seems that the buttons get very scrambled at times, and Refresh does not always clear that up. I end up clicking where I "think" the right button should be and hope for the best. Seems that when the buttons do bunch up they can appear at random around the page, often three atop one another, and maybe one way the heck out in left-field.
    While I'm on a role, it would be nice to be able to switch between Flattened and Threaded Views on the fly. Each has a use, and having to go to Options and then come back down to the thread is a very slow process. Jive is probably incapable of this, but I can dream.
    Hunt

  • The icon for the dictionary-thesaurus has disappeared. What is that file called?

    The icon for the dictionary-thesaurus has disappeared. What is that file called? I found it - Dashboard.

    Symantec have made an update for their add-ons to work in Firefox 4, but they only listed them as compatible with Firefox 4.0, they need to update them to let them work in Firefox 4.0.1, they have indicated this will be happening soon. For details see http://community.norton.com/t5/Norton-Internet-Security-Norton/Norton-product-compatibility-with-Firefox-Updates/m-p/443808

Maybe you are looking for

  • Constant: Could not complete your request because of a program error

    Hi Guys, Last week I upgraded from CS3 Design Premium to CS4 Design Premium, everything is working perfectly bar Photoshop 11.0.1 I am running OSX 10.5.8 on a Dual 2 GHz PowerPC G5 with 5.5GB ram I am getting the error message "Could not complete you

  • Adobe Reader displaying PDF's incorrectly

    I have created a pdf file using Apple Pages. When this file is opened using Apple Preview is displays correctly. When I open it using a browers (Safari or Chrome) it displays correctly. If I open tye file using Adobe Reader on either a Mac or PC the

  • PO Account Assignment Fund Change is not transferred to backend

    We are on SRM 550 SP10 ECS. When a PO is being changed, if the fund is changed, that change does not get transferred to R/3. The old Fund when the PO was created is retained on the R/3 side. On the SRM side the new fund is retained. Note:    The fund

  • Tab delimited and Right justified fields

    Hi My requirement is to produce an output file where the line items consists of 5 fields of variable lengths and all of them are tab delimited and right justified at the same time for eg. ABC       123456ghtje  4567.45678   67.45678  pqr where all th

  • How to use a tablet for brush app in Photoshop in CS6?

    I was watching an instructional video from Kelby about new features of CS6, and had mentioned using a tablet for betst accuracy in utilizing the brush app; I never really used the brush in CS5, but that will be changing.  When he said tablet was he r