Design mode/ Live Mode

I know there is a simple fix to this but I can't figure it out. I have a website that has a few pages created in Dreamweaver CS6. I few weeks back, the site and the webpages looked good. Then a few days ago, I logged into Dreamweaver and began to update a new page for our current winners, and this is when something went wrong.
In design mode, my web page looks like its supposed to, background image and all the image attachments including the Logo are where they are suppose to be. However, in Live mode my page is all white, and all the attached images are not viewable. The attachment images have a ? mark  in the center of each box where an image would be placed.
I now have a webpage that up until a week or so ago worked and now, whenever someone views that page, all they see is a white screen.
Can someone please assist me in getting this issue resolved.
Thanks!
Joann

Copy & paste this revised code into a new, blank document.  Incidentally, you should keep embedded CSS code to a minimum.  Also group all page specific styles into one set of <style> tags below the external style sheet.   Winner Dates and WinnerDates are not valid.   And they lack .class or #ID designation and no spaces allowed in selector names.
<!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>SPAR Racing Engine 2008 Winners</title>
<meta name="description" content="SPAR 2008 600 Micro Sprint Feature Winners" />
<meta name= "keywords" content= "600 micro sprint race engines,SPAR Racing Engines,600 mini sprint race engines racing" />
<meta name="publisher" content="SPAR Racing Engines LLC"/>
<meta name="copyright" content="Copyright 2009. SPAR Racing Engines LLC, All Rights reserved."/>
<meta name="Author" content="SPAR Racing Engines, LLC"/>
<meta name="language" content="en-US"/>
<meta name="distribution" content="global"/>
<meta name="revisit-after" content="3 days"/>
<meta name="robots" content="all"/>
<link rel="shortcut icon" href="/Images/Favicon.jpg"/>
<link rel="icon" type="image/jpg" />
<link href="../../spar.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body {
    background-color: #000;
    background-image: url(/Images/spar2.gif);
    background-repeat: repeat-x;
#container #header #main_body_container #main #victories #winners_names #date p {
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
#apDiv1 {
    position: absolute;
    left: 522px;
    top: 204px;
    width: 465px;
    height: 106px;
    z-index: 1;
    font-size: 18px;
    color: #000;
    background-color: #000000;
#apDiv2 {
    position: absolute;
    left: 769px;
    top: 291px;
    width: 241px;
    height: 632px;
    z-index: 2;
    visibility: visible;
#apDiv3 {
    position: absolute;
    left: 348px;
    top: 335px;
    width: 290px;
    height: 43px;
    z-index: 3;
    color: #F00;
    font-size: 24px;
#apDiv3 strong { text-decoration: underline; }
#apDiv4 {
    position: absolute;
    left: 1092px;
    top: 161px;
    width: 74px;
    height: 458px;
    z-index: 4;
    visibility: visible;
a:link {
    color: #F00;
a:visited {
    color: #900;
    font-size: 14px;
/**THESE STYLES HAVE INVALID SELECTOR NAMES. EITHER FIX OR DELETE THEM
Winner Dates {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #F00;
    text-decoration: underline;
WinnerDates {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #F00;
    text-decoration: underline;
</style>
<script src="/Scripts/swfobject_modified.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
//-->
</script>
</head>
<body onload="MM_preloadImages('/Images/home.gif','/Images/engines_roll.gif','/Images/ourVict.g if','/Images/ContactUs.gif')">
<div id="apDiv1">
<p><strong><a href="/winners2009/index.html" target="_parent" class="highlight">2009 WINNERS</a>     <a href="/winners/winners2010/index.html" class="highlight"> 2010 WINNERS</a>     <a href="/winners/winners2011/index.html" class="highlight"> 2011 WINNERS</a></strong></p>
<p><strong> <a href="/winners/winners2012/index.html" class="highlight">2012 WINNERS</a>     <a href="/winners/Winners2013/index.html" class="highlight"> 2013 WINNERS</a>      <a href="/winners/Winners2014/index.html" class="highlight">20104 WINNERS</a></strong></p>
<p> </p>
<p> </p>
</div>
<div id="apDiv2"><img src="/Images/Victory.png" width="367" height="702" alt="#"/></div>
<div id="apDiv3"><strong>2008 Feature Winners</strong></div>
<div id="container">
<div id="header">
<div id="logo"><img src="../../Images/logo.pdf.jpg" alt="r6 engine" width="356" height="154" align="bottom" /></div>
<div id="flashholder">
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="627" height="128">
<param name="movie" value="../../flash/testimonials_Conv.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="6.0.65.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="../../flash/testimonials_Conv.swf" width="627" height="128">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="6.0.65.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" width="112" height="33" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
<div id="home"><a href="/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image15','','/Images/home.gif',1)"><img src="../../Images/home.gif" alt="r6 engine" name="Image15" width="59" height="27" id="Image15" border="0" /></a></div>
<div id="engines"><a href="../../engines/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image11','','/Images/engines_roll.gif',1)"><img src="../../Images/engines.gif" alt="r6 engine" name="Image11" width="66" height="27" id="Image11" border="0" /></a></div>
<div id="winners"><a href="/winners/index.html"><img src="../../Images/winners_roll.gif" alt="r6 engine" width="66" height="27" /></a></div>
<div id="our_vict"><a href="../../our_victories/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image12','','/Images/ourVict.gif',1)"><img src="../../Images/ourVict.gif" alt="r6 engine" name="Image12" width="99" height="27" id="Image12" border="0" /></a></div>
<div id="contact"><a href="../../contact/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image13','','/Images/ContactUs.gif',1)"><img src="../../Images/ContactUs.gif" alt="r6 engine" name="Image13" width="100" height="27" id="Image13" border="0" /></a></div>
<div id="nav_end"><img src="../../Images/nav_end.gif" alt="" width="237" height="27" /></div>
<div id="main_body_container">
<div id="left_col"><img src="../../Images/left_col.jpg" alt="r6 engine" width="73" height="458" /></div>
<div id="main">
<div id="victories">
<div class="Engine_font_Head" id="winners_names">
<p> </p>
<p> </p>
<p> </p>
<p class="body_font_Head"> </p>
<div id="date">
<p> </p>
<p><strong>DATE</strong></p>
<p>OCT<br />
<br />
SEPT<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
AUG<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
JULY<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
JUNE<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
MAY<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
APRIL<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</p>
<p>MAR<br />
<br />
<br />
<br />
<br />
</p>
<p>FEB<br />
<br />
<br />
JAN</p>
</div>
<div id="names">
<p> </p>
<p><strong>Name</strong></p>
<p>Mike Dicely<br />
<br />
Duayne Gutshall<br />
Lex Burrit<br />
Tyler Walton<br />
Jesse Fitz<br />
Bill Thomas<br />
Tim Buckwalter<br />
Darryl Ruggles<br />
Alysha Ruggles<br />
Lee Nardelli<br />
Terry Scheaffer<br />
Lex Burrit<br />
Alex Bright<br />
Issac Sneeringer<br />
<br />
Mike Rutherford<br />
Alysha Ruggels<br />
Tim Barricks<br />
Mike Rutherford<br />
Ryan Smith<br />
Brian Carber<br />
Tyler DeVault<br />
Ryan Greth<br />
Jake Murphy<br />
Ryan Smith<br />
Tyler DeVault<br />
Brian Carber<br />
<br />
Nick Cooper<br />
Lex Burrit<br />
Ryan Smith<br />
Ryan Smith<br />
Brent Marks<br />
Nick Cooper<br />
Nick Cooper<br />
Mike Freed<br />
Jan Luckenbaugh<br />
Ryan Smith<br />
Ryan Greth<br />
Ryan Smith<br />
David Reinhardt<br />
Bill Thomas<br />
Mike Rutherford<br />
Issac Sneeringer<br />
Bill Thomas<br />
Issac Sneeringer<br />
Robbie Kendall<br />
Mike Dicely<br />
Ben Murphy<br />
Jake Murphy<br />
Jake Murphy<br />
Tim Gladfelter<br />
<br />
Brendon Bright<br />
Ryan Greth<br />
Thomas Kohler<br />
Kyle Moody<br />
Tom Kohler<br />
Mike Rutherford<br />
Jeff Hartman<br />
Ryan Greth<br />
Mike Dicely<br />
Mike Rutherford<br />
Tyler Walton<br />
Heath Hehnley<br />
Jeff Hartman<br />
<br />
Jake Murphy<br />
Robbie Kendall<br />
Ryan Greth<br />
Tom Kohler<br />
Alex Bright<br />
Lex Burrit<br />
Brent Marks<br />
Thomas Kohler<br />
Brent Marks<br />
Jake Murphy<br />
Mike Rutherford<br />
Mike Dicely<br />
<br />
Bill Thomas<br />
Brock Zerfoss<br />
Brent Marks<br />
Heath Hehnley<br />
Thomas Kohler<br />
Jeff Hartman<br />
Dwayne Gutshall<br />
Brock Zerfoss<br />
Heath Hehnley<br />
Lex Burrit<br />
Tim Gladfelter<br />
<br />
Robbie Kendall<br />
Ryan Greth<br />
Ben Murphy<br />
Mike Rutherford<br />
Mike Rutherford<br />
<br />
Brent Marks<br />
Lex Burrit<br />
<br />
Lex Burrit<br />
Lex Burrit</p>
</div>
<div id="track">
<p> </p>
<p><strong>Track</strong></p>
<p>Linda<br />
<br />
Trailways<br />
Trailways<br />
Path Valley<br />
Path Valley<br />
Airport<br />
Path Valley<br />
Paradise<br />
Paradise<br />
Bridgeport<br />
Lindas<br />
Lindas<br />
Lanco<br />
Trailways<br />
<br />
Lindas<br />
Paradise<br />
Path Valley<br />
Lanco<br />
Greenwood<br />
Greenwood<br />
Path Valley<br />
Trailways<br />
Path Valley<br />
Greenwood<br />
Kutztown<br />
Kutztown <br />
<br />
Paradise<br />
Lindas<br />
Greenwood<br />
Kutztown<br />
Kutztown<br />
Paradise<br />
Paradise<br />
Lanco<br />
Trailways<br />
Greenwood<br />
Path Valley<br />
Kutztown<br />
Greenwood<br />
Airport<br />
Lindas<br />
Trailways<br />
Airport<br />
Trailways<br />
Lanco<br />
Greenwood<br />
Susq. Speedway<br />
Trailways<br />
Path Valley<br />
Lincoln<br />
<br />
Lindas<br />
Trailways<br />
Path Valley<br />
Trailways<br />
Kutztown<br />
Lindas<br />
Bridgeport<br />
Path Valley<br />
Path Valley<br />
Lindas<br />
Path Valley<br />
Greenwood<br />
Bridgeport<br />
<br />
Hesston<br />
Trailways<br />
Trailways<br />
Lanco<br />
Lanco <br />
WhipCity<br />
Lanco<br />
Greenwood<br />
Path Valley<br />
Path Valley<br />
Lanco<br />
Lanco<br />
<br />
Airport<br />
Lindas<br />
Trailways<br />
Lanco<br />
Path Valley<br />
New Egypt<br />
Trailways<br />
Greenwood<br />
Airport<br />
Greenwood<br />
Trailways<br />
<br />
Trailways<br />
Path Valley<br />
Path Valley<br />
Hammerdown<br />
Hammerdown<br />
<br />
East Bay<br />
East Bay<br />
<br />
Mototown<br />
Mototown</p>
</div>
<div id="class">
<p> </p>
<p><strong>Class</strong></p>
<p>600 national<br />
<br />
600<br />
600<br />
600<br />
600<br />
600<br />
600<br />
600<br />
600 <br />
600<br />
600<br />
600<br />
600<br />
600<br />
<br />
600<br />
600<br />
600<br />
600<br />
600/Wingless<br />
600<br />
600<br />
SideWinder<br />
600<br />
600<br />
600<br />
600 <br />
<br />
600<br />
600<br />
600<br />
600<br />
600<br />
600<br />
600<br />
600 <br />
600<br />
600<br />
600<br />
600<br />
600<br />
600<br />
600<br />
600<br />
600<br />
600<br />
600 SHOWDOWN<br />
600 SPEEDWEEK<br />
600 SPEEDWEEK<br />
600 SPEEDWEEK<br />
600 SPEEDWEEK<br />
600 SPEEDWEEK<br />
<br />
600<br />
600<br />
600<br />
600<br />
600<br />
600<br />
600<br />
SideWinder<br />
600<br />
600 <br />
600<br />
600<br />
600<br />
<br />
600<br />
600<br />
SideWinder<br />
600 <br />
600<br />
600<br />
600<br />
600<br />
SideWinder<br />
600<br />
600 <br />
600<br />
<br />
600<br />
600<br />
SideWinder<br />
600<br />
600 <br />
600<br />
600<br />
600<br />
600<br />
600<br />
600<br />
<br />
600<br />
600<br />
600<br />
600<br />
600<br />
<br />
600<br />
600<br />
<br />
600<br />
600</p>
</div>
</div>
</div>
<div class="disclaimer" id="prices_subject_to_change"></div>
</div>
<img src="/Images/right_col.png" width="71" height="458" alt="#"/>
<div class="nav_font" id="blank_footer">&copy; 2009 SPAR Racing Engines, LLC   &bull;   York Pennsylvania   &bull;   (717) 600-7168  </div>
</div>
</div>
</div>
<script type="text/javascript">
// <![CDATA[
swfobject.registerObject("FlashID");
// ]]>
</script>
</body>
</html>
Nancy O.

Similar Messages

  • CSS, Design Mode vs Live Mode vs Missing Manual

    Hi,
    I downloaded the trial version of DreamWeaver to see if I'd like to purchase it. To get a feeling for it, I've been using the CSS3 Missing Manual and doing the tutorials. Several times I've put code into DreamWeaver then clicked over to Live/Design Modes to see how it was coming along and what was supposed to happen wasn't visible BUT when I copy and past either the CSS or HTML into Coda, it comes out just as the book says it should. Any suggestions as to why?
    I just tried to add text shaddow using the following which works in Coda but not DreamWeaver -- and it's really frustrating.
    body{background-color:rgb(255,255,255);border: 3px solid rgb(75,75,75); box-shadow:0 0 15px 5px rgba(51,51,255,1);width:760px; margin-top:20px; margin-left:auto; margin-right:auto;padding:15px;}
    Also, when I add CSS into my webpage in DW Live Mode will show it but Design Mode will not. Is that normal? What is the use of Design Mode vs Live Mode?
    Thank you,
    ct

    But the code I listed above doesn't preview (correctly) in either view, but will view correctly in Coda (a cheaper than DreamWeaver webpage builder). I don't understand why. It there a special property to doing  floating that I'm not aware of? Theimage with the blue bloat is from Coda, the other image is from DW. Notice the difference? It's the same code. How can that be? I'm guessing that DW is set up differently but I'm not sure how to change it so that it displays correctly. Any suggestions? 

  • EOS Utility for Mac - no "Live Mode" in Focus menu (70D)

    I recently began using the EOS Utility (v. 2.1.4) application for remote shooting, and I'm having a difficult time following the instructions for manually focusing the lens. With the lens switched to AF, and after the EOS Utility has opened to show the Remote Live View window, I drag the selection rectangle to the portion of the image where I wish to focus, then click on the magnifying glass to zoom in. According to the instructions, the Focus popup menu should include several focusing options, one of which is supposed to be "Live Mode" which then allows you to use the arrow buttons to step focus the lens.
    Unfortunately, "Live Mode" does not show up in this popup menu. I see "Quick Mode" and a variety of AF related choices, but "Live Mode" is no where to be found.
    Has anyone else encountered this problem?
    Thanks!

    johnpurlia wrote:
    I recently began using the EOS Utility (v. 2.1.4) application for remote shooting, and I'm having a difficult time following the instructions for manually focusing the lens. With the lens switched to AF, and after the EOS Utility has opened to show the Remote Live View window, I drag the selection rectangle to the portion of the image where I wish to focus, then click on the magnifying glass to zoom in. According to the instructions, the Focus popup menu should include several focusing options, one of which is supposed to be "Live Mode" which then allows you to use the arrow buttons to step focus the lens.
    Unfortunately, "Live Mode" does not show up in this popup menu. I see "Quick Mode" and a variety of AF related choices, but "Live Mode" is no where to be found.
    Has anyone else encountered this problem?
    Thanks!
    I have no actual knowledge of that procedure, so consider the source. But I'd think that for it to work as you intend, the lens would have to be of the type that allows itself to be manually focused while in AF mode. You don't say what lens you're using, but not all lenses fall into that category.
    Bob
    Boston, Massachusetts USA

  • Dreamweaver cs6 freeze in Live mode

    Hi all!
    I just bought a new DWCS6 to build my new html5 site. When is in Live mode it freezes forever...I did fresh instal my win 7 with no luck. Any ideas how to fix it? Thanks in advance , Nick.

    there is some external scripting not script embeded on the site.
    What does that mean?  Are you talking about JavaScript?  Or are you talking about Java, or PHP/CF/.NET?
    Unless you have some scripting on your pages, you do not need anything as a testing server, so remve that testing server definition from your site's definition.

  • Logic ' Live' Mode

    Hi....
    Anyone know if the 'Live' mode uses CPU or RAM or both. Would adding more RAM and running in 64 bit mode mean live mode runs more effectively?
    Thanks

    If you don't want an instrument to be in live mode, then select an audio track, or uncheck the track record button. But then you can't play the instrument.
    If you mean you want better performance (ie you've got too much latency) while you are playing the instrument then 2 things to look at. If it's just the first note that is slow, that's because it's in 'live mode standby' or whatever it's called. The "R" is red, but the button is grey. You need to send a silent MIDI signal to kick it into full live mode, just a quick flick of a knob or mod/pitch wheel.
    IF you have too much latency, period, try decreasing the buffer size in the preferences menu.

  • Can synced lights, a wireless shutter remote and live mode work at the same time on the Canon600D?

    I have a pair of synced lights connected through the hot shoe, and I'd like to use live mode and a wireless shutter remote to take self portraits from a distance... is this possible with the Canon600D? (Rebel T3i)
    I'm finding that turning on live mode stops the lights from flashing, and even with it off, the lights won't flash if I use the remote to take the photo.
    Help would be very appreciated! 

    Did a quick search, I don't think the 600D has the 'silent shutter' option.
    But I might be wrong, it might only be manual only flashes that don't fire in Live View, TTL flashes (any brand) may work.  Maybe it has something to do with the mirror being locked up.   Regardless, a wireless trigger will behave the same as a non-TTL flash, so it's not going to work with off camera flash.
    However, I think that Magic Lantern has a fix for it.  Might look into that if it's something you need.  That said, I've taken hundreds, probably thousands of photos of myself without Live View.  Just tether to a laptop/tablet and you can see the results after you take the shot; adjust accordingly.

  • Jdeveloper 10.1.3 open a page in design and source mode simultaneously

    I want to open a page editor in design and source mode simultaneously on the same file.
    Kind of stupid question, but I could not find the answer in the help..

    OK ignore this message.
    For those who want to know - it is simple - right click on the tab with a a page name and select "Split Document" - I knew it was easy :)

  • Live Mode editing

    When I am in live mode, I put my cursor on an element in the page and I get a little blue box above the element with the div name and a "+" sign. The box varies a little depending on the element and it will name the class or id if available of the element that I am pointing to. How do I use this box? It looks to me like I can add a class or id right there, but I'm not sure and would really like to know how to edit better at this level.
    Thanks in advance...
    Bob

    Have a look here Use the new Live View features | Learn Dreamweaver CC | Adobe TV

  • Horizontal spry menu style appears turned off when on the internet though can view it in live mode!?

    The style of the horizontal spry menu seems as to have been turned off when on the web though is visible and functioning on CS4 Dreamweaver design and live views. I have styled the spry menu and can view it in the properties section though the style setting is there on the internet it looks as if the styles have turned off and appears unformatted vertically when it should be a cascading horizontal menu bar. Not sure where the error is, I have looked at the coding and as I'm not the most experienced with spry.....
    this is the coding above the head.
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript">
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    I have noticed that SpryMenuBarHorizontal.css doesn't appear in the spry assets folder, does this matter? (not sure how to insert into the assets menu).  Any help would be greatly appreciated!

    thanks for testing it. I'm not sure how to proceed though as the css file is in my local_sites/spry assets folder for the website. I've tried to point it to other (copies of SpryMenuBarHorizontal.css) and spry assets folder externally from the site and again internally in the root folder and seems to make little or no difference.
    Your suggestion of what it should read,(sorry to sound so naive at all this) though would you mind giving a step-by-step guide on how to go about it? as I'm obviously missing something in the setup process.
    thanks again for your help.

  • Difference in design and live view

    I ran into another problem lately and i still cant find any solution to this yet. I have a table within table and they look fine in the design page but when i change the page to live view or switch to browser, the table seems longer.  Any idea why and how can i fix this? Any help would be greatly appreciated. Thanks in advanced and sorry for the long post!
    Design page:
    Live view:
    Source 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>
    <link href="Style/style3.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    </head>
    <body onload="MM_preloadImages('Images/aboutusbtn_b.gif','Images/homebtn_b.gif','Images/joinbtn _b.gif','Images/partnersbtn_b.gif','Images/contactbtn_b.gif')">
    <table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <th width="319" align="left" scope="col"><table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <th width="319" align="left" scope="col"><img src="Images/logo_2_01.png" width="319" height="104" border="0" usemap="#Map" /><img src="Images/banner_A_03.png" width="319" height="14" /></th>
          <th width="481" align="left" scope="col"><img src="Images/banner_A_02.png" width="481" height="118" /></th>
        </tr>
      </table></th>
    </tr>
    </table>
    <table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <th width="235" align="left" valign="top" scope="col"><table width="235" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <th height="100" scope="col"> </th>
          </tr>
          <tr>
            <td><table width="235" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <th scope="col"><a href="index3.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('home','','Images/homebtn_b.gif',1)"><img src="Images/homebtn_a.gif" name="home" width="235" height="65" border="0" id="home" /></a></th>
              </tr>
              <tr>
                <td valign="top"><a href="aboutus.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('aboutus','','Images/aboutusbtn_b.gif',1)"><img src="Images/aboutusbtn_a.gif" name="aboutus" width="235" height="65" border="0" id="aboutus" /></a></td>
              </tr>
              <tr>
                <td><a href="activity.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('activity','','Images/actbtn_b.gif',0)"><img src="Images/actbtn_a.gif" name="activity" width="235" height="65" border="0" id="activity" /></a></td>
              </tr>
              <tr>
                <td><a href="joinus.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('joinus','','Images/joinbtn_b.gif',1)"><img src="Images/joinbtn_a.gif" name="joinus" width="235" height="65" border="0" id="joinus" /></a></td>
              </tr>
              <tr>
                <td><a href="partners.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('partners','','Images/partnersbtn_b.gif',1)"><img src="Images/partnersbtn_a.gif" name="partners" width="235" height="65" border="0" id="partners" /></a></td>
              </tr>
              <tr>
                <td><a href="contact.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('contact','','Images/contactbtn_b.gif',1)"><img src="Images/contactbtn_a.gif" name="contact" width="235" height="65" border="0" id="contact" /></a></td>
              </tr>
            </table></td>
          </tr>
          <tr>
            <td> </td>
          </tr>
        </table></th>
        <th width="5" align="left" scope="col"><img src="Images/side2.jpg" width="5" height="764" /></th>
        <td width="560" height="764" align="left" valign="top" id="tb_bg5" scope="col"><table width="560" border="0" align="center" cellpadding="15" cellspacing="0">
          <tr>
            <td height="419" align="left" scope="col"><h1>Corporate Partners</h1>
              <p>Phasellus sit amet massa id nunc faucibus condimentum vel a lacus. Etiam   mattis, erat nec dapibus tristique, dui elit iaculis orci, et dignissim   nunc nisi a lectus. Duis semper porta nisl nec ullamcorper. </p>
              <table width="530" border="0" cellpadding="0" cellspacing="0" class="table_border">
                <tr>
                  <th width="200" align="left" scope="col"><img src="Images/partners_logo/f_logo1.png" width="197" height="136" /></th>
                  <td width="330" align="left" valign="top" scope="col"><table width="100%" border="0" cellspacing="0" cellpadding="5">
                    <tr>
                      <th align="left" scope="col"><p>Sed id nulla neque, in blandit nisi. Quisque a lorem elit.  Nullam fringilla, nisi ac blandit ullamcorper, velit mauris porta metus, ut  facilisis ligula orci sed tortor. Suspendisse a metus eu purus hendrerit  suscipit eu eu nunc. Morbi neque metus, varius quis egestas eu, egestas nec  purus.</p></th>
                    </tr>
                  </table></td>
                </tr>
                <tr>
                  <th colspan="2" align="left" scope="col"><img src="Images/divider2.png" width="522" height="7" /></th>
                </tr>
                <tr>
                  <th align="left" scope="col"><img src="Images/partners_logo/f_logo2.png" width="197" height="136" /></th>
                  <td width="330" align="left" valign="top" scope="col"><table width="100%" border="0" cellspacing="0" cellpadding="5">
                    <tr>
                      <th align="left" scope="col"><p>Class aptent taciti sociosqu ad litora torquent per conubia  nostra, per inceptos himenaeos. Duis dictum convallis massa sit amet mattis.  Curabitur ac nisl vitae leo convallis pretium in eu magna. Donec luctus sodales  lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada  fames ac turpis egestas.</p></th>
                    </tr>
                  </table></td>
                </tr>
                <tr>
                  <th colspan="2" align="left" scope="col"><img src="Images/divider2.png" width="522" height="7" /></th>
                </tr>
                <tr>
                  <th align="left" scope="col"><img src="Images/partners_logo/f_logo3.png" width="197" height="190" /></th>
                  <td width="330" align="left" valign="top" scope="col"><table width="100%" border="0" cellspacing="0" cellpadding="5">
                    <tr>
                      <th align="left" scope="col"><p>Nam sed leo justo. Nulla a urna odio. Sed at metus lorem, a  mattis justo. Pellentesque vel augue a neque auctor scelerisque. Vivamus lobortis  augue sed dui luctus id consequat odio blandit. Nam convallis libero id risus  sagittis lobortis. Quisque ut euismod risus. Ut faucibus ante velit, eget  convallis risus. Curabitur est lorem, consequat auctor hendrerit ac, pretium  sit amet metus. Proin ante massa, laoreet at commodo vitae, egestas et velit</p></th>
                    </tr>
                  </table></td>
                </tr>
              </table></td>
          </tr>
        </table></td>
      </tr>
    </table>
    <table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <th colspan="2" align="left" scope="col"><img src="Images/footer.jpg" width="800" height="5" /></th>
      </tr>
      <tr>
        <td width="400" align="left" scope="col"><p class="footer_text">Copyright &copy;  Olive Interactive. All rights reserved.</p></td>
        <th width="400" scope="col"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <th width="150" scope="col"> </th>
            <th width="200" align="left" scope="col"><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <th width="80" align="center" scope="col"><p>follow us on</p></th>
                <th width="55" align="left" scope="col"><p><a href="http://www.facebook.com"><img title="Facebook" img src="Images/fb_logo.jpg" alt="Facebook" width="50" height="50" /></a></p></th>
                <th width="55" align="left" scope="col"><a href="http://www.twitter.com"><img title="Twitter" img src="Images/twitter_logo.jpg" alt="Twitter" width="50" height="50" /></a></th>
              </tr>
            </table></th>
            <th width="50" scope="col"> </th>
          </tr>
        </table></th>
      </tr>
    </table>
    <map name="Map" id="Map">
      <area shape="rect" coords="75,3,261,105" href="index3.html" alt="Go Green" />
    </map>
    </body>
    </html>
    css style sheet:
    #tb_bg5 {     background-image: url(../Images/bg_2b.png); } .table_border {     border: medium solid #A9D18B; } p {     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;     font-size: 14px;     color: #333;     font-weight: normal; } h1 {     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;     color: #84C775;     font-size: 24px;     font-weight: bold; }

    Welcome back -
    It will be waaaaay easier for us to assist if you would upload all your files to your webspace and post a link here.
    Please?
    Meanwhile, not sure where you want space reduced, but if it's above your footer, find this cell, and  reduce the cell height from 764 to 700
    <td id="tb_bg5" width="560" valign="top" height="764" align="left" scope="col">

  • Text Fields Not Showing in Design or Live View

    Hello Everyone,
    I have run into a problem trying to create a simple contact form through Dreamweaver CS6.  I have two text fields for Name & Email, and 1 text area for Comments.  The issue I am running into is that the text fields are not showing in Design or Live view.  I have set-up all variables required for the server for the form to work... but that should not have any effect on the text field showing...  I tried uploading my contact page with the same result of no text fields showing...
    What is really laughable is that the "text area" I placed in my form for Comments shows up in Design & Live view just fine.  I am thinking that I am missing something, but just do not know what exactly.  The form is styled through CSS.
    Here is the form code:
         <div id="CRDForm">
           <form action="http://www.sweetformimi.com/formmail/formmail.php" method="post" enctype="application/x-www-form-urlencoded" name="contact" target="_self" id="contact">
        <input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER">
        <input type="hidden" name="recipients" value="[email protected]" />
        <input type="hidden" name="subject" value="Contact Form" />
             <label><p>Your Full Name
               <input name="Name" type="text" id="Name" size="40" /></p>
             </label>
             <label><p>Email
             <input name="email" type="text" accesskey="2" tabindex="2" title="Email" value="Email"></p>
             </label>
             <label>Comments<br />
             <textarea name="comments" cols="40" rows="10" accesskey="3" tabindex="3" title="Comments"></textarea>
             </label>
             <input name="submit" type="submit" accesskey="4" tabindex="4" title="submit" value="submit">
           </form>
        </div>
    Are there other variables I should be thinking about in the rest of my site?  I am using a fluid grid layout.  I have CSS for desktop, tablet, and phone devices.  I also have a primary CSS file that imports all three.  The sites structure was done by using <header>, <article>, <footer>, and of course <div> tags. 
    Has anyone ever experienced the "text fields" not showing up before? Is it a simple fix as reinstalling Dreamweaver CS6?  Finally, another thing I should mention is that I did have a previous version of Dreamweaver on my comp, which was CS3.  I did not uninstall that before installing the newer version.  I assumed (and I could be wrong here) that it would automatically replace the older version.
    I apoligize for it being long winded, but I am looking for some help on this issue...
    Thank You

    Hey thank you osgood for the reply!
    When I look at code for long hours it sort of blurs together, and I miss things... I think that happens to the most of us
    Ya I found what was blocking my text fields in my desktop.css
    I primarily work through code view, and currently working on quite a few projects kind of makes your eyes miss the small errors.
    Thanks again!

  • Laptop-mode / laptop-mode-tools lcd brightness issue

    I have an issue with my lcd brightness config in laptop-mode tools
    here is the brightness values
    [venky@ARCHROCKS ~]$ cat /proc/acpi/video/VID/LCD/brightness
    levels: 72 24 12 24 36 48 60 72 84 100
    current: 72
    [venky@ARCHROCKS ~]$
    following is my lcd-bightness.conf file under /etc/laptop-mode/conf.d
    # Configuration file for Laptop Mode Tools module lcd-brightness.
    # For more information, consult the laptop-mode.conf(8) manual page.
    # LCD brightness settings
    # Using these settings, you can make laptop mode tools automatically adjust
    # your LCD's brightness settings. The settings are extremely simple -- they
    # only allow for the execution of a command, nothing more. The reason for this
    # is that LCD brightness settings are very different between laptop vendors.
    # Suggestions for commands:
    # * If your system has the file "/proc/acpi/video/VID/LCD/brightness" (VID may
    # be VID1 or similar), use this file as BRIGHTNESS_OUTPUT, and use
    # the command "echo <value>". The possible values can be listed using the
    # command:
    # cat /proc/acpi/video/VID/LCD/brightness
    # * If you have a file /sys/class/backlight/.../brightness, then you can use
    # that file as BRIGHTNESS_OUTPUT, and the command "echo <value>".
    # As far as I understand it the values are between 0 and
    # the value contained in the file /sys/class/backlight/.../max_brightness.
    # * For Toshiba laptops, use the command "toshset" with the -lcd or -inten
    # command. Read the toshset(1) manual page for more information on the
    # parameters for this command. If you use this command, set
    # BRIGHTNESS_OUTPUT to "/dev/null".
    # IMPORTANT: In versions 1.36 and earlier, these settings were included in the
    # main laptop-mode.conf configuration file. If they are still present, they
    # overrule the settings in this file. To fix this, simply delete the settings
    # from the main config file.
    # Should laptop mode tools control LCD brightness?
    CONTROL_BRIGHTNESS=1
    # Commands to execute to set the brightness on your LCD
    BATT_BRIGHTNESS_COMMAND="echo 24"
    LM_AC_BRIGHTNESS_COMMAND="echo 100"
    NOLM_AC_BRIGHTNESS_COMMAND="echo 72"
    BRIGHTNESS_OUTPUT="/proc/acpi/video/VID/LCD/brightness"
    so basically while in AC power i want full brightness when on battery i want one notch more than the minimum brightness and when laptop-mode is not running i want 2 notches less than maximum brightness.
    the battery mode works fine when i unplug the computer but when i replug the AC power it goes to 72 instead of 100. I mean laptop mode is running coz when I remove ac power it goes to 24 again.
    Am I doing something wrong?

    When you plug in AC power, laptop-mode probably turns down, so LCD brightness is set to 72. It depends on if you have set in /etc/laptop-mode/laptop-mode.conf ENABLE_LAPTOP_MODE_ON_AC to 0 or 1.

  • Item field to non-editable mode(display mode) in Purchase Order(ME22n).

    Hi SDN,
    Based on the Comany code i need to modify the item level fields like <b>Item, Account Assignment, Material</b> to non-editable mode(display mode) in Purchase Order(ME22n).
    So i modifed in the method MODIFY_SCREEN_TC_LINE of class CL_TABLE_VIEW_MM and set the value L_FIELD_STATUS = *  for the screen filed MEPO1211-EBELP. When i execute, the whole column changed to display mode and the empty rows filled with 0(zero). But i want only grey mode for the line items that are present for that PO but not for the whole column. So can any one guide me to do so. I am using 4.6c.
    Thanks in Advance
    Regards
    Basha

    Hi Ramesh,
    Normally you can change the currency field, after entering information in Data base's table, go to Detail's table and change the rate as you want, then directly choose your PO number.
    so the system accept the rate entered aven though the PO had another rate.
    Regards.

  • Explain about transparent mode, single mode, multiple context mode

    You can explain about the differents of transparent mode, single mode, multiple context mode in ASA 5500? Thank you very much.

    Great question. Hope the below helps:
    Transparent Mode: In this mode, the ASA will filter traffic without requiring L3 on the ASA. This means that in your config you will not put IPs on the interfaces to be used for traffic filtering. Thus, filtering is transparent to the traffic as the traffic isn't directly routed to the firewall. Think of it like you have a server plugged into a switch. In transparent mode, you place the ASA between the server and the switch and no configuration change is required to the server. In routed mode, you place the ASA in the same physical location between the server and switch, but have to change the server to use the ASA as a default gateway.
    Single Mode: Default mode of an ASA. The ASA acts as a single firewall and all interfaces are provisioned to be managed through a single firewall configuration.
    Multiple Context Mode: The ASA is split into multiple virtual configurations. With the ASA now virtualized, you provision the physical interfaces on the ASA to the virtual firewall configured. Each context has it's own configuration seperate from the rest of the firewall. Multi-context is meant for enterprises to invest in a single piece of hardware and scale it for use as multiple security devices.
    Hope this helps. Let me know if you have anymore questions!
    -Mike
    http://cs-mars.blogspot.com

  • 2xC350 in High Availability Mode (Cluster Mode)

    Hello all,
    first of all, i`m a newbie in ironport. So Sorry for my basic questions, but i can`t find anything in the manuals.
    I want to configure the two boxes in High Availability Mode (Cluster Mode) but i don`t understand the ironport cluster architecture.
    1) in machine mode i can configure IP-Adresses -> OK
    2) in Clustermode i can configure listeners and bind them to a IP-Address -> OK
    But how works the HA?
    A) Should i configure on both boxes the same IP to use one MX Record? And if one box is down the other takes over?
    B) Or should i configure different IPs and configure two MX Records?
    And if one box is down the second MX will be used.
    Thanks in advance
    Michael

    The ironport clustering is for policy distribution only - not for smtp load mgmt.
    A) Should i configure on both boxes the same IP to use one MX Record? And if one box is down the other takes over?
    Could do - using NAT'ing on the f/w but few large business take this approach today.
    Many/most large businesses use a HW loadbalancer like an F5, Foundry ServerIron, etc. The appliances themselves would be set up on seperate IP addresses. Depending on the implementation requirements, the internal IP address could be a public IP or a private IP.
    B) Or should i configure different IPs and configure two MX Records?
    And if one box is down the second MX will be used.
    If you set up two boxes, even with a different MX preference, mail will be delivered to both MX records. There are broken SMTP implementations that get the priority backwards, and many spammers will intentionally attempt to exploit less-restrictive accept rules on secondary MX recievers and will send to them first.

Maybe you are looking for

  • Can i found my in box in apple id:

    hwo i can ckeck my in box from an apple id:    i want to verify my apple id as a primery email , how i can do it ??

  • HP Officejet 7210 problem

    The alignment pages look ok, have cleaned the print heads twice.  Printer prints only half of every other line in document.  Solutions?

  • Double Buffer Extension libdbe.so for conky

    Hallo I am running conky, which is said to require DBE. The very same issue has already been posted here (https://bbs.archlinux.org/viewtopic.php?id=164293), but the topic was not continued. I searched but could not find any hints where to find this

  • How do I revert to the original printer driver?

    Hi all- Just got a new Macbook Pro 15". I have a Canon MP780, and figured I'd try to update the printer & scanner driver for this printer. Downloaded and installed it, but now many of the printer option are struck-out in the Copies & Pages pop-down,

  • How to pre-define the "save as type" using fileDialog or fileChooser?

    Hello everyone, I have a fileDialog. I now want to save a file by specified extensions i.e. docs,gif,etc. How can I do that? by default, the "save as type" box is "all files". thanks a lot SQ