My page design looks different in browser

My website is table based using css styles for the text
designed in dreamweaver mx 2004.
On one page I have very simple a table with 2 columns, there
is text in one and my logo in the other. Both cols are set for
content to be vertically aligned to the top of the table and are
perfectly aligned.
When I look at my page online my logo is not where it should
be at the top of the table, it drops down slightly. I am living
with this as it does not hamper the usability of my page but I need
to know why it's happening for future pages. I only preview in
Safari at the moment, so I am also wondering if it's my browser, IE
on another pc shows the logo in the wrong position. I have tried
putting the logo in a layer with x and y co-ordinates set thinking
this might be more definate but it's even worse, way out of line
with the content in my table.
ALSO
My table is 600px deep. On my ibook and within dreamweaver,
the whole table is visible on screen without scrolling down to see
the last line.
When I preview in browser, I have to scroll down to see the
last line of content it's as though the online version has been
vertically stretched. The last line of content also has a logo
image in it a .png file, it didn't stretch out like this when there
was no image in the last line.
Any help much appreciated x

> Any help much appreciated x
Without seeing your page and its code, we can only guess.
1. I'd guess that your logo is within a <p> tag, and
the space that is
appearing above it is due to the default top margin on the
<p> tag.
> I have tried
> putting the logo in a layer with x and y co-ordinates
set thinking this
> might
> be more definate but it's even worse, way out of line
with the content in
> my
> table.
That's never going to be a good solution for you.
> When I preview in browser, I have to scroll down to see
the last line of
> content it's as though the online version has been
vertically stretched.
> The
> last line of content also has a logo image in it a .png
file, it didn't
> stretch
> out like this when there was no image in the last line.
You cannot control table heights in any way. Don't waste your
time trying.
Watch what happens when you preview and then make your
browser's text
display larger or smaller.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Lauraghc" <[email protected]> wrote in
message
news:[email protected]...
> My website is table based using css styles for the text
designed in
> dreamweaver
> mx 2004.
>
> On one page I have very simple a table with 2 columns,
there is text in
> one
> and my logo in the other. Both cols are set for content
to be vertically
> aligned to the top of the table and are perfectly
aligned.
>
> When I look at my page online my logo is not where it
should be at the top
> of
> the table, it drops down slightly. I am living with this
as it does not
> hamper
> the usability of my page but I need to know why it's
happening for future
> pages. I only preview in Safari at the moment, so I am
also wondering if
> it's
> my browser, IE on another pc shows the logo in the wrong
position. I have
> tried
> putting the logo in a layer with x and y co-ordinates
set thinking this
> might
> be more definate but it's even worse, way out of line
with the content in
> my
> table.
>
> ALSO
>
> My table is 600px deep. On my ibook and within
dreamweaver, the whole
> table is
> visible on screen without scrolling down to see the last
line.
>
> When I preview in browser, I have to scroll down to see
the last line of
> content it's as though the online version has been
vertically stretched.
> The
> last line of content also has a logo image in it a .png
file, it didn't
> stretch
> out like this when there was no image in the last line.
>
> Any help much appreciated x
>

Similar Messages

  • Design view differs from browser view

    When viewing in Design view my code correctly shows 2
    overlapping rectangles. In browser view it shows two smaller
    rectangles that do not overlap. I am using DW MX 2004. I have
    attached small sample code.
    Thanks,
    Alexariel

    DMX2004's Design view is not a browser, and can only
    approximate (poorly)
    how a page will look. The browser is always right. For
    example, DMX2004 is
    insensitive to the CSS error here -
    div {width:250px; height:100;px; position:absolute; }
    (note the ';' between '100' and 'px')
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Alexariel" <[email protected]> wrote in
    message
    news:gqh83o$kld$[email protected]..
    > When viewing in Design view my code correctly shows 2
    overlapping
    > rectangles.
    > In browser view it shows two smaller rectangles that do
    not overlap. I am
    > using
    > DW MX 2004. I have attached small sample code.
    > Thanks,
    > Alexariel
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    > "
    http://www.w3.org/TR/html4/loose.dtd">
    > <html>
    > <head>
    > <title>Untitled Document</title>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <style type="text/css">
    > body {margin: 0px; padding: 0px;}
    > div {width:250px; height:100;px; position:absolute; }
    > div.one {background-color:#FF0000; left: 0px; top: 0px;
    > div.two {background-color:#00FF00;left: 75px; top:
    25px;}
    > </style>
    > </head>
    > <body>
    > <div class="one">one</div>
    > <div class="two">two</div>
    > </body>
    > </html>
    >

  • Looks different in browser than in Dreamweaver, why?

    Hi all,
    I'm trying to get used to Dreamweaver CS3 after moving from GoLive (and its simple, easy layout grids) and can't even get a simple table to behave the way it looks while editing.
    Here's what I see when I'm editing:
    http://yarnlady.com/in.dreamweaver.jpg
    And here's how it looks in a browser (Safari on OSX for me):
    http://yarnlady.com/index-test.html
    You'll notice a white strip above the banner, even though I've been careful to set everything I can find to align top, not wrap, etc.
    To beat the dead horse once more... why did I have to give up the layout grid that I've been using been since CyberStudio?
    Thanks so much in advance!

    Remove the P tags from this line (Hilited in red), no need to center the banner if the banner and table are the same width. The P tags will cause your white space in a browser.
          <td width="730" align="center" valign="top" bordercolor="#6C5A9C" scope="col"><p align="center" class="style86"><img src="images/banner1.jpg" width="730" height="128" border="0" /><img src="images/buttons_05.gif" alt="home" width="83" height="30" /><img src="images/buttons_06.gif" alt="news" width="74" height="30" /><img src="images/buttons_07.gif" alt="classes" width="91" height="30" /><img src="images/buttons_08.gif" alt="events" width="86" height="30" /><img src="images/buttons_09.gif" alt="workshops" width="125" height="30" /><img src="images/buttons_10.gif" alt="store" width="73" height="30" /><img src="images/buttons_11.gif" alt="policies" width="99" height="30" /><img src="images/buttons_12.gif" alt="contact" width="99" height="30" /></p>
    Brad Lawryk
    Adobe Community Expert, Dreamweaver
    Adobe Usergroup Manager, Northern British Columbia Adobe User Group

  • How Can I Change One Page to Look Different From The Rest of My Pages?

    Hi, my website uses a CSS page with a dark background and white type. But I have one page I need to have a white background and light grey type on. I am not sure how to do this without it changing all of my site's look which I don't want to do. I only want to change one page to have a different look. How can I do this? I am new to CSS so please try to explain how I can do this in simple terms if you can. Thanks.

    There are 3 ways to use CSS.
    External style sheet: a separate physical file that contains all your site wide rules & to which your html documents are linked.
    http://alt-web.com/DEMOS/DW-Link-Stylesheet.shtml
    Embedded styles: page specific rules in the <head> section of code view.
    <head>
         <style type="text/css">
              page specific styles go here...
         </style>
    </head>
    Inline styles: CSS styles in the markup (mostly used for HTML emails and not on web sites).
         <p style="color:red">This paragraph has a red style.</p>
    In order of importance, inline styles override embedded styles.  Embedded styles override external styles. 
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Swing applet looks different in browser than in applet viewer

    I'm developing an applet using Net Beans 5.0. When I run the applet in the applet viewer I get a totally different look and feel than when I run the applet in a web broser. The background colors are different, the buttons are a totally different style and color, and some buttons that show up essentially transparent in the applet viewer are totally opaque in the browser.
    The applet viewer is the one that looks like the interface that I designed in the Net Beans GUI builder, so can anyone tell me how I make it look the same in a Web Browser?

    It looks like you're right, so how do I ensure that
    my applet will look the same on different versions of
    JVM? There's got to be a way, right??yes. you should look into javas pluggable look and feel system.
    the cross-platform (java) look and feel changed dramatically between versions 1.3, 1.4, and 1.5.
    however, if you use another look and feel, such as motif, or perhaps your system's look and feel (windows, mac, etc), the program should look pretty much the same (perhaps a little different, but not like the differences in the Java look and feel).
    if you want to be COMPLETELY sure that they will always look the same, select a third party look and feel that comes packaged in a jar file that you are free to distribute with your applet.
    Some good third party look and feels are JGoodies Plastic, and Incors Alloy. And there are others.
    if you use one of those, it should look pretty well the same on all platforms, and in all JVM's.
    - Adam

  • Colors look different in browser window than in InDesign or Photoshop

    So, the colors look quite different (brighter) on Kuler (in
    my Firefox browser window), than when I download or copy the CMYK
    numbers exactly over to InDesign or Photoshop. In Kuler, the colors
    are significantly brighter and more saturated than how they appear
    in my design software.
    My coworker theorizes that InDesign & Photoshop are
    'compensating' for how the color will actually look when printed.
    Thoughts? Is there a setting I need to change on either
    Firefox or my Adobe software so the colors match up?

    I have a similar problem - colours look brigher in Firefox,
    IE and Photoshop, darker in Illustrator and Dreamweaver. I've tried
    resetting the color settings in Bridge, but still get the same
    difference between Photoshop, and Illustrator and Dreamweaver. I
    can't understand this at all. I don't know if it has something to
    do with the fact that I have a color profile called "Natural Color
    Pro" installed on my computer (came with the monitor) which
    Photoshop reminds me is faulty every time I open it - I tell it to
    ignore the profile. I don't seem to be able to uninstall it for
    some reason.

  • A page ie6 looks different than in other browsers

    The site is www.GigHarborWashington.com
    When viewed in most browsers it renders correctly.  When viewed in ie6 a white border on the right is added with approx 180 pixels.  Additionally, a portion of the image behind the nav bar is repeated and the text on the 3rd image is cut off. I tried adding no-repeat to the areas of question and it created problems in ie7
    I have attached my css file.  Any suggestions on how to repair these problems in ie6 without affecting other browsers?
    Thank you,
    Mike

    Thank you Nancy,
    I am off to a meeting but will work on this later and respond if that was the solution or not.
    Regards,
    Mike

  • Page that is uploaded to the server looks different from the preview in Dreamweaver browser

    Hi, I have a couple of questions.  Does anyone happen to know why my homepage looks different in Dreamweaver when I preview in browser then it does when I upload the page onto the server?  http://www.iewaterkeeper.org/  I see a join our mailing list button is intact when I preview in browser but is no where to be found when I view the uploaded page from the server.  Other weird things have been going on with Dreamweaver today like I wasn't able to absolute position a div tag in it's intended place and all the typography on my homepage looks very blurry in Dreamweaver but looks clearer when it's uploaded to the server.  Does anyone know what's going on?  Any help would be greatly appreciated.  .... Could it be a virus?

    That's so weird because I'm looking at the code in Dreamweaver and line 181 has a closing </body>.   Here's the code straight from Dreamweaver: 
    <!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>Inland Empire Waterkeeper</title>
    <link href="_css/styles.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body,td,th {
        color: #999999;
        font-family: Verdana, Geneva, sans-serif;
    body {
        background-color: #FFFFFF;
        color: #D6D6D6;
        background-image: url(_images/background_1255hompage.png);
        background-repeat: repeat-x;
        margin: auto;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    </style>
    </head>
    <body>
    <div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    <div class="container">
      <div class="header"><img src="_images/banner1.jpg" alt="Inland Empire Waterkeeper" width="933" height="300" /></div>
      <div class="menubar">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html" class="MenuBarItemSubmenu">Home</a>
            <ul>
              <li><a href="mission.html" class="MenuBarItemSubmenu">About Us</a>
                <ul>
                  <li><a href="mission.html">Our Mission</a></li>
                  <li><a href="history.html">Our History</a></li>
                  <li><a href="community.html">Our Community</a></li>
                </ul>
              </li>
              <li><a href="staff.html" class="MenuBarItemSubmenu">Our Team</a>
                <ul>
                  <li><a href="staff.html">Staff</a></li>
                  <li><a href="supporters.html">Supporters</a></li>
                  <li><a href="advisoryboard.html">Advisory Board</a></li>
                </ul>
              </li>
              <li><a href="coastkeeper.html">Coastkeeper</a></li>
            </ul>
          </li>
          <li><a href="projects.html" class="MenuBarItemSubmenu">What We Do</a>
            <ul>
              <li><a href="advocacy.html" class="MenuBarItemSubmenu">Programs</a>
                <ul>
                  <li><a href="advocacy.html">Advocacy</a></li>
                  <li><a href="education.html">Education</a></li>
                  <li><a href="research.html">Research</a></li>
                  <li><a href="restoration.html">Restoration</a></li>
                  <li><a href="enforcement.html">Enforcement</a></li>
                </ul>
              </li>
              <li><a href="projects.html">Projects</a></li>
              <li><a href="datareports.html">Data &amp; Reports</a></li>
            </ul>
          </li>
          <li><a href="volunteer.html" class="MenuBarItemSubmenu">Get Involved</a>
            <ul>
              <li><a href="volunteer.html">Volunteer</a></li>
              <li><a href="employment.html">Employment</a></li>
              <li><a href="events.html">Events &amp; Meetings</a></li>
              <li><a href="donate.html">Donate</a></li>
            </ul>
          </li>
          <li><a href="pressreleases.html" class="MenuBarItemSubmenu">News Room</a>
            <ul>
              <li><a href="pressrelease.html">In the News and Press Releases</a></li>
              <li><a href="legislation.html">Legislative Updates</a></li>
              <li><a href="waternews.html">Water in the News</a></li>
            </ul>
          </li>
          <li><a href="reportpollution.html" class="MenuBarItemSubmenu">Resources</a>
            <ul>
              <li><a href="watershed.html" class="MenuBarItemSubmenu">Information</a>
                <ul>
                  <li><a href="watershed.html">Our Watershed</a></li>
                  <li><a href="reportpollution.html">Report Pollution</a></li>
                </ul>
              </li>
              <li><a href="photos.html">Photo Gallery</a></li>
            </ul>
          </li>
          <li><a href="contact.html">Contact Us</a></li>
        </ul>
      </div>
        <div class="missionstatement"><img src="_images/mssionstatement.gif" alt="Inland Empire Waterkeeper" width="933" height="110" /></div>
    <div class="space1"><img src="_images/bar_left.png" alt="Inland Empire Waterkeeper" width="20" height="315" /></div>
    <div class="facebook">
          <div class="facebooktop">
          <img src="_images/facebooktop.gif" width="106" height="125" alt="Inland Empire Waterkeeper" /></div>
        <div class="facebookmailinglist">
        <div class="fb-like" data-href="http://www.iewaterkeeper.org/" data-send="true" data-width="106" data-show-faces="false"></div>
    <!-- BEGIN: Constant Contact Standard Email List Button -->
    <div align="center">
    <table border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td><img src="https://imgssl.constantcontact.com/ui/images/visitor/bevel_tl_gray.gif" width="6" height="6" alt=""></td>
    <td background="https://imgssl.constantcontact.com/ui/images/visitor/bevel_bg_top_gray.gif"> </td>
    <td><img src="https://imgssl.constantcontact.com/ui/images/visitor/bevel_tr_gray.gif" width="6" height="6" alt=""></td>
    </tr>
    <tr>
    <td background="https://imgssl.constantcontact.com/ui/images/visitor/bevel_bg_left_gray.gif"></td>
    <td bgcolor="#cccccc"><a href="http://visitor.r20.constantcontact.com/d.jsp?llr=wejp69bab&p=oi&m=1101488694422" target="_blank" style="text-decoration:none; font-weight: bold;  font-family:Arial; font-size:10px; color:#336666;">Join Our Email List</a></td>
    <td background="https://imgssl.constantcontact.com/ui/images/visitor/bevel_bg_right_gray.gif"></td>
    </tr>
    <tr>
    <td><img src="https://imgssl.constantcontact.com/ui/images/visitor/bevel_bl_gray.gif" width="6" height="6" alt=""></td>
    <td background="https://imgssl.constantcontact.com/ui/images/visitor/bevel_bg_bottom_gray.gif"> </td>
    <td><img src="https://imgssl.constantcontact.com/ui/images/visitor/bevel_br_gray.gif" width="6" height="6" alt=""></td>
    </tr>
    </table>
    </div>
    <!-- END: Constant Contact Standard Email List Button -->
        </div>   
        <div class="space2"><img src="_images/bar_right.png" width="21" height="315" alt="Inland Empire Waterkeeper" /></div>
       <div class="video"><iframe width="560" height="315" src="http://www.youtube.com/embed/3OU8D8kBjWg" frameborder="0" allowfullscreen></iframe></div>
        <div class="space3"></div>
        <div class="photospace1"></div>
        <div class="photo1"><a href="_images/kayaking_6lg.png"><img src="_images/kayaking_6.jpg" alt="Inland Empire Waterkeeper" width="176" height="95" /></a></div>
        <div class="photospace2"></div>
        <div class="photo2"><a href="_images/riverkat_57lg.png"><img src="_images/riverkat_57.jpg" width="176" height="95" alt="Inland Empire Waterkeeper" /></a></div>
        <div class="photospace3"></div>
        <div class="photo3"><a href="_images/riverkat_172lg.png"><img src="_images/riverkat_172.jpg" width="176" height="95" alt="Inland Empire Waterkeeper" /></a></div>
        <div class="photospace4"></div>
        <div class="space4"></div>
      <div class="pillars"><img src="_images/pillars_grey.jpg" alt="Inland Empire Waterkeeper Pillars" width="933" height="400" border="0" usemap="#Map" />
        <map name="Map" id="Map">
          <area shape="rect" coords="77,54,297,198" href="advocacy.html" alt="Inland Empire Waterkeeper Advocacy" />
          <area shape="rect" coords="361,51,584,195" href="education.html" alt="Inland Empire Waterkeeper Education" />
          <area shape="rect" coords="636,54,858,196" href="research.html" alt="Inland Empire Waterkeeper Research" />
          <area shape="rect" coords="212,220,430,352" href="restoration.html" alt="Inland Empire Waterkeeper Restoration" />
          <area shape="rect" coords="502,222,726,364" href="enforcement.html" alt="Inland Empire Waterkeeper Enforcement" />
        </map>
      </div>
      <div class="footer"><img src="_images/footer2.png" width="933" height="100" alt="Inland Empire Waterkeeper" /></div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

  • Look different in Design view and Browser Preview

    Why do it look different in Design view and Browser
    Preview?

    "MA_DAVIDLEE" <[email protected]> wrote in
    message
    news:e39mte$las$[email protected]..
    > thank you for reply and the url is www.cipr.com.tw. you
    can see the
    > navigation position is different in Design view. Thank
    you!
    >
    How could I see the Design view? Can you post a
    screenshot?

  • Page appears different in browser

    I am responsible for updating my company's website in dreamweaver and am having problems with the layout.  The main page is at this link: http://teom-bfms.faa.gov/.  If you are unable to see it, let me know and I'll send you a screenshot.  There are a few glitches with the layout but the thing that concerns me is the first column is much wider than the other two.  It looks fine in dreamweaver but is distorted in the Explorer browser view (that's what we use here).  I have attached the code to this email so I'm hoping someone can explain to me why it looks different in the browser than in Dreamweaver.  Just so you know, I'm a real novice when it comes to this so I may ask a lot of additional questions.
    Anyway, here's the code for my page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>TEOM</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <script language="JavaScript" type="text/javascript">
    <!--
    function mmLoadMenus() {
      if (window.mm_menu_0227140330_0) return;
                                                      window.mm_menu_0227140330_0_1 = new Menu("ITT Policies",131,18,"Arial, Helvetica, sans-serif",12,"#333333","#FFFFFF","#CCCCCC","#CECFCE","left","middle",3,0,1000,-5,7,true ,true,true,0,true,true);
        mm_menu_0227140330_0_1.addMenuItem("Timecard Policies","window.open('http://teom-bfms.faa.gov/50-02_Timekeeping.pdf', '_blank');");
        mm_menu_0227140330_0_1.addMenuItem("Travel Policies","window.open('http://teom-bfms.faa.gov/Travel_Policy.pdf', '_blank');");
         mm_menu_0227140330_0_1.fontWeight="bold";
         mm_menu_0227140330_0_1.hideOnMouseOut=true;
         mm_menu_0227140330_0_1.bgColor='#555555';
         mm_menu_0227140330_0_1.menuBorder=1;
         mm_menu_0227140330_0_1.menuLiteBgColor='';
         mm_menu_0227140330_0_1.menuBorderBgColor='#E5E5E5';
        window.mm_menu_0227140330_0_2 = new Menu("Phone Listing",101,18,"Arial, Helvetica, sans-serif",12,"#333333","#FFFFFF","#CCCCCC","#CECFCE","left","middle",3,0,1000,-5,7,true ,true,true,0,true,true);
        mm_menu_0227140330_0_2.addMenuItem("ITT TEOM","window.open('phonelist.pdf', '_blank');");
        mm_menu_0227140330_0_2.addMenuItem("HERNDON","window.open('Site_Pages/HerndonPhonelist March 2009.pdf', '_blank');");
         mm_menu_0227140330_0_2.fontWeight="bold";
         mm_menu_0227140330_0_2.hideOnMouseOut=true;
         mm_menu_0227140330_0_2.bgColor='#555555';
         mm_menu_0227140330_0_2.menuBorder=1;
         mm_menu_0227140330_0_2.menuLiteBgColor='';
         mm_menu_0227140330_0_2.menuBorderBgColor='#E5E5E5';
      window.mm_menu_0227140330_0 = new Menu("root",152,18,"Arial, Helvetica, sans-serif",12,"#333333","#FFFFFF","#CCCCCC","#CECFCE","left","middle",3,0,1000,-5,7,true ,true,true,0,true,true);
      mm_menu_0227140330_0.addMenuItem("Employee Benefits","location='http://teom-bfms.faa.gov/Site_Pages/BENEFITS.htm'");
      mm_menu_0227140330_0.addMenuItem(mm_menu_0227140330_0_1);
      mm_menu_0227140330_0.addMenuItem("Paydates & Holidays","window.open('http://teom-bfms.faa.gov/Site_Pages/paydates.pdf', '_blank');");
      mm_menu_0227140330_0.addMenuItem("ITT Discounts","window.open('http://teom-bfms.faa.gov/newdiscounts.htm', '_blank');");
      mm_menu_0227140330_0.addMenuItem(mm_menu_0227140330_0_2);
       mm_menu_0227140330_0.fontWeight="bold";
       mm_menu_0227140330_0.hideOnMouseOut=true;
       mm_menu_0227140330_0.childMenuIcon="arrows.gif";
       mm_menu_0227140330_0.bgColor='#555555';
       mm_menu_0227140330_0.menuBorder=1;
       mm_menu_0227140330_0.menuLiteBgColor='';
       mm_menu_0227140330_0.menuBorderBgColor='#E5E5E5';
    window.mm_menu_0227141114_0 = new Menu("root",155,18,"Arial, Helvetica, sans-serif",12,"#333333","#FFFFFF","#CCCCCC","#CECFCE","left","middle",3,0,1000,-5,7,true ,true,true,0,true,true);
      mm_menu_0227141114_0.addMenuItem("Virus Information","location='http://teom-bfms.faa.gov/Site_Pages/Virus_Info/VIRUS.htm'");
      mm_menu_0227141114_0.addMenuItem("Helpdesk Information","location='http://teom-bfms.faa.gov/Site_Pages/Virus_Info/VIRUS.htm'");
      mm_menu_0227141114_0.addMenuItem("System Outages","location='http://teom-bfms.faa.gov/Site_Pages/Outages_Info/OUTAGES.htm'");
       mm_menu_0227141114_0.fontWeight="bold";
       mm_menu_0227141114_0.hideOnMouseOut=true;
       mm_menu_0227141114_0.bgColor='#555555';
       mm_menu_0227141114_0.menuBorder=1;
       mm_menu_0227141114_0.menuLiteBgColor='#FFFFFF';
       mm_menu_0227141114_0.menuBorderBgColor='#E5E5E5';
            window.mm_menu_0227141334_0 = new Menu("root",181,18,"Arial, Helvetica, sans-serif",12,"#333333","#FFFFFF","#CCCCCC","#CECFCE","left","middle",3,0,1000,-5,7,true ,true,true,0,true,true);
      mm_menu_0227141334_0.addMenuItem("Templates","location='http://teom-bfms.faa.gov/Site_Pages/PUBLICATIONS/Powerpoint.htm'");
      mm_menu_0227141334_0.addMenuItem("FAA Acronyms","window.open('http://www.awp.faa.gov/acronyms/#top', '_blank');");
      mm_menu_0227141334_0.addMenuItem("Logos for Documents","location='http://teom-bfms.faa.gov/Site_Pages/PUBLICATIONS/logos/images/index.htm'");
      mm_menu_0227141334_0.addMenuItem("Miscellaneous Documents","location='http://teom-bfms.faa.gov/Site_Pages/PUBLICATIONS/miscellaneous.htm'");
       mm_menu_0227141334_0.fontWeight="bold";
       mm_menu_0227141334_0.hideOnMouseOut=true;
       mm_menu_0227141334_0.bgColor='#555555';
       mm_menu_0227141334_0.menuBorder=1;
       mm_menu_0227141334_0.menuLiteBgColor='#FFFFFF';
       mm_menu_0227141334_0.menuBorderBgColor='#E5E5E5';
    mm_menu_0227141334_0.writeMenus();
    } // mmLoadMenus()
    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];}}
    //-->
    </script>
    <script language="JavaScript" src="../mm_menu.js" type="text/javascript"></script>
    <style type="text/css">
    <!--
    a {
    font-family: Arial;
    font-size: 14px;
    color: #215994;
    a:visited {
    color: #215994;
    text-decoration: none;
    a:hover {
    color: #215994;
    text-decoration: none;
    .tablebox {border:thin;
    border-color:#CCCCCC;
    border-style:dashed;
    .style1 { font-family: Arial;
    font-size: 12px;
    a:link {
    text-decoration: none;
    a:active {
    text-decoration: none;
    .style29 {
    font-family: Arial;
    font-size: 18px;
    .style30 {
    color: #FFFFFF;
    font-size: 18px;
    .style31 {color: #63656B}
    .style35 {
    font-size: 14px;
    font-weight: bold;
    .style37 {color: #FFCC00}
    .style43 {
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    .style44 {
    font-size: 14px;
    color: #FFCC00;
    .style45 {color: #000000; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: medium; }
    .style46 {
    font-family: Arial;
    font-weight: bold;
    font-size: medium;
    .style47 {font-size: small}
    .style49 {font-size: 14px; color: #FFCC00; font-weight: bold; font-family: Arial; }
    .style50 {font-size: 14px; color: #2A7298; font-weight: bold; font-family: Arial; }
    .style51 {color: #2A7298}
    .style52 {font-size: 14px; color: #2A7298; font-weight: bold; }
    .style54 {color: #2A7298; font-size: 12px; }
    .style60 {
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    .style67 {font-family: Arial; font-weight: bold; font-size: medium; color: #000000; }
    .style77 {font-family: Arial; font-size: 14px; }
    .style79 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }
    .style82 {font-family: Arial; font-size: 18px; font-weight: bold; }
    .style89 {font-family: Arial; font-size: 16px; font-weight: bold; }
    .style94 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    .style102 {font-size: 12px; color: #000000; font-family: Arial;}
    .style103 {font-size: 12px; font-weight: bold; }
    .style104 {font-family: Arial; font-size: 12px; font-weight: bold; }
    .style105 {font-size: 12px; font-weight: bold; font-style: italic; }
    .style106 {font-family: Arial; font-size: 12px; font-weight: bold; font-style: italic; }
    -->
    </style>
    </head>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="MM_preloadImages('ImagesITT-Gain-Share-Notice-1.gif')">
    <script language="JavaScript1.2" type="text/javascript">mmLoadMenus();</script>
    <!-- ImageReady Slices (march2008.psd) -->
    <br />
    <table width="1178" height="618" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
      <tr>
          <td height="118" colspan="6"><div align="center"><img src="Site_Pages/images/newtopbanner copy.jpg" width="900" height="118" /></div></td>
      </tr>
      <tr>
        <td width="227" height="37" align="left"><div align="right"><a href="http://teom-bfms.faa.gov/Site_Pages/ABOUTUS.htm"><img src="images/about_us.jpg" width="160" height="37" border="0" alt="About Us" /></a></div></td>
        <td width="160"><div align="right"><a href="http://teom-bfms.faa.gov/Site_Pages/OVERVIEW.htm"><img src="images/overview.jpg" width="159" height="37" border="0" alt="Overview" /></a></div></td>
        <td width="162"><div align="right"><a href="http://teom-bfms.faa.gov/Site_Pages/LOCATIONS.htm"> <img src="images/locations.jpg" width="161" height="38" border="0" alt="Locations" /></a></div></td>
        <td width="172"><div align="right"><img src="images/employee_info.jpg" alt="" name="image1" width="171" height="37" id="image1" onmouseover="MM_showMenu(window.mm_menu_0227140330_0,0,37,null,'image1')" onmouseout="MM_startTimeout();" /></div></td>
        <td width="173"><div align="right"><a href="Site_Pages/Helpdesk_Info/helpdesk.htm"> <img src="images/helpdesk_links.jpg" alt="" name="image2" width="172" height="37" border="0" id="image2" /></a></div></td>
        <td width="284"><div align="left"><img src="images/publications.jpg" alt="" name="image3" width="170" height="35" id="image3" onmouseover="MM_showMenu(window.mm_menu_0227141334_0,0,37,null,'image3')" onmouseout="MM_startTimeout();" /></div></td>
      </tr>
      <tr>
        <td height="309" colspan="6"><table width="1168" height="307" border="1">
          <tr>
            <td width="614"><img src="images/banner_text1.jpg" width="614" height="435" /></td>
                <td width="549"><img src="images/banner_image2.jpg" width="540" height="433" /></td>
            </tr>
        </table></td>
      </tr>
      <tr>
        <td colspan="6"><img src="images/midsection.jpg" width="1170" height="45" alt="Events Image" /></td>
      </tr>
      <tr>
        <td colspan="6"><table width="1151" border="0" align="center" cellpadding="3" cellspacing="3">
          <!--DWLayoutTable-->
          <tr>
            <td width="349" height="33"><div align="center"><img src="images/EVENTSTAB.jpg" alt="ITT INFO" width="251" height="27" /></div></td>
            <td valign="top"><div align="center"><img src="images/NEWSTAB2.jpg" alt="NEWS" width="251" height="27" /></div></td>
            <td valign="top"><div align="center"><img src="images/THINGS.jpg" alt="THINGS TO DO" width="251" height="27" /></div></td>
            <td width="1" valign="top"><!--DWLayoutEmptyCell--> </td>
          </tr>
          <tr>
            <td rowspan="10" valign="top"><p align="center" class="style29">ITT 2009 Holiday Party Survey</p>
              <p align="left" class="style29"><span class="style1">Thank-you to all who attended to 2009 DC Metro Area Holiday Party! We'd like your feedback on the event. Please visit <a href="https://extranet2.aes.itt.com/HRSURVEYSITE/default.aspx" class="style106"><u>https://extranet2.aes.itt.com/HRSURVEYSITE/default.aspx</u></a> to provide your feedback. Click on &ldquo;Respond to Survey&rdquo; on the middle of the front page. If you are unable to access the survey, feel free to provide your feedback directly to Chris Gaskins.
    Happy Holidays!</span><br />
              </p>
              <hr />
                <p align="center" class="style29"><img src="toys for tots logo.jpg" width="295" height="99" /></p>
                <p class="style1">Please join the Marine Corps Reserve for the 2009 Toys for Tots Campaign and make this a memorable year for those less fortunate during this holiday season. </p>
                <p class="style1">The Toys for Tots message, that someone cares and that there is hope for the future, has motivated countless youngsters throughout the nation to grow into responsible, productive and patriotic citizens.  They are the leaders of tomorrow.  Toys for Tots make a difference - it has a positive impact on lives and the communities it serves.  While Toys for Tots is a nationwide effort, it is a community based program.  The toys you contribute will be distributed locally to the underprivileged children who might otherwise be overlooked during this holiday season. The campaign will run from December 7, 2009 through December 17, 2009.</p>
                <p class="style1">As they have for the past 16 years, volunteers from the Office of the Associate Administrator for Airports will coordinate the FAA Headquarters Toys for Tots drive.  They will be on hand to collect toys from boxes located on the 2nd floor of the Orville Wright Building (FOB-10A) and Level A (cafeteria) in the Wilbur Wright Building, FOB-10B. </p>
                <p class="style1">Toys should be unwrapped so that they can be sorted by age and gender.  They should be appropriate for children up to 17 years of age.  Items for older children are always in greatest demand. </p>
                <p class="style1">For further information, please contact Marc Tonnacliff at 202-267-8732 or Rick Marinelli at 202-267-7669. </p>
                <p class="style1">Thank you in advance for your generosity!</p>
                <hr />
                <p align="center" class="style29"><img src="snowflakes-header.jpg" width="216" height="46" /></p>
                <p align="center" class="style29">Inclement Weather Policy</p>
                <p align="left" class="style1">Should inclement weather occur and/or severe weather be forecast, Liberal Leave is available to AES employees in accordance with the Disruptions of Work Policy.  Unless otherwise indicated we will generally follow the lead of the US Government in determining the application of liberal leave.  Liberal Leave options for those employees in AES controlled facilities:<br />
                  Exempt employees may <br />
                  &#9642;  come to work as normal;<br />
                  &#9642;  take the time off and either make up the time during the current pay week;<br />
                  &#9642;  use PTO/floating holiday, if available, for the lost time ;<br />
                  &#9642;  or stay at home and work with supervisor approval.<br />
                  Non-exempt employees may <br />
                  &#9642;  come to work as normal; <br />
                  &#9642;  stay at home and either make up the time with supervisor approval during the current pay week;<br />
                  &#9642;  or use PTO/floating holiday, if available, for the lost time.<br />
                  Liberal Leave for those employees in Government controlled facilities:<br />
                  In those locations where AES employees work at non-AES controlled sites, such as government facilities, AES employees will follow the guidelines established by the government about their facility status.  If the government closes their facility you are to charge the lost time to the effort that you would have charged had you been able to report to work.<br />
                  All employees who elect not to work during liberal leave should notify their supervisor.<br />
                  <br />
                  <br />
                  Thank you,<br />
                  <br />
                  <br />
                Christopher L. Gaskins </p>
                <hr />
                <p align="center" class="style29"><a href="Holiday Guidance.pdf" class="style60">Annual Holiday Guidance for FAA Employees &amp; Contractors</a></p>
                <hr />
                <p align="center" class="style29"> </p>
                <p align="center" class="style29">Lotus Notes Upgrade Launched</p>
                <p align="left" class="style1">The Messaging Services team is eager to remind you that the Lotus Notes 8.0.2 upgrade was launched October 26th and will continue through April 30, 2010. As schedules develop and become available from each Line of Business (LOB), the <a href="https://ecenter.faa.gov/appspub/national/nd8webcommo.nsf/ND8Communications?OpenPage" class="style103"><u>ND8 Communications</u></a> site will be updated to reflect the changes. Remember that individual LOBs will control their own implementation schedules, so we encourage everyone to visit the site frequently and find out when the upgrade is happening in your area.</p>
              <p align="left" class="style1">Now for the important stuff. In order to better prepare for this major upgrade, we highly encourage all employees to take training, especially our new and exciting user online training offerings! For those really excited enthusiasts, feel free to browse supplemental training links, web casts, sneak previews, and schedule updates available on the <a href="https://ecenter.faa.gov/appspub/national/nd8webcommo.nsf/ND8Communications?OpenPage" class="style103"><u>ND8 Communications</u></a> site.</p>
              <p align="left" class="style1">Meanwhile, let's take a moment to highlight some of the upcoming features...</p>
              <p align="left" class="style1">As promised, the new Lotus Notes 8.0.2 software will offer an updated, more intuitive interface with embedded Sametime, conversation threads, in-line spell checking, and Sidebar features, just to name a few. You will encounter some major changes in the layout and experience new enhancements that simplify business processes.</p>
              <p align="left" class="style1">One of the first noticeable changes is the new Sidebar tool located on the right side of the screen. The Sidebar displays embedded Notes applications and more importantly, fully integrates Sametime 8 within the Notes client. After the upgrade, you will no longer have to launch a separate Sametime client! Other helpful Sidebar applications include the Day-At-A-Glance feature which summarizes calendar entries in a single-day view, and the option to add RSS feeds.</p>
              <p align="left" class="style1">Even for those who travel or work off-site, the new DWA-iNotes Lite version of web mail allows you to access email more quickly and efficiently. Easily switch to the full version, when your work requires more robust tools.</p>
              <p align="left" class="style1">The wait is almost over, so be sure to take advantage of the available training and learn about the exciting benefits before everyone else. Experience the desktop of the future today! </p>
              <hr />
              <p class="style67">ITT Code of Conduct is here. Booklets are now available, but you can also download it <a href="http://www.itt.com/codeofconduct">here</a>. </p>
              <hr />
              <p align="center" class="style67"> </p>
              <p align="left">  </p>
              <p align="left" class="style77"> </p>
              <p align="center" class="style29"> </p>
              <p align="left"> </p>
              <p align="left"> </p>
              <p align="left"> </p>
              <p class="style79"> </p>
              <p align="left" class="style1"> </p>
              <p align="center"> </p>
              <p align="center"> </p>
              <p align="center"> </p>
              <p align="center"> </p></td>
            <td width="363" rowspan="10" valign="top" bgcolor="#000000"><img src="images/related links.jpg" width="362" height="179" border="0" usemap="#Map" /><a href="ITT_INFO.HTM"><img src="images/didyouknow2.jpg" alt="did you know" width="363" height="114" border="0" /><img src="images/didyouknow_time copy.jpg" width="358" height="161" /></a>
                <table width="361" height="254" border="1">
                  <!--DWLayoutTable-->
                  <tr>
                    <td width="351" height="100" bgcolor="#2A7298"><div align="center">
                        <p><strong><span class="style43">To access the   2010 Charge Codes, PLEASE CLICK on the link below. </span></strong></p>
                      <p><a href="../Charge List GFY09 Feb 09 thru Sept 09_Final.xls" target="_blank" class="style35"></a><a href="Site_Pages/Charge List GFY10 Oct 09 thru Feb 10_Final.xls"><img src="images/Charge Codes for 2010 copy.gif" width="192" height="39" border="0" /></a><a href="../Charge List GFY09 Feb 09 thru Sept 09_Final.xls" target="_blank" class="style35"></a></p>
                    </div></td>
                  </tr>
                  <tr>
                    <td height="146" valign="top" bgcolor="#FFFFFF"><p><strong><img src="images/concur.jpg" alt="Concur" width="75" height="30" hspace="10" vspace="12" border="0" align="left" /><a href="https://director.concursolutions.com/?entity=p0001382x7q7" target="_blank" class="style35"><font color="#FF9900">Concur CES</font></a></strong> <span class="style1">You will be able to access the <br />
                      new   Concur, CES, on <strong>Tuesday, May 27,   2008</strong>. Once live, access to Cliqbook will be thru Concur. </span></p>
                        <div align="center">
                          <p><a href="https://director.concursolutions.com/?entity=p0001382x7q7" class="style52">Click Here to Access New Concur CES System</a><br />
                              <br />
                          </p>
                        </div></td>
                  </tr>
                </table>
              <table width="360" height="42" border="1" bgcolor="#000000">
                  <tr> </tr>
                </table>
              <table width="360" height="258" border="1" bordercolor="#FFFFFF">
                  <tr bgcolor="#2A7298">
                    <td valign="top" bgcolor="#FFFFFF"><p align="center" class="style45">Your Travel Authorization Form is now available here. </p>
                        <p align="center" class="style43"><a href="Site_Pages/Travel Authorization Form 10-01-09.xls" class="style49"><span class="style51">Click here to download and complete form</span>.</a> </p>
                      <div align="center" class="style1">Essential information on Travel Authorization and a tutorial  is given in this PDF file available below. You may utilize the 'show bookmarks' feature of the PDF to navigate your steps throughout the process. </div>
                      <p align="center" class="style50"><a href="Site_Pages/Concur.pdf">Click here to download</a> </p></td>
                  </tr>
                  <tr>
                    <td height="56" bordercolor="#ECE9D8" bgcolor="#FFFFFF"><div align="center" class="style46">
                        <p>FAA Badge Renewals<br />
                            <span class="style47">New Online Process</span> </p>
                      <p class="style44"><a href="ITT_INFO.HTM"><span class="style54">Click Here to View</span></a></p>
                    </div></td>
                  </tr>
                  <tr bordercolor="#000000">
                    <td height="34" bordercolor="#FFFFFF" bgcolor="#FFFFFF"><div align="center" class="style37">
                        <p> <span class="style67">Available now, is the new... </span></p>
                      <p class="style50"><strong>Quick Guide to Request a New FRAC Account</strong></p>
                      <p><a href="Quick Guide to Request a New FRAC Account.pdf"><strong>Click here to download your copy</strong></a></p>
                    </div></td>
                  </tr>
                </table>
              <table width="359" border="0" cellspacing="5" cellpadding="5">
                  <tr>
                    <td><p><img src="images/lightbulb.jpg" alt="Helpdesk Tip" width="43" height="46" hspace="5" vspace="5" align="left" /><br />
                            <span class="style29">     <font color="#FFCC00">HelpDesk Tip for the Month</font></span></p></td>
                  </tr>
                  <tr align="">
                    <td align="center"><div >
                        <blockquote>
                          <p><a href="How_To_ Guide_for_Sametime.pdf" target="_blank" class="style30 style31"><font color="#FFCC00"><u>How-To Guide for SameTime</u></font></a></p>
                        </blockquote>
                    </div></td>
                  </tr>
                  <tr align="">
                    <td align="center"><a href="Site_Pages/Potential Organizational Conflict of Interest Notice.docx" target="_blank" class="style30 style31"><font color="#FFCC00"><u>Potential Organizational Conflict of Interest </u></font></a></td>
                  </tr>
                </table>
              <p><a href="Site_Pages/PUBLICATIONS/Powerpoint-2.htm"></a></p>
              <p> </p></td>
            <td width="399" height="321"><h1 align="center" class="style29"><a href="http://www.mnh.si.edu">National Museum of Natural History </a></h1>
                <h1 align="center" class="style29">Hirshhorn Museum &amp; Gallery Presents </h1>
              <h1 align="center"><img src="Main page/Things to do/digital oilwell copy.jpg" width="288" height="180" /></h1>
              <h1 align="center" class="style89">Directions: John Gerrar<br />
                    <strong>November 5, 2009 to May 31,   2010</strong></h1>
              <p align="left" class="style1">New technologies   offer artists opportunities to create works with dimensions no one has seen   before &mdash; an exciting possibility that sometimes results in work that is flashy   in form yet lacking in resonant content. Recent work by Irish artist John   Gerrard is a rare exception. He uses customized 3-D gameing software to   re-imagine landscape art. He creates contemplative, vivid scenes of farms and   oil fields that raise questions about the effect of human progress on the   environment. For the works in this exhibition, Gerrard photographed actual site   from 360 degrees and then simulated cinematic movement around the sites using   the computer, complete with shifting, natural lighting effects. In response to   Gerrard's works on view at the 2009 Venive Biennale, Blake Gopnik of <em>The   Washington Post</em> wrote, &quot;The projected landscapes... are more compellingly   real than any art you're likely to have seen.&quot; </p></td>
            <td></td>
          </tr>
          <tr>
            <td height="32"><p align="center"><a href="http://www.nasm.si.edu/exhibitions/POPobservatory.cfm"><img src="Site_Pages/Public Observatory Project.jpg" alt="Air &amp; Space museum" width="230" height="422" border="0" /></a></p>
                <p align="center"><span class="style89">Explore the wonders of outer space at the National Air and Space Museum's Public Observatory Project! </span></p></td>
            <td></td>
          </tr>
          <tr>
            <td height="228"><p align="center"><a href="http://www.nasm.si.edu/exhibitions/POPobservatory.cfm"></a></p>
                <p align="center"> </p></td>
            <td></td>
          </tr>
          <tr>
            <td height="211"><p align="center" class="style60"> </p>
                <p align="center" class="style82"> </p></td>
            <td></td>
          </tr>
          <tr> </tr>
          <tr>
            <td height="286" colspan="2" valign="top"><p align="center" class="style46"> </p>
                <p align="left" class="style1"><span class="style60"><a href="../New ITT Site/NewSite/Awards luncheon 4.27.09/Awards luncheon 4.27.09/PowerPoint/index.html"></a></span></p></td>
          </tr>
          <tr>
            <td height="758" colspan="2" valign="top"><p> </p>
                <p> </p>
              <p align="center"> </p>
              <p class="style1"> </p></td>
          </tr>
          <tr>
            <td height="758" colspan="2" valign="top"><!--DWLayoutEmptyCell--> </td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td colspan="6" valign="top"> </td>
      </tr>
      <tr>
        <td colspan="6" valign="top" bgcolor="#63656B"> </td>
      </tr>
    </table>
    <map name="Map" id="Map">
      <area shape="rect" coords="-1,0,114,72" href="http://www.aes.itt.com/Employee/default.htm" target="_blank" alt="AES Intranet" />
    <area shape="rect" coords="115,0,227,72" href="https://etime.itt.com/" target="_blank" alt="Timecard" />
    <area shape="rect" coords="226,1,362,72" href="http://www.opm.gov/status/" target="_blank" alt="OPM" />
    <area shape="rect" coords="1,73,114,187" href="https://email.itt.com/" target="_blank" alt="ITT Email" />
    <area shape="rect" coords="114,72,228,186" href="http://awateomhelp/helpdesk/" target="_blank" alt="ITT Trouble Ticket" />
    <area shape="rect" coords="228,70,363,179" href="https://employees.faa.gov/" target="_blank" alt="My FAA" />
    </map>
    </body>
    </html>

    Server Not Found.
    Is this an intranet site?  Did you inherit this mess?  I don't mean to be rude or sarcastic but this code is terrible. I'm amazed that this is being used on a dot GOV server.  I suppose if the public can't see it, it doesn't matter to the FAA that this site is a web accessibility and maintenance nightmare.  100+ redundant .styles on a single web page.  That has to be a new record.   If this site were in my charge, I'd recommend a total rebuild.
    Anyway, in an attempt to answer your question, 90% of display problems are code related.  Use the links below to check your code and fix all reported errors.
    HTML Validator - http://validator.w3.org
    CSS Validator - http://jigsaw.w3.org/css-validator/
    HTML & CSS Tutorials - http://w3schools.com/
    Best of luck,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • DESIGN WINDOW / WEB SITE WINDOW LOOK DIFFERENT

    WHY DOES MY PAGE IN DESIGN VIEW LOOK EXACTLY LIKE I WANT IT
    TO, BUT WHEN I VIEW THE PAGE IN MY BROWSER, IT'S GOT GAPS ALL
    BETWEEN THE LINES AND LOOKS VERY DISSIMILAR TO BY DESIGN VIEW PAGE?
    HOW DO I CONTACT DREAMWEAVER
    SUPPORT?????????????????????????????????????
    I'M USING CS3.

    I don't think OP is referring to "InDesign" but rather to
    DW's Design view.
    There are many reasons why things might look different in
    DW's Design view
    and in the browser. Show us your page and we'll tell you
    which of those it
    might be.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Mister Mustard" <[email protected]> wrote in message
    news:[email protected]..
    > On Tue, 11 Sep 2007 04:03:11 +0000 (UTC), "Granpoh"
    > <[email protected]> wrote:
    >
    >>why does my page in design view look exactly like i
    want it to, but when i
    >>view
    >>the page in my browser, it's got gaps all between the
    lines and looks very
    >>dissimilar to by design view page? how do i contact
    dreamweaver
    >>support??
    >>
    >> i'm using cs3.
    >
    > InDesign is for printing things at fixed sizes. Web
    browsers are
    > resizeable. That is a MAJOR difference.

  • Team Blog: Why does my page look different in BrowserLab?

    Duane O'Brien, engineer on the BrowserLab team has a new blog post on the BrowserLab Team blog that you might find interesting. It covers when/why you might see rendering differences between the BrowserLab browsers and your local browsers. Good info.
    http://blogs.adobe.com/browserlab/2011/07/11/why-does-my-page-look-different-in-browserlab /
    Bruce
    Bruce Bowman
    BrowserLab product manager
    BrowserLab Team Blog: http://blogs.adobe.com/browserlab
    Twitter: @brucebowman, @adobebrowserlab

    As Wyodor indicated IE is not the most advance, up-to-date browser out there.
    See Roddy’s tips for making iWeb pages more compatible with IE.
    OT

  • Published a site in iweb but looks different in the web browser

    Hi,
    I have published a site in iWeb but it looks different when viewed in the web browser having published a few times.
    The pictures have small frames around which display perfectly i niweb but do not show in browser?
    The navigation menu is all showing in iweb but again not showing in the web browser?
    Not sure what I am doing wrong? I have tried to publish a few times.. checked that all the tick boxes show 'display navigation menu' etc?
    Thanks
    Toni

    Since you do not provide real varifiable, factual information I searched for :
    http://www.google.com/search?q=toni+darcy%27s+Products
    Is this you?
    http://www.tonidarcy.co.uk/toni_darcy_photographer/toni_darcy._photographer._wel come..html
    I noticed on the Pricing page that I cannot click the Gallery link. Something covering it?
    Other pages have similar behaviour.
    And there's no link for the home page. Perhaps you're hiding it.
    And see if you can use a shorter, and different, Sitename. It is clear who you are. And just welcome is enough.
    And empty the browser cache.

  • Why same custom designed item looks different on different MIDP phones?

    Same MIDP application looks different on different phones, which is obvious. But the sizes of custom items are also looks different, which is some thing trouble some. IE the custom designed button of size say 50 X 20, looks proper on BlackBerry MIDP phone, but same button looks very small [cant even recognize] on Nokia MIDP phone. Why it is so?
    Is there any way to design items as per the phone dimensions? Regards.
    Note: I want to get standard item size, font size etc. so that I can use them directly. In this case on every device the designed items will look proper
    Edited by: nikhil_shravane on Aug 21, 2010 04:27 AM

    The look depends on mainly three things, the screen size, screen resolution and dpi. Although dpi is related to the ration of screen size and screen resolution. If the dpi is higher, the same image or item will look smaller than from a device which has a lower dpi. Like the iPhone and BB Bold both has almost identical screen resolution, however Bold has a higher dpi so the same image or a html page looks smaller on Bold than it is in iPhone.
    Regards,
    SD

  • My Muse page looks different on Firefox and Chrome - both are the latest versions

    On Firefox, my pre-loader wants to load each time it encounters an Edge Animate on my scroll page. Page anchors are slightly changed in Firefox and this messes up my scroll, opacity and Ege Animate triggers.
    I'm not sure if this is relevant but I also receive this error message in my browser immediately after exporting to HTML - http://www.broadcastgems.com/mediastreamer5/Muse_js_Error.jpg
    Here's my Muse Webpage - http://www.broadcastgems.com/MoGraphIntensity_ShapesText_PreLoad/
    Lastly, I can't get my Form on the said page to work - on both Chrome and FIrefox. I can fill in the boxes but clicking 'Send' doesn't seem to do anything. Also, the text column for "Message" is ridiculously narrow - only 2-3 words long and I can't seem to change this. Visually it looks long but once I start typing it wordwraps after only 2-3 words. I'm using the built-in Form widget that comes with Muse.BTW, the form is right at the bottom of the page/URL I provided in the previous para - you can get there via the menu button, Inquiry.
    Thanks for any assistance
    - Roland

    Hi Aish, here's the screen recording I made http://www.broadcastgems.com/mediastreamer5/Muse_Browser_Issue_Jan29_2014_01.zip
    Notice how Firefox initiates the Muse pre-loader each time it reaches an Edge Animate object AND how the layout looks different when I use the menu buttons to access page anchors. Unfortunately, I forgot to record the form's Message Text Field, to show how narrow the column is. Any idea on how to fix/enlarge the column for this?
    BTW, I just received a form submission that I made a while back - like half an hour ago.
    Cheers
    - Roland

Maybe you are looking for

  • GOODS TRANSPORT SERVICE TAX

    Hi the scenario is As per Notification No. 35/2004, in relation to the transport services, the onus of collection and payment of service tax has come to the recipient of the services unlike the provider of the services in other cases. Hence organizat

  • How to increase the speed of network file transfer

    hi , In my application i want to use the file from one system to another system. i am using stream reader to get the file over the network , its working fine for small file, but i want to access file size exceed 10 MB then i faced the problem. Its ge

  • IW32 Saving error

    Hello Team, When my user try to save the order after changing he gets an following error : "CX_SY_CONVERSION_OVERFLOW"  that is "Overflow in conversion of 256" Information as below : Order is having more than 800 component lines. Error in include "RI

  • Lightroom automatically opens to download unwanted items.

    I have the latest version Lightroom 1.1 and amd running an Intel iMAC with latest full OSX... I have no copmatabilty issues and performance is good on my MAC.... All software updates are correct. However. Sometimes when I save a web page or save a Jp

  • Transfer songs from itunes to iphone updated to ios8

    After updating my iphone 4s with ios 8, I lost all my music from my iphone. Now I cant transfer or sync some of my songs back to iphone from itunes on my macbook pro. Any suggestion, what could be wrong?