Problem in Live View

I have my screen split with code on the left and comp on the right.  When I hit Live button, my code window goes away.  Is there a way to prevent this from happening?  I would like to stay in Live view and code.

YES.  I have the latest update of dreamweaver cc installed, this is also happening when I click design view too.  Split view of code on left and comp on right goes away when I click live and/or design views.    Below is a video of the problem.
screemdw - YouTube

Similar Messages

  • Problem with Live View being slow

    Since the latest update it now takes up to 20 seconds for the live view to appear in Dreamweaver. Is this usual - anyone else having this problem, How can I solve it? it's like working in mud!

    It may just be a temporary issue on their server. That's one of the main problems with referencing files you don't own, you are at the mercy of the owner's server status.
    If you can, I would suggest getting a copy of the font files you are using and keeping them on your own server to reference instead, it may cost you extra, but it's worth it.
    To be honest, I've never used Typekit and don't even know if that's possible, but I've had similar issues with Google Fonts in the past and will download fonts to be stored on my own systems now whenever it's critical that they are available whenever the website is (doesn't happen often, but).
    You just need both a .ttf and .otf version of the font to ensure it works when using the @font-face css rule. Converting a .ttf to .otf is pretty simple and can be done in a lot of places online. You would need to check with Typekit's user agreements to see if that's possible, but Google's are all open source and can be modified however you see fit.

  • Problem with Live View on MKIII

    Today, I was shooting in manual mode and using live view to focus when it suddenly stopped working. It sounded right, but nothing on the LCD. After I finished my shoot, I played around with the camera and it would work in aperture priority but not M. Also, if I flipped to video mode, live view only worked in Av. Played around with settings and I turned off Exposure simulation and it started working again. Batteries showed plenty of power. 
    Any ideas?

    Ok, looks like user error.
    I was shooting with strobes.  I did have EC at -1. Also, yes it was set up for flash so I'm assuming it was way under. Thing is, first couple of shots, I swear it was working, but maybe between changing ISO and aperture, I had enough light to focus with the modeling lights on. I'll play more tomorrow and figure out what I was doing wrong. I was hoping it was user error and it looks like that was the case.

  • Flickering problem with live viewing with IMAQ Image Display

    Hi everyone,
    I am trying to write a program to do live imaging with Andor camera. I am using some examples from Andor. The images are acquired in sequence and send into IMAQ Image Display and also Intensity Graph. There is minimal flickering issue in the Intensity Graph but there is very bad flickering problem in IMAQ Image Display. Perhaps I misunderstand how to optimize the vision tools. Does anyone know how to overcome this issue? I have attached the code that I am testing. Thanks in advance.
    Best regards,
    Han Yen
    Solved!
    Go to Solution.
    Attachments:
    iXonRTA_live_0.0.1.vi ‏70 KB

    You can use Vision Assistant to test our vision functions. Vision Assistant is really meant to prototype - it does not have all teh functionality of Vision Development Module and is not as flexible as we don't allow you access to all the settings for every function.
    I recommend starting in Vision Assistant and then porting over to LabVIEW or C (whatever you are most comfortable with)...this is built-in functionality. There is nothing wrong with using Vision Assistant to do live imaging, just that you run into limitations and you will only be able to use this code on computers that have Vision Assistant.
    Hope this helps.
    --Michelle
    Instrument Control R&D
    National Instruments
    Instrument Control
    Machine Vision

  • Div shifting down page in live view

    I'm trying to create a website for a project I'm doing.I'm having a problem in live view where I the div with the id "imageholder" keeps shifting down the page. It looks fine in the editor but the browser and live view not so much. I want it to line up with the top div, not the bottom one.
    Another problem I'm having is that I can't adjust the footers margin very well. it's not taking into account the div's directly above it. I've included a screenshot of the page as it hasn't been uploaded online yet. Thanks
    Here is the code:
    HTML:
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Home</title>
    <link href="CSS/Project.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    body {
      background-color: #E0EEEE;
    </style>
    </head>
    <body>
    <div id="container">
    <header>
    <h1 id="title">Limerick Running Club</h1>
    <h2 class="subhead"><strong>L.R.C</strong></h2>
    </header>
    <br/>
    <nav>
    <nav id="nav_centre">
    <ul>
    <li><a href="#">Home</a></li>
    <li></li>
    <li><a href="#">History</a></li>
    <li><a href="#">Events</a></li>
    <li><a href="#">Gallery</a></li>
    <li><a href="#">Results</a></li>
    <li><a href="#">Useful Links</a></li>
    <li><a href="#">Contact Us</a></li>
    </ul><br/>
    </nav>
    </nav>
    <section>
    <h2 >History</h2>
    <article></article>
    <article class="mainpara">
      <p>The limerick running club was founded in 2008. We are a community funded club with the sole aim of helping to make our community fitter and happier. Our main office is based in castletroy and you are welcome to drop in anytime and join up. </p>
      <p>Since the LRC was founded we have had a number of members who have shared with us their feeling about joining the club. </p>
      <p>You can read more about what their saying below</p>
    </article>
    <article id="testimonial"><h3>Member Testimonials</h3><h3 class="Name">John Byrne</h3>
      <p>Since joining the LRC my health and fitness has improved greatly. I recommended the club to everyone.</p>
      <h3 class="Name">Mary Smith</h3>
      <p>I'm delighted I joined the LRC. I feel much fitter and healthier since joining and there is a great sense of community surrounding the club.</p>
      <h3 class="Name">Tom Ryan</h3>
      <p>Really enjoying my runs with the lRC. I'd recommend joining to anyone.</p>
      </article>
    </section>
    <div id="imageholder"><img src="Images/edited.jpg" width="355" height="266" alt=""/></div>
    <footer><span id="copyright">&copy;2015 Limerick Running Club</span></footer>
    </div>
    </body>
    </html>
    CSS:
    @charset "utf-8";
    html{
      background-color:#E0EEEE;
    header{
      width:100%;
    nav {
      width 100%;
      height 55px;
    #nav_centre {
      text-align: center;
      width: 1080px;
      margin-right: auto;
      margin-left: auto;
      border-color: #4683ea;
      border-style: solid;
      border-radius: 12px;
      padding-bottom: 15px;
      padding-top: 0px;
      font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
      font-size: small;
      background-color:#4683ea;
    nav ul{
      list-style:none;
    nav a{
      display:inline;
      float:left;
      text-decoration:none;
      font-weight:bold;
      padding-top: 5px;
      padding-bottom:5px;
      padding-right: 45px;
      padding-left: 45px;
      height: 20px;
      color:#CCC;
    header {
      text-align: center;
    #container {
      width: 1080px;
      margin-left: auto;
      margin-right: auto;
    footer {
      margin-top: 600px;
      text-align: center;
      height: 50px;
      clear: both;
      padding-top: 25px;
    #copyright{
      color:#a6a6a6;
    article {
      margin-top: 20px;
      width: 650px;
      margin-left: 5px;
      margin-right: 0px;
    #imageholder {
      width: 360px;
      float: right;
      clear: none;
      margin-top: 20px;
      margin-right: 5px;
      padding-right: 5px;
    .mainpara {
      float: left;
      border-color: #4683ea;
      border-style: solid;
      border-radius: 12px;
      padding-left: 5px;
      background-color: #F0F0F0;
      font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
      width: 600px;
    section {
      margin-top: 75px;
      left: 5px;
    h1{
      color:#4683ea;
    #title{
      font-weight: bold;
      font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
      color:#FFA500;
    .subhead{
      font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    h2{
      letter-spacing: 2px;
      font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    #testimonial {
      float: left;
      border-color: #4683ea;
      border-style: solid;
      border-radius: 12px;
      padding-left: 5px;
      background-color: #F0F0F0;
      font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
      padding-right: 5px;
      width: 600px;
      clear: both;
    .Name {
      color:#FFA500;

    Try this -
    <article class="mainpara">
      <div id="imageholder"><img src="Images/edited.jpg" width="355" height="266" alt=""/></div>
    <p>The limerick running club was founded in 2008. We are a community funded club with the sole aim of helping to make our community fitter and happier. Our main office is based in castletroy and you are welcome to drop in anytime and join up. </p>
      <p>Since the LRC was founded we have had a number of members who have shared with us their feeling about joining the club. </p>
      <p>You can read more about what their saying below</p>
    </article>
    Move the imageholder div so that it is the first child of the "mainpara" article.
    Also, you probably want "...what they're saying below" in that last paragraph above. Finally, why do you have a nested <nav> tag in your code?

  • Help with Live View - Links Not Working

    Hello,
    I am having a problem with Live View.  It had been working just fine, until recently.  Now, when I load a site stored locally, the page looks normal and links highlight when I cursor over them, but when I click them no navigation takes place.  I just remain on the index page.  The site does test fine in IE8, Chrome, Firefox and used to test fine in Live View.  The same happens with all my sites.  No changes have been made to my system.  Maybe I changed a setting unknowingly?  Is there some type of setting that I am missing perhaps?  Any help would be appreciated.
    Jason

    Did you close and restart DW to see if that helps?
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Problem with Css styles not showing in live view or when i browse

    I am using Mac osx 10.6 and building website with Dreamweaver CS5.  Sometimes div tags i create not showing styles or rendering in live view or when I browse but  showing in design view. I looked in dreamwever faq and they talk about not showing in design view to toggle the display styles. That is not the problem becuase it is check marked and I tried turning off and turning on and made no difference.I am using firefox browser.
    It happened before the other day too. But all of my other pages in this site that i have created the same way building with div tags and css styles. So not sure what the problem is. Maybe someone has a suggestion here.
    Johanna

    <!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>Portfolio</title>
    <style type="text/css"></style>
    <link href="css/jbstyles.css" rel="stylesheet" type="text/css" />
    <style type="text/css"></style>
    </head>
    <body>
    <div id="wrapper">
      <div id="mainnav">
        <div id="navbar">
          <ul>
            <li><a href="index.html"><br />
            </a></li>
    <li>
              <ul>
                <li><a href="index.html">          Home</a><a href="about.html">About</a></li>
                <li><a href="portfolio.html">Portfolio</a><a href="contact.html">Contact</a></li>
              </ul>
            </li>
          </ul>
      </div>
        <div id="contentinside">
          <div id="navbar2">
            <ul>
              <li><a href="design.html">Design</a></li>
              <li><a href="multimedia.html">Multimedia</a></li>
              <li><a href="webdesign.html">Web Design</a></li>
            </ul>
          </div>
          <div id="mm1thumb">Content for  id "mm1thumb" Goes Here</div>
          <div id="mm2thumb">Content for  id "mm2thumb" Goes Here</div>
        </div>
        <img src="images/multimsidebar.gif" width="212" height="615" alt="mmsdbr" longdesc="http://multimsidebar" />
      <div id="footer">
        <p> </p>
        <p>Johanna Bresnahan</p>
        <p>Web &amp; Graphic Design - http://www.johannabresnahan.com</p>
        <p> email: [email protected] ....phone....857•991•5717<br />
      </p>
    </div>
    </div>
    <!--end wrapper--></div>
    </body>
    </html> 
    Here is the html code above. not sure how to attach my file so get a visual. This is the first time I have used this forum.
    Johanna

  • Design View differs from Live view problem

    I have Dreamweaver CS5.5 with Mac OS 10.7.3 on an iMac. I have the same set-up on a Macbook Pro 17
    The problem is that the Design view is showing different fonts and not picking up layout as per CSS style but the Live view is all correct.
    All is fine on the laptop so it is my iMac specific glytch
    I have checked the settings for diplaying CSS styles and they are ticked
    I have switched off the activation settings for Suitcase Fusion 3 in case of conflict there
    I have uninstalled and reinstalled Dreamweaver
    I think it a font-related problem as the design view only seems to want to display non-serif fonts.
    Am I doomed to only use the lap-top in my web work?
    I hope someone can advise as I am rather frustrated

    I think that's just the way it is...
    http://forums.adobe.com/message/4312435#4312435
    Martin

  • Design view problem, live view fine

    I'm having a design view issue in Dreamweaver CS4. If you look at the images here:
    http://www.honestcontractors.net/temp/index.html
    You can see that design view (top image) cuts off the bottom CSS and the right area. But everything looks just fine in live view (lower image). Anyone have any ideas why this is going on?
    Thanks!

    Me too!  I also have upgraded from DW8 to CS5 and have this problem and it is driving me crazy.  I have run my pages through the W3C validator and they passed, so I know there is nothing wrong with my code.  But the XHTML pages are all displaying flush left in Design View, and intermittently so are some of the HTML pages.  They display fine in Live View, but of course, you can't do any editing in Live View.  This to me disables one of the key features of Dreamweaver since it was launched by Macromedia years ago -- the ability to switch seamlessly back and forth between Code View and Design View!  I've been working with it like this for several years and this has thrown a monkey wrench into my workflow and I'm really depressed.  The Adobe phone tech in India was trying to tell me it was my fault!  I showed him that the pages passed the W3C validator test and displays just fine in Firefox and Safari when uploaded to the server.
    Meanwhile, there are other bugs the Adobe phone tech basically threw up his hands about: browser preview works with Safari but not Firefox (it just doesn't open at all, nothing happens).  Also, sometimes after interacting with the server, the dialog box doesn't close on its own, so you go to open a file a minute or two later, and you are told that "Dreamweaver is currently interacting with a server."  Since the dialog box is hidden, this has also been driving me nuts for the past week until I realized what the cause was.
    I am SO frustrated right now.  This is a very, very expensive program, and it should be working better than DW8 not lacking key features.  Any other suggestions?  And what's with Adobe's current phone techs?  I've talked with 3 of them about this issue.  The first one spoke fractured English, the second one seemed competent to a point, the third one had decent language skills but I felt as if I had better reasoning skills and knew more than he did -- and he was the one who punted and said "Must be the fault of your design," even though he could see my screens and I showed him that the design passed validation.
    By the way Tech # 2 had me delete the configuration files and preferences and uninstall and reinstall DW CS5 to no avail.  And I'm running the latest update of Snow Leopard on a Mac Mini purchased in November 2009.
    --Helen

  • "Code & Design" and "Code & Live" view problem i  am getting in Dreamweaver CC 2014

    Please anyone help me.
    I have 2 webpages, one is with 12 columns fluid grid based and another is without fluid grid based.
    Both are open in same site folder in Dreamweaver CC 2014.
    I want to resize/edit  my fluid grid div column in design view.
    But i m not getting the proper menu (view-->Code and Design)
    why the problem is happening ?
    If my non-fluid page is active for edit purpose than i am getting the "View"-->"Code and Design"
    if my fluid page is active for edit purpose than i am no getting the  "View"-->"Code and Design"
    but i am getting "View"-->"Code and live"
    i am unable to resize my fluid div using the resize handler.
    this is fluid based, i need "code and design view"
    this is non-fluid based

    There has been much discussion about this lately.  You can add your vote for a return of Design View below.
    Provide "Design View" for Fluid Grid Webpages
    It's an "improvement" made to the October release to promote more people to use Live View editing in FGLayouts.  As we're finding out, the removal of Design View in FGLayouts is severely impacting people's workflows.
    Workarounds:
    Step back to CC June release from links below
    Win: http://download.adobe.com/pub/adobe/dreamweaver/win/cc/Dreamweaver_14_LS20.exe
    Mac: http://download.adobe.com/pub/adobe/dreamweaver/mac/cc/Dreamweaver_14_LS20.dmg
    or put an X in the FGLayout CSS comments
    Change this:
    Dreamweaver Fluid Grid Properties
    dw-num-cols-mobile:        5;
    dw-num-cols-tablet:        8;
    dw-num-cols-desktop:    12;
    dw-gutter-percentage:    25;
    to this:
    Dreamweaver Fluid Grid Properties
    dw-num-cols-mobile:      X;
    dw-num-cols-tablet:        8;
    dw-num-cols-desktop:    12;
    dw-gutter-percentage:    25;
    Nancy O.

  • 5Dmkiii live view problem

    Hi All,
    I'm having a problem with my 5d when it comes to live view. Occasionally, when I half press the shutter down, the mirror will flip but nothing will happen. I'm not sure if I've set a bizzare setting or if there is something genuinely wrong with my camera, but it's meaning I have to use my eyepiece until it stops having a tantrum.
    Has anyone else experienced this or can anyone suggest a fix?
    Thanks!

    That's the camera focusing. The mirror flip up, then back down again once it achieves focus. If you don't want it, switch to LIVE MODE instead of Quick Mode.
    Weekend Travelers Blog | Eastern Sierra Fall Color Guide

  • Dreamweaver CS5.5 live view problems

    1.) As described in this Thread: http://forums.adobe.com/message/3204440#3204440 the Live View is very slow, when edit/design a php-page which uses external css files
    2.) The live view does not support/show css3 tags, e.g. box-shadow or border-radius, altough the css-panel knows these tags. it is necessary to open the page in a local browser or in multiscreen-preview to see the design.
    3.) The live view does not render the jqeury-mobile layout.

    -Live View is very slow?
    Only when the page contains CSS/JavaScript interactions.
    -Live view does not support/show css3 tags?
    Correct.
    -Live view does not render the jqeury-mobile?
    Actually, it does. You need, however, to choose a local path option for
    the scripts.
    Dreamweaver is a marvelous program, but like everything else made with
    human hands and minds - it's not perfect. Live View is a very misleading
    feature - actually, the only folks I know who find it useful are
    beginners (who believe it works) and authors who write books and
    tutorials that teach how to use it. It's worth at least one chapter of
    filler
    The only truth a novice should pull out of this topic is that when
    testing a web page, the only reliable test is that which involves real
    browsers.
    Al Sparber - PVII
    http://www.projectseven.com
    Finest Dreamweaver Menus | Galleries | Widgets
    Since 1998

  • Problem: design view looks completely different than live view

    I am trying to make changes to my home page in Dreamweaver, and when I am viewing the page in 'design view' the background image for the container is missing, and the divs are all over the place. When I view the same page in live view and in browser preview, it looks fine.
    Because I can't really see what the page is going to look like in 'design view', I can't really make changes to the site. Any help would be much appreciated.
    Link to screenshot of 'design view'  
    www.simply-eden.com/images/screenshot1.tiff
    Link to screenshot of 'live view'       
    www.simply-eden.com/images/screenshot2.tiff
    link for purpose of viewing the code only
    www.simply-eden.com/images/index.html
    Thanks for the help.

    When things get really goofed up, it could be caused by malformed code or orphaned div tags.  Sometimes browsers will let you slide with poor code, but DW Design View won't.
    Use these online code validation tools and fix any reported errors.
    HTML Validator - http://validator.w3.org 
    CSS Validator - http://jigsaw.w3.org/css-validator/  
    HTML & CSS Tutorials - http://w3schools.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • CS6 Live View Rendering Problem

    I recently upgraded from CS5.5 to CS6. Since that up grade I notice that Live View no longer renders the CSS slider color for a DIV box correctly.  I am using the following: scrollbar-face-color: #1FFF40;   CS5.5 does render it correctly, CS6 does not. Anybody else seen this?

    scrollbar-face-color is not a standard part of CSS. It's supported only by Internet Explorer and Opera.
    Dreamweaver's Live view is based on the WebKit browser engine, which is the same as used in Safari and Chrome, which don't render scrollbars on Mac OS X. The browsers in most mobile phones and tablets also use WebKit, and they don't display scrollbars either.
    I suspect that the new version of WebKit in Dreamweaver CS6 Live view simply doesn't support scrollbar-face-color, and is unlikely to do so in future unless it's adopted as part of CSS3 by the W3C.

  • 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">

Maybe you are looking for

  • HTTP response contains unexpected content-type(100,101) in SAP ADS?

    Hi, Our current landscape is SAP ECC EHP7 on SAP NW 7.40 and SAP ADS is installed on Central HUB system which is SAP NW 7.4 SP08 Java Stack System. We have done configuration on both ABAP & JAVA Stack but when we run FP_PDF_TEST_00 program in SE38 th

  • How do I connect my 20" iMac ...

    to my surround sound stereo system? What cords do I need to get the sound rather than just the speakers from the computer? Lame question yes I know! Sorry? Greg

  • MDB queue clean-up?

    Hi there, Is there a way to clean up the queue for an MDB? I have a MDB that updates the state of my entity bean and the bean in turn sends out a message. For some reason it works fine the first time the appp is deployed, but when repeated, then the

  • OT: Word 2003 - Überschriften und Bilder zusammenhalten

    Moin zusammen, wie üblich seid ihr meine letzte Hoffnung, nachdem ich schon den ganzen Tag das Netz durchforstet habe. Ich kriege es nicht hin, in meiner Diplomarbeit Bildüberschriften und Grafiken zusammenzuhalten. Ich habe es mit tausend verschiede

  • How to download via itunes

    my 10 year old son put a security passcode on my ipod and he doesnt remember the 4 digit number how i get my data or any at all back