Page looks wrong in dreamweaver

Hi
Can anyone shed some light as to why this happens
I design my page, but when i look at it in dreamweaver it looks like this, all the paragraphs go over the images
But when i upload and view it on the web it looks normal?????

Hi
Windows XP
DW CS3
no databases
the screenshot where the text is over lapping the images was from the design view in DW
This is the code
<div id="left"></div>
    <div id="scrolling">
      <table width="548" border="" cellspacing="0" cellpadding="0">
        <tr>
          <td><a href="Cape Grace.html"><img src="Images/thumbs/gracemainthumb.jpg" /></a></td>
          <td><div align="right">city</div>
          <p><span class="style3"><a href="Cape Grace.html">Cape Grace</a> </span>This hotel offers true luxury with breath taking  scenery. <span class="style6"> <a href="Cape Grace.html">more</a></span></p></td>
        </tr>
        <tr>
   <td><a href="twelveapostle.html"><img src="Images/thumbs/apostlesthumb.jpg" /></a></td>
          <td><div align="right">city</div>
          <p><span class="style3"><a href="twelveapostle.html">The Twelve Apostles</a> </span> Voted the best spa resort in Africa. <span class="style6"> <a href="twelveapostle.html">more</a></span></p></td>
        </tr>
        <tr>
          <td><a href="The Bay.html"><img src="Images/thumbs/baythumb.jpg" /></a></td>
          <td><div align="right">beach</div>         
          <p><span class="style3"><a href="The Bay.html">The Bay</a> </span> The hotel has become renowned as a haven for romantics <span class="style6"><a href="The Bay.html">more</a></span></p></td>
        </tr>
        <tr>
          <td><a href="Beverley Hills.html"><img src="Images/thumbs/bevmainthumb.jpg" /></a></td>
          <td><div align="right">beach</div>         
          <p><span class="style3"><a href="Beverley Hills.html">The Beverly Hills</a> </span> A marvelous mix of sun, sea and glamour. <span class="style6"><a href="Beverley Hills.html">more</a></span></p></td>
        </tr>
        <tr>
          <td><a href="Grand Roche.html"><img src="Images/thumbs/grandthumb.jpg" /></a></td>
          <td><div align="right">winelands</div>         
          <p><span class="style3"><a href="Grand Roche.html">Grande Roche</a> </span>Combine luxurious accommodation, outstanding service, award winning cuisine and world renowned wines <span class="style6"><a href="Grand Roche.html">more</a></span></p></td>
        </tr>
        <tr>
          <td><a href="LeQuartier.html"><img src="Images/thumbs/lefranmainthumb.jpg" /></a></td>
          <td><div align="right">winelands</div>         
          <p><span class="style3"><a href="LeQuartier.html">Le Quartier Français</a> </span> The emphasis is on ultimate luxury and romantic  charm, combined with the priceless gift of <span class="style6"><a href="LeQuartier.html">more</a></span></p></td>
        </tr>
        <tr>
          <td><a href="Londolozi.html"><img src="Images/thumbs/londothumb.jpg" /></a></td>
          <td><div align="right">wildlife</div>          <p><strong class="style3"><a href="Londolozi.html">Londolozi Granite Camp</a> </strong>Londolozi has been a member of Relais & Chateaux since 1993 <span class="style6"><a href="Londolozi.html">more</a></span></p></td>
        </tr>
        <tr>
          <td><a href="Amakhala.html"><img src="Images/thumbs/amakthumb.jpg" /></a></td>
          <td><div align="right">wildlife</div>          <p><strong class="style3"><a href="Amakhala.html">Amakhala Game Reserve</a> </strong>Become part of Africa as you experience our Big 5 Safari Adventure on Amakhala  <span class="style6"><a href="Amakhala.html">more</a></span></p></td>
        </tr>
        <tr>
          <td><a href="Pezula.html"><img src="Images/thumbs/pezulamainthumb.jpg" /></a></td>
          <td><div align="right">golf</div>          <p><strong class="style3"><a href="Pezula.html">Pezula  Resort Hotel &amp; Spa</a> </strong>Pezula Resort hotel & spa offers true African hospitality <span class="style6"><a href="Pezula.html">more</a></span></p></td>
        </tr>
        <tr>
          <td><a href="Thanda.html"><img src="Images/thumbs/thandamainthumb.jpg" /></a></td>
          <td><div align="right">spa &amp; wellness</div>          <p><strong class="style3"><a href="Thanda.html">Thanda  Private Game Reserve</a> </strong>Ignite your imagination and open your mind  <span class="style6"><a href="Thanda.html">more</a></span></p></td>
        </tr>
      </table>
Hope this is ok????
Message was edited by: swif mcvay

Similar Messages

  • Page looks different in Dreamweaver than browser with no errors!

    My url is uchargeproject.com and the site looks horrible in Dreamweaver, but fine in my browser. I have also checked for errors with http://validator.w3.org/ and my site has only one now but still it doesn't work! (also why does it say height is not an attribute?)

    When I look at your page in DW's Design view with CS6 (10.8.3/Mac), it looks pretty much the same as it does in the browser.
    The page is much too wide, though. If you are targeting a general demographic (i.e., not a specialty one) then your page should be about 980px wide - no wider (since 1024 is still pretty much a lowest common screen size).
    Which version of DW are you using?

  • Page looks different in Dreamweave than online...why?

    This is a fairly basic question, but it's driving me nuts! When I look at my menu in dreamweaver, it looks like this:
    But when it's live it looks normal, like this:
    Does anyone know why that happens? I think it has something to do with the
    position: relative
    in the menu DIV tag but it's the only way I know how to position the menu where I want it.
    Also, what is that black box off to the left side in the first screen shot? I can't find anything in my code that would create it.  Here is the style sheet code (still a work in progress, please bear with me):
    body {background: #e1eae6;
          background-image:url(_img/wave.jpg); 
          padding: 0;
          margin: 0;
          margin-bottom: 100px;
          font-family: "Arial", sans-serif;
    h1 { width: 198px;
    height: 50px;   
    h2 {
        color: #afd1c1;
        font-size: 9px;
        font-family: "Arial", sans-serif;
        position: relative;
        bottom: -45px;
    h3 {
        color: #7da391;
        font-size: 11px;
        font-family: "Arial", sans-serif;
        width: 600px;
        text-align: justify;
    h4 {
        color: #074573;
        font-size: 11px;
        font-family: "Arial", sans-serif;
        text-align: justify;
        padding-bottom: 0px;
    h5 {
        color: #7da391;
        font-size: 11px;
        font-family: "Arial", sans-serif;
        text-align: justify;
    .stmnt {
        color: #074573;
        font-size: 11px;
        font-family: "Arial", sans-serif;
        width: 540px;
        text-align: justify;
    .stmntheader {
        color: #074573;
        font-size: 11px;
        font-family: "Arial", sans-serif;
        width: 540px;
        text-align: justify;
    .arrow {
        color: #074573;
    .text {
        color: #7da391;
        font-size: 11px;
        font-family: "Arial", sans-serif;
        font-weight: bold;
    a {
       color: #7da391;   
       text-decoration: none;
       font-family: "Arial", sans-serif;
    a.copy {
       color: #afd1c1;   
       text-decoration: none;
       font-family: "Arial", sans-serif;
    a:hover { color: #074573;
              text-decoration: none;
              font-family: "Arial", sans-serif;
    a:active {
        text-decoration: none;
        color: #074573;
        font-family: "Arial", sans-serif;
    /*CENTERING AND WIDTH - CONSISTENT ON ALL PAGES*/
    #all {
        position: relative;
        top: 25px;
        margin: 0px auto;
        padding-top: 20px;       
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 50px;
        width: 777px;
        background: #ffffff;
        border:none;
    /* BEGIN NAVIGATION */
    #menu li {position: relative;
              left: -38px;
              top: -10px;
              padding-right: 25px;
              list-style-type: none;
              display: inline;
              color: #7da391;
              font-family: "Arial", sans-serif;
              font-size: 13px;
    /* END GLOBAL NAVIGATION */
    and here is the HTML code for the menu portion of that particular page (all pages with the same menu behave this way though):
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function openWin(){
        newWin=window.open("cv.htm", "viewCV", "width=1000,screenX=50,screenY=50,scrollbars=yes");
    //-->
    </script>
    <title>Liz Lantz Photography | Sirens - Photographs of Women in Surfing </title>
    <link href="../_main_test.css" rel="stylesheet" type="text/css"><script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-4396735-2']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    </head>
    <body>
    <!-- Begin ALL -->
    <div id="all">
    <!-- Begin HEADER AND MENU -->
    <h1><a href="http://www.lizlantz.com"><img src="../_img/logo.jpg" border="0" alt="Liz Lantz Photography"/></a></h1>
    <div id="menu">
    <ul>
    <li><a href="_menu.htm">PORTFOLIO</a>
    <li><a href="../_info.htm">INFO</a> </li>
    <li><a href="../_contact.htm">CONTACT</a> </li>
    <li><a href="../_links.htm">LINKS</a> </li>
    <li><a href="http://blog.lizlantz.com" target="_blank">BLOG</a></li>
    </ul>
    </div>
    <!-- End HEADER and MENU -->
    <!-- Begin MAIN CONTENT -->
    <table align="center" bgcolor="#ffffff" cellpadding="4" width="540">
    <tr>
    <td align="center"><a href="siren01.htm"><img src="thumbs/siren01.jpg" border="0" width="100" height="100" /></a></td>
    <td align="center"><a href="siren02.htm"><img src="thumbs/siren02.jpg" border="0" width="100" height="100" /></a></td>
    <td align="center"><a href="siren03.htm"><img src="thumbs/siren03.jpg" border="0" width="100" height="100" /></a></td>
    <td align="center"><a href="siren04.htm"><img src="thumbs/siren04.jpg" border="0" width="100" height="100" /></a></td>
    <td>
    <div align="center"><a href="siren05.htm"><img src="thumbs/siren05.jpg" border="0" /></a></div>
    </td>
    </tr>
    <tr>
    <td>
    <div align="center"><a href="siren06.htm"><img src="thumbs/siren06.jpg" border="0" /></a></div>
    </td>
    <td>
    <div align="center"><a href="siren07.htm"><img src="thumbs/siren07.jpg" border="0" width="100" height="100" /></a></div>
    </td>
    <td>
    <div align="center"><a href="siren08.htm"><img src="thumbs/siren08.jpg" border="0" /></a></div>
    </td>
    <td>
    <div align="center"><a href="siren09.htm"><img src="thumbs/siren09.jpg" border="0" width="100" height="100" /></a></div>
    </td>
    <td>
    <div align="center"><a href="siren10.htm"><img src="thumbs/siren10.jpg" border="0" width="100" height="100" /></a></div>
    </td>
    </tr>
    <tr>
    <td>
    <div align="center"><a href="siren11.htm"><img src="thumbs/siren11.jpg" border="0" width="100" height="100" /></a></div>
    </td>
    <td>
    <div align="center"><a href="siren12.htm"><img src="thumbs/siren12.jpg" border="0" width="100" height="100" /></a></div>
    </td>
    <td>
    <div align="center"><a href="siren13.htm"><img src="thumbs/siren13.jpg" border="0" width="100" height="100" /></a></div>
    </td>
    <td>
    <div align="center"><a href="siren14.htm"><img src="thumbs/siren14.jpg" border="0" width="100" height="100" /></a></div>
    </td>
    <td>
    <div align="center"><a href="siren15.htm"><img src="thumbs/siren15.jpg" border="0" width="100" height="100" /></a></div>
    </td>
    </tr>
    <tr>
    <td>
    <div align="center"><a href="siren20.htm"><img src="thumbs/siren20.jpg" border="0" width="100" height="100" /></a></div>
    </td>
    <td>
    <div align="center"><a href="siren17.htm"><img src="thumbs/siren17.jpg" border="0" width="100" height="100" /></a></div>
    </td>
    <td>
    <div align="center"><a href="siren21.htm"><img src="thumbs/siren21.jpg" border="0" width="100" height="100" /></a></div>
    </td>
    <td>
    <div align="center"><a href="siren18.htm"><img src="thumbs/siren18.jpg" border="0" width="100" height="100" /></a></div>
    </td>
    <td>
    <div align="center"><a href="siren25.htm"><img src="thumbs/siren25.jpg" border="0" width="100" height="100" /></a></div>
    </td>
    </tr>
    <tr>
    <td>
    <div align="center"><a href="siren16.htm"><img src="thumbs/siren16.jpg" border="0" width="100" height="100" /></a></div>
    </td>
    <td>
    <div align="center"><a href="siren27.htm"><img src="thumbs/siren27.jpg" border="0" width="100" height="100" /></a></div>
    </td>
    <td>
    <div align="center"><a href="siren22.htm"><img src="thumbs/siren22.jpg" border="0" width="100" height="100" /></a></div>
    </td>
    <td>
    <div align="center"><a href="siren26.htm"><img src="thumbs/siren26.jpg" border="0" width="100" height="100" /></a></div>
    </td>
    <td>
    <div align="center"><a href="siren19.htm"><img src="thumbs/siren19.jpg" border="0" width="100" height="100" /></a></div>
    </td>
    </tr>
    <tr>
    <td>
    <div align="center"><a href="siren23.htm"><img src="thumbs/siren23.jpg" border="0" width="100" height="100" /></a></div>
    </td>
    <td>
    <div align="center"><a href="siren24.htm"><img src="thumbs/siren24.jpg" border="0" width="100" height="100" /></a></div>
    </td>
    <td>
    <div align="center"></div>
    </td>
    <td>
    <div align="center"></div>
    </td>
    <td>
    <div align="center"></div>
    </td>
    </tr>
    <tr>
    <td colspan="5"><p class="stmnt" align="justify">SIRENS<br />
      2007-Present<br />
      San Diego County, CA<br>
    <br>Work in progress - statement coming soon.  Email me with comments and inquiries.</p>
    </td>
    </tr>
    </table>
    <!-- End MAIN CONTENT --> <!-- Begin COPYRIGHT -->
    <h2>Site design &amp; content &copy; 2010 Liz Lantz<br /> Background pattern &copy; 2010 <a href="http://laracameron.com/" target="_blank" class="copy">Lara Cameron</a></h2>
    <!-- End COPYRIGHT --></div>
    </body>
    </html>

    You are mixing in a lot of XHTML in an HTML doctype:
    http://validator.w3.org/
    Fix some of those errors to get yourself started.

  • One website page looks wrong in IE9 after template propogation

    For some years I have been updating about 10-12 pages in my website each month from a template (in Dreamweaver CS3).  The change is just a date update.  After the September update, one page of the relevant child pages is displaying the date in the wrong font and colour.  I have tried re-putting but the error is stuck.  Trying different fonts and colours just results in other wrong fonts/colours.  This one page is out of step.
    I do not know why this is happening.  Particularly as Chrome and Firefox display all pages correctly.
    The offending page is here:
    http://www.davidcolepictures.co.uk/artlinks.html
    When viewed in IE9 the date is rendered differently to the other main pages linked in the lefthand side table.
    Grateful for any explanation or remedy.
    Thanks.

    You have 2 embedded CSS styles effecting this date
    <p class="style57"><span class="style66">SEPTEMBER 2011</span><br>
    </p>
    In your embedded CSS, you have multiple rules for .style57 and .style 66.  Suggest you comb through the code carefully & resolve conflicts.  Also as Murray said earlier, remove the HTML comments <!--  --> from your CSS code.
    .style57 {
        color: #66FF99;
        font-size: 10px;
        font: tahoma;  /**remove this**/
        font-weight: bold;
        font-style: normal;
    .style50 {color: #CC9900}
    .style51 {color: #FFCC00}
    .style52 {
        color: #66CC66;
        font-weight: bold;
    .style53 {color: #66FFFF}
    .style55 {color: #FFFF66}
    .style56 {color: #FFFFFF}
    .style62 {color: #336699}
    .style63 {font-family: Tahoma}
    .style64 {font-size: 18px}
    /**is this the style you want?**/
    .style66 {color: #99CCFF}
    .style68 {font-size: 14px}
    .style72 {color: #33CCFF}
    .style73 {color: #7FDF55}
    .style74 {color: #2AFF55}
    .style75 {color: #FF7F00}
    /**duplicate style**/
    .style57 {
        color: #66FF99;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
    .style64 {
        font-size: 14px;
        color: #FF9999;
    /**another duplicate style, REMOVE THIS **/
    .style66 {
        font-size: small;
        color: #FFFFFF;
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • FF 9.01 has bizzare behavior, sever not found, sites look wrong, left tab back, failed sign ons, etc.

    '''Moderator edit: Locked, duplicate of [https://support.mozilla.org/en-US/questions/910533 910533]'''
    '''Anyone else having problems with FF 9.0.1? I mean multiple, strange problems! Ever since I upgraded to this latest version of Firefox 9.0.1, I have frequent "server not found" on common web sites like www.google.com, www.amazon.com, www.tvguide.com, etc.
    All these problem are frequent but inconsistent. Happens most, but not all of the time. Repeated attempts to execute a site url will, eventually (usually) get a good response.
    Further, when pages are found, they open up looking wrong - unformatted text, no graphics, missing html commands, etc.
    Also, on several sites, I am unable to sign on or exchange information/data. Logons are not accepted, fail or are repeated over and over, responses not recognized, etc. This seems to especially true for Yahoo and ATT web sights.
    Lastly, just to add insult to injury, that damnable left side tab on my Google home page (igoogle) is BACK!!
    Switching to Chrome and/or IE eliminates these problems, but I still prefer FF!
    '''I have reviewed the articles here and tried several alterations on the config page, but nothing has helped.'''
    I have flushed my cache, cookies, history with no benefit! I have also, as I am now, started FF in safe mode band EVEN in SAFE MODE, with EVERYTHING disabled, I still get the bizzare responses and the left tab is still back.
    Is there a way to reload FF completely with every thing set as itv it was BEFORE the last upgrade or to go back to an earlier version? What is it about 9.0.1 that is causing all these problems?
    BTW, incidently, aabout the same time as upgrading FF, I also switched from Comcast cable ISP to ATT DSL ISP at a even higher speed - 18.0 Mbps. Not sure if that matters; I think the behavior was evident BEFORE the switch over.
    Any ideas or suggestions? Are the setting in my config under "useragent" correct? The Ivp6 settings?
    Your help would be greatly appreciated!
    Bob Woolf'''

    '''Cor-el,
    I think it's time to bring some of those kryptonian super powers of yours in to play! :)
    Yes, I am still having problems. I tried to load in the online site for my bank, Navy Federal Credit Union. I got the old "server not found" BS. I did as you suggested and executed a SHIFTED Reload and that worked, at least in the since that I was able to get the opening page.
    However, when I went to sign on, the trouble appeared. Similar to the failed logons and recycling sign ons that I had seen on Yahoo and a few other sites, WHEN I logged onto NFCU's page (they have an unusual three part logon), as soon as I sign on I am IMMEDIATELY told I have "timed out" on the session and am kicked off. Repeated attempts to access my account yields the same thing over and over. I tried to sign on using Internet Explorer and there was NO PROBLEM AT ALL, so the issue is specific to FF.
    I then flushed the cache and retied; no luck. I tried SAFE MODE and again no luck. I then went in a flushed the cache, again, and deleted all associated cookies. Again no luck.
    Then I flushed the cache, reset ALL the preferences and tried again, still no luck.
    As it stands now, I have reset the USERAGENT entries, flushed the cache, reset the preferences and, removed the cookies and still, EVEN in SAFE mode, Firefox and NFCU can't get along. Neither can Yahoo.com!
    So, after all that,I am at my wits end. Suggestions? Should I send you a refreshed copy of my troubleshooting dump?
    Keep in mine that I have, up until 9.0.1 came out, been using FF to aces s all these sites without any problems. So I guess the question has to be: Exactly what was changed in 9.0.1 from the previous version that has made it act this way?
    Ideas? Suggestions? Fixing this has become a full time job!
    Bob W'''

  • Page looks different in IE and Firefox

    I am creating web pages in Dreamweaver, with tables and
    images,.but when preview, one page looks totally normal in IE, but
    messed up in Firefox, another page looks nomal in firefox, but
    messed up in IE. I checked all the assets in dreamweaver, they are
    all right.
    Could you please advise me how to change or where to change?
    Thank you so much!
    Esther

    Go to that location, and paste your page's code into the
    direct input tab.
    Or give it a URL where it can find your page to validate it.
    > I was wondering what might be the causes lead to
    different looks in
    > different
    > browers (in one brower, pages messed up?in another
    brower pages look
    > normal),
    > and what to do to fix them?
    The point that we are trying hard to make, is that there is
    no easy button.
    The largest (by far) reason that a page would not look the
    same in all
    browsers would be the use of invalid HTML. That's why I
    steered you to the
    validator.
    > I can send you some screenshot of the pages
    A screenshot is of no use at all. Sorry. The answer is in the
    code.
    > I do not have link address for those pages yet.....
    Without seeing your code, nobody can give you substantive
    help.
    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
    ==================
    "EstherH" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi Murray,
    >
    > The web pages I am creating is to show my homeworks and
    projects for
    > school.
    > And right now, I am working on local site and I haven't
    putting them
    > online
    > yet.
    >
    >
    http://validator.w3.org/ showed
    me: "Sorry! This document can not be
    > checked."
    >
    > I was wondering what might be the causes lead to
    different looks in
    > different
    > browers (in one brower, pages messed up?in another
    brower pages look
    > normal),
    > and what to do to fix them?
    >
    > If it is useful, I can send you some screenshot of the
    pages. Sorry that I
    > do
    > not have link address for those pages yet.....
    >
    > Thanks a lot for your patience and help!
    >
    > Esther
    >
    >
    >
    >
    > -------
    >
    > The first thing to do is to make sure your page's
    validate. Do they?
    >
    >
    http://validator.w3.org
    >
    > --
    > 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
    > ==================
    >
    >
    > "EstherH" <[email protected]> wrote in
    message
    > news:[email protected]...
    > > Hi Murray,
    > >
    > > Could you please also advice me how to adjust or
    modify in Dreamweaver
    > > so
    > > that my pages will look normal on all the browers
    (IE, firefox,
    > > Safari....)?
    > >
    > > Thanks a lot
    > >
    > > Esther
    >
    >
    >
    >
    >

  • Footer in Master page looks different in other pages

    I've tried everything and need help pls. I just try to make a textbox in the footer of the master page. it should look like this:
    Master Page:
    But in every other Page the alignment changed, the footer changed and the textbox in the footer too. It looks like this:
    This only happens, when I put the textbox in the footer of the master page. When there is no textbox, if have no problems with the alignment and every page looks like the master page.
    I really don't know what i am doing wrong.
    Info: The checkbox "Footer" of the textbox is on and i deactivated "sticky footer" in the properties. All pages are using the master page.

    Hi Isabella,
    Can you please upload the Muse file and share the link.
    Regards,
    Akshay

  • What is the Firefox start page looking for when it tells me I'm not using the most current version and need to update Firefox? The check for updates button says my version is up to date, but the start page disagrees. Is there a setting I need to adjust?

    Okay: My start page is the one Google provides: http://www.google.ca/firefox?client=firefox-a&rls=org.mozilla:en-US:official and frequently it has a note underneath the search box that "You're not on the latest version of Firefox. Upgrade today to get the best of the Web!" But when I check for updates on the About Firefox window, it says my Firefox is up to date. So what is the start page looking for? Is there some setting I need to adjust? Or is this a Google marketing ploy to get me to switch to Chrome?

    I tentatively think I have the solution; this is for when the session id value 'thing', in about:config, referred to in other answers is already on the default/rest state.
    I am assuming, I don't what to imply certainty in-case there is a value wrong in our browsers, that the problem stems from the fact that our homepage is no longer the default for Firefox.
    So, go to 'Options'>'General' and delete the homepage. This will reset it to the new address, which is 'about:home'.
    I hope this helps some people.

  • FF 9.0.1 bizzare behavior:server not found, sites look wrong, left tab igoogle back, failed signons

    '''Anyone else having problems with FF 9.0.1? I mean multiple, strange problems! Ever since I upgraded to this latest version of Firefox 9.0.1, I have frequent "server not found" on common web sites like www.google.com, www.amazon.com, www.tvguide.com, etc.
    All these problem are frequent but inconsistent. Happens most, but not all of the time. Repeated attempts to execute a site url will, eventually (usually) get a good response.
    Further, when pages are found, they open up looking wrong - unformatted text, no graphics, missing html commands, etc.
    Also, on several sites, I am unable to sign on or exchange information/data. Logons are not accepted, fail or are repeated over and over, responses not recognized, etc. This seems to especially true for Yahoo and ATT web sights.
    Lastly, just to add insult to injury, that damnable left side tab on my Google home page (igoogle) is BACK!!
    Switching to Chrome and/or IE eliminates these problems, but I still prefer FF!
    '''I have reviewed the articles here and tried several alterations on the config page, but nothing has helped.'''
    I have flushed my cache, cookies, history with no benefit! I have also, as I am now, started FF in safe mode band EVEN in SAFE MODE, with EVERYTHING disabled, I still get the bizzare responses and the left tab is still back.
    Is there a way to reload FF completely with every thing set as itv it was BEFORE the last upgrade or to go back to an earlier version? What is it about 9.0.1 that is causing all these problems?
    BTW, incidently, aabout the same time as upgrading FF, I also switched from Comcast cable ISP to ATT DSL ISP at a even higher speed - 18.0 Mbps. Not sure if that matters; I think the behavior was evident BEFORE the switch over.
    Any ideas or suggestions? Are the setting in my config under "useragent" correct? The Ivp6 settings?
    Your help would be greatly appreciated!
    Bob Woolf'''

    '''Cor-el,
    I think it's time to bring some of those kryptonian super powers of yours in to play! :)
    Yes, I am still having problems. I tried to load in the online site for my bank, Navy Federal Credit Union. I got the old "server not found" BS. I did as you suggested and executed a SHIFTED Reload and that worked, at least in the since that I was able to get the opening page.
    However, when I went to sign on, the trouble appeared. Similar to the failed logons and recycling sign ons that I had seen on Yahoo and a few other sites, WHEN I logged onto NFCU's page (they have an unusual three part logon), as soon as I sign on I am IMMEDIATELY told I have "timed out" on the session and am kicked off. Repeated attempts to access my account yields the same thing over and over. I tried to sign on using Internet Explorer and there was NO PROBLEM AT ALL, so the issue is specific to FF.
    I then flushed the cache and retied; no luck. I tried SAFE MODE and again no luck. I then went in a flushed the cache, again, and deleted all associated cookies. Again no luck.
    Then I flushed the cache, reset ALL the preferences and tried again, still no luck.
    As it stands now, I have reset the USERAGENT entries, flushed the cache, reset the preferences and, removed the cookies and still, EVEN in SAFE mode, Firefox and NFCU can't get along. Neither can Yahoo.com!
    So, after all that,I am at my wits end. Suggestions? Should I send you a refreshed copy of my troubleshooting dump?
    Keep in mine that I have, up until 9.0.1 came out, been using FF to aces s all these sites without any problems. So I guess the question has to be: Exactly what was changed in 9.0.1 from the previous version that has made it act this way?
    Ideas? Suggestions? Fixing this has become a full time job!
    Bob W'''

  • New To DW5  , downloaded a page, looks a total mess

    Ok, I just downloaded purchased DW5 and downloaded this page via our FTP
    www.fasttracktofatloss.com [Moderator's note: This website autoplays video and tries to prevent users from leaving by loading a second page which also autoplays a video. Visit at your own risk.]
    When I open it up in DW in design mode, it appears as a god awful mess, no comparison at all to how it looks on the page.
    See below.
    Perhaps I was being somewhat hopeful, is this really the design view, I've not used Dreamweaver since the old MX days in 2002, back in those days you would open in design mode and pretty much what you saw was what the page looked like.
    This for an amateur is just an unusuable mess.
    Am I doing something daft here?

    simonhdreamweaver wrote:
    I really wasn't aware autoplaying a video etc was such a big deal to the community here.
    It's not just a big deal to the community here. It's actually part of the World Wide Web Consortium's Usability Guidelines.
    See http://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-dis-audio.html.
    "If any audio on a Web page plays automatically for more than 3 seconds, either a mechanism is available to pause or stop the audio, or a mechanism is available to  control audio volume independently from the overall system volume  level."
    Although the video on your main page has controls to enable the user to turn it off, they're hidden, so it takes more than three seconds to turn off. When someone tries to leave the page, another video plays, and the controls are inacessible because of the modal dialog box. If people are interested in your product, they'll happily click a start button to view your video.
    Many people visit websites at work or in public libraries, where an autoplay video causes annoyance and/or embarrassment. Rather than convincing visitors of the value of your product, you're more likely to scare them away, particularly by playing another video when they try to leave. It's simply bad marketing.

  • How do you insert a slide show into a page in Fireworks or Dreamweaver CS4?

    Newbie here. I just made a nice 4 image slide show in FW CS4 (under COMMANDS, CREATE SLIDESHOW) but can't figure out how to insert it into a page in FW or Dreamweaver CS4. My goal is to insert it into a FW page, then send it as a PDF to the boss for review before it goes into Dreamweaver. Can that be done? I assume if you can create the slide show in FW, then you can see it FW - or is that asking too much?? So far, I can create it, then choose to preview it in a browser (and it looks good). But then I click "done" and "x" out of the screen and it's gone. I saved the slideshow in a folder I created on my desktop. When I open the folder I see an images folder, a scripts folder, an "index.html", a "player_black.swf", and a "slideshow.xml". I've tried dragging all of these onto the FW page but nothing happens.. Also, the "insert" button in FW doesn't have a preset for slideshows. Neither manual mentions how to insert it into a FW or DW page.. Any help is greatly appreciated.

    Problem solved. Found an import movie within iMovie.

  • Fireworks CS4 to CS6 - is there a setting that needs to be adjusted so that web pages look right in

    Fireworks CS4 to CS6 - is there a setting that needs to be adjusted so that web pages look right in Internet Explorer?  I was in the middle of creating pages with Fireworks CS4 and exporting them to Dreamweaver CS4 and publishing them to the website. Those pages looked fine. Then I upgraded to CS6 and the pages  look fine in  Fireworks, Dreamweaver and when I preview them "live" in Chrome but not Internet Explorer. Anyone know why?  Also, with upgrading the software I upgraded to a new computer.  Any and all suggestions are welcomed.  Thanks!

    Most likely caused by a missing document type declaration (DTD).  Truth is, the HTML code generated by graphics apps is not web worthy.  It's really only intended for quick mock-ups to show a client before you rebuild everything with CSS & HTML code in Dreamweaver. 
    This 3-part tutorial describes how to take your Design from Fireworks or Photoshop to a CSS Layout in Dreamweaver.
    Part 1 - Initial Design
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt1.html
    Part 2 - Markup preparation
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt2.html
    Part 3 - Layout and CSS
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt3.html
    Nancy O.

  • Page looks awful in firefox

    I need help Please.....
    I am helping make a small website for a non profit group. My
    background is in graphics, not web design, I have read and read
    done many tutorials and taken a dreamweaver class. I still have so
    many questions! My problem is the page looks fine in IE but is all
    messed up in firefox, and for those that use firefox I would like
    for it to be right.
    I know using layers is probably not a great idea, since
    graphics is what I like to do, I thought I could sort of make a
    template and insert layers where I want the text/information to be
    editable easily.
    I would be very grateful for any help or suggestions. Here is
    the website that is making be pull my hair out!
    http://www.a-y.us/new.html
    Sincerely,
    G. Hopkins

    First thing you should do is fix your errors. There are 58
    errors checking
    validation on the page.
    Michael
    "anotherpaige" <[email protected]> wrote in
    message
    news:fsf3hj$b4e$[email protected]..
    >I need help Please.....
    > I am helping make a small website for a non profit
    group. My background is
    > in
    > graphics, not web design, I have read and read done many
    tutorials and
    > taken a
    > dreamweaver class. I still have so many questions! My
    problem is the
    > page
    > looks fine in IE but is all messed up in firefox, and
    for those that use
    > firefox I would like for it to be right.
    > I know using layers is probably not a great idea, since
    graphics is what I
    > like to do, I thought I could sort of make a template
    and insert layers
    > where I
    > want the text/information to be editable easily.
    > I would be very grateful for any help or suggestions.
    Here is the website
    > that is making be pull my hair out!
    >
    http://www.a-y.us/new.html
    > Sincerely,
    > G. Hopkins
    >

  • Firefox recently updated and Face Book looks wrong. I've gone through all of the trouble shooting in "Web sites look wrong"

    I cannot get Face Book to display properly in Firefox. I've done lots of trouble shooting. All of the "Web sites look wrong" troubleshooting. Very frustrating. Other web sites display properly. Not Face Book. Help! I love Firefox!

    Woo-Hoo! Started Firefox in Safe Mode and disabled everything. Went through the Preferences check list of potential problems and double checked all of the settings, restarted Firefox, in plain default mode and wah-la, everything looks right again in Face Book! YAY! Then tried re-installing my theme, and checked FB again and it's all good! Thank You Firefox Support Pages! :)

  • Website site looks fine in Dreamweaver but...

    So I am creating my own website for the first time and after a bunch of problems, I've ran into one I am unsure of how to fix.
    ngkevin-art.com/about.html
    This is how it looks like in Dreamweaver and how I want it to look:
    http://i.imgur.com/wlOIR.jpg
    But when I go into Live View, or see it online, it falls apart. Any help would be appreciated.
    CSS:
    @charset "utf-8";
    /* CSS Document */
    /* General HTML Tag Rules */
    body {
              width:auto;
              height:auto;
              background-image:url(images/bg_demo2.png);
              background-color:#2d2d2d;
              background-repeat:no-repeat;
              background-position:center;
              margin-top:30px;
    @font-face {
        font-family: Harabara;
        src: url(Harabara.ttf);
        font-weight:200;
    h1 {
              font-family: Harabara, Helvetica, Arial, sans-serif;
              font-size:150%;
              color:#CECEBC;
    h2 {
              font-family: Harabara, Helvetica, Arial, sans-serif;
              font-size:100%;
              color:#CECEBC;
    .text {
              margin-left:75px;
              width:auto;
              float:left;
    #text2 {
              width:408px;
              text-align:center;
    .text3 {
              margin-left:25px;
              width:auto;
              float:left;
    #container {
              width:1280px;
              height:960px;
              margin-left:auto;
              margin-right:auto;
    #wrapContact {
              width: 520px;
              height: 100px;
              margin-left:735px;
              margin-top: 10px;
              clear: both;
    #linked {
              float:left;
              margin-top:35px;
              width: 175px;
    #facebook {
              float:left;
              width: 200px;
              margin-left:32px;
              margin-top:25px;
    #email {
              float:left;
              width:75px;
              margin-left:35px;
              margin-top:20px;
    #wrapNav {
              width: 475px;
              margin-left:750px;
              margin-top:60px;
    #demo {
              width: 500px;
              text-align:center;
              margin-top: 70px;
              margin-left:auto;
              margin-right:auto;
    #flatbook {
              width:250px;
              margin-left:auto;
              margin-right:auto;
              margin-top:20px;
    #wrapAbout {
              margin-left:auto;
              margin-right:auto;
              margin-top:75px;
              width: 1100px;
              height:auto;
    #picture {
              width:408px;
              margin-top:100px;
              float:left;
    HTML:
    <!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>Kevin Ng Art Portfolio</title>
    <script type="text/javascript"
    src="http://code.jquery.com/jquery-latest.min.js" charset="utf-8">
    </script>
    <link rel="stylesheet" type="text/css" href="default3.css"/>
    <script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
    <script type="text/javascript" src="js/jquery-ui-1.8.18.custom.min.js"></script>
    <script type="text/javascript" src="js/jquery.smooth-scroll.min.js"></script>
    <script type="text/javascript" src="js/lightbox.js"></script>
    <link href="lightbox.css" rel="stylesheet" />
    </head>
    <body>
    <div id="container">
                        <div id="wrapContact">
                      <div id="linked">
                    <a href="http://www.linkedin.com/pub/kevin-ng/25/558/75b">
                    <img src="images/logo_linked_large.png" width="auto" height="auto" border="0" alt="linkedin_logo" /> </a>
                </div>
                <div id="facebook">
                    <a href="http://www.facebook.com/profile.php?id=1309131548">
                    <img src="images/logo_fb_large.png" width="auto" height="auto" border="0" alt="facebook_logo" /> </a>
                </div>
                                  <div id="email">
                          <a href="mailto: [email protected]">
                    <img src="images/gmail.png" width="auto" height="auto" border="0" alt="email_icon" /> </a>
                </div>
                        </div> <!-- End "wrapContact"> -->
                  <div id="wrapNav">
                <a href="index.html">                        
                                <img src="images/bg_tab_main.png" width="auto" height="auto" border="0" alt="Main" /> </a>
                <a href="demo.html">                        
                                <img src="images/bg_tab_demo.png" width="auto" height="auto" border="0" alt="Demo" /> </a>
                <a href="about.html">                        
                                <img src="images/bg_tab_about.png" width="auto" height="auto" border="0" alt="About" /> </a>
            </div>
                  <!-- End "wrapNav"> --> 
            <div id="wrapAbout">
                                  <div id="picture">
                          <img src="images/picture.jpg" width="auto" height="auto" alt="picture" />
                    <div id="text2">
                        <h2> Me in the middle left, my buddies, Jordan Gabriel on the left and Edmund Zhu on the right,
                            and finally, Epic Games VIP, Cliff Bleszinski! Taken at GDC 2010. </h2>
                    </div>
                </div>
                <div class="text">       
                    <h1> Resume: <br/>
                    <br/> Email: <br/> <br/>
                    <br/> About Me:</h1>           
                                     </div>
                <div class="text3">
                            <h1> <a href="resume/Kevin Ng Resume2.doc"> Click Here </a>
                            <br/> <br/> <a href="[email protected]"> [email protected] </a> <br/>
                    <br/> <br/> <font size="4">
                              My desire to be in the game development industry is to work with other individuals that take pride in creating a game,
                              something that can be enjoyed by a multitude of people. There is nothing I would like better than to lend my talents and
                        artistic skills for that purpose. <br/> <br/>
                        I believe the key to creating memorable game art, whether it be characters or environments, is the story.
                        Just like reading a good book or watching a thrilling movie, I loved to be immersed in the world of the game. As a result,
                        I had an affinity to Role-Playing Games. Classic games of my generation such as Chrono Trigger, Final Fantasy, and Zelda
                        showed me a world of endless imagination.  <br/> <br/>
                        The characters which are the focal point of the story, their goals and motivations, their trials and tribulations,
                        their victories and defeats... These are the things I think about constantly when I look at them.
                        A character without depth doesn't exist, but if they do, I can only imagine how boring that would be.                    
                    </font></h1>
                </div>
                          </div>
              </div><!-- End "container" -->
    </body>
    </html>

    Hi there, and welcome to the forums!
      Could you please provide a screenshot of the website when it is previewed in a browser/live view? This way I can better understand the conflicts that are occuring in your code.
      It is always a good practice when coding a website to preview it in the browser as you code, to make sure there are no conflicts. It's important to remember that in the end, your viewers will be viewing your site in a browser, not in Dreamweaver's preview. : )

Maybe you are looking for

  • How can I access the Home Sharing Library from my iPad?

    We have an ipad 2 with ios 7, and an imac with itunes 11.1.3 Just heard about home sharing and want to use this - surprised we haven't heard of it before home sharing is turned on in itunes (file > home sharing). home sharing is on for the ipad (sett

  • Problems Installing Adobe CS2 software

    Hi, I purchased my iMac aswell as Adobe CS2 software back in September. I started installing the CS2 software (4 discs) and by the last disc, installation froze and the drive sounded like it was in a continuous search on the disc. So I had to reboot

  • Error in displaying external window

    hi friends, i am developing an application for sending an email with the guidence of saptechnical i am creating a button TO with an action in that button i am using the following code data lo_componentcontroller type ref to ig_componentcontroller. lo

  • Attempting to upgrade operating system. Disc not recognized.

    I went into the system preferences and changed the network startup disc from 10.3 folder to select at startup. Then I restarted. Now I have a grey screen with a blinking image of what looks like a blue globe. Keep in mind that I did make several othe

  • I see no link to download the assistant

    I see no link to download the assistant