CSS works in design mode and mode live view but not preview browser

Hello

My web page looks great in Design view - just where I want to. When I click on Live View, things have really foires air upwards and nowhere near as good and I'll have to fix this somehow. But the main problem I have is when I saw the page in a browser. Firefox or Internet Explorer, it just seems like it's not finding the CSS file. So I manually typed in the code in the header, and that has not worked. So I clicked on the 'link' button and come to find that the CSS file and that did not work. So I opened just the CSS file, saved as a CSS document, and it still doesn't work. So I opened a page that I know works correctly and compared the two and it's not just a difference. Everything is fine with the paths or the code. In fact, I was getting so frustrated that I picked up at the regular "index.html" to a website online that I have access and has replaced it with one I have problems with. I downloaded my new css file and all my images, and even this Web page looks like it does not find the CSS. www.semaltra.com here are the screenshots of what I see and I also stuck my code. Can someone figure this puzzle? It has been very frustrating!

designview.jpg

liveview.jpg

browserpreview.jpg

Here is the HTML code...

<! DOCTYPE HTML >

< html >

< head >
< meta http-equiv = "Content-Type" content = text/html"; charset = utf-9 "/ >"
< meta http-equiv = "Content-Type" content = "hidden" / >
< name meta = "robots" content = "INDEX, FOLLOW" / >
< name meta = "keywords" content = "Enter keywords" / >
< name meta = "description" content = "Description here" / >

< title > Conrad - music, life, thoughts < /title >


<! - Google Analytics code below goes here - >


<! - end of the Google Analytics Code - >
< link href = "styles/styles.css" rel = "stylesheet" type = "text/css" / > "
< / head >

< body >

< div id = "logo" >
< img src = "images/ConradLogo01.jpg" / > "
< / div >

< div id = 'outside' >

< div id = 'wrapper' >

< div id = "Visibility" >
< ul >
< li > < a href = "index.html" > HOME < /a > < /li >
< li > < a href = "music.html" > MUSIC < /a > < /li > ""
< li > < a href = "videos.html" > VIDEOS < /a > < /li > ""
< li > < a href = "bio.html" > BIO < /a > < /li > ""
< li > < a href = "photos.html" > PHOTOS < /a > < /li > ""
< /ul >
< / div >

< div id = "banner" >
< img src = "images/ConradBanner01.jpg" / > "
< / div >

< div id = "leftnav" > < hhhhhhhhhhhhh h1 > < / h1 > < br >
< p > it is a text which should be indented and other things... < /p >

< / div >

< div id = "content" >

< / div >

< div id = "right" >

< / div >

< div id = "footer" >

< / div >

< / div >

< / div >
< / body >
< / html >

and here's the CSS code...

@charset "utf-8";
/ * CSS document * /.



H1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike)
do-family: Arial, Helvetica, without serif.
do-size: 100%;
make-weight: normal;
make-style: normal;
line-height: 100%;
text-indent: 0;
text-decoration: none;
text-align: left;
Color: #000;
}

OL, ul {list-style: none ;}}

/ * Global * /.

HTML {}
Body {background-image: url (.. / images/background04.jpg); background-repeat: no - repeat}


/ * Titles * /.

H1, h2, h3, h4, h5, h6 {make-weight: bold; color: #FFF ;}}

H1 {make-size: 24 PX ;}}
H2 {make-size: 20px ;}}
H3 {make-size: 16px ;}}
H4 {make-size: 14px ;}}
H5 {make-size: 14px ;}}
H6 {make-size: 14px ;}}

IMG, H1, h2, h3, h4, h5, h6 img img, img img, img {margin: 0 ;}}


/ * Elements of text * /.

p {color: #FFF; do-size: 14px; line-height: 150%;}  }
.the p {margin: 1.5em 1.5em 1.5em 0; padding: 0 ;}}
.right p {margin: 1.5em 1.5em 0 1.5em; padding: 0 ;}}

a {color: #FFF; text-decoration: none ;}}
a: link {color: #FFF;}  }
a: visited {color: #FFF;}  }
a: active {color: #FFF;}  }
a: focus {color: #666;}  }
a: hover {color: #03F;}  }

BLOCKQUOTE {color: #000; do-size: 12px ;}}

strong {make-weight: bold ;}}
em {make-style: italic ;}}

/ * Images * /.

/ * Lists * /.

UL {}
OL {list-style-type: decimal ;}}

ul li {color: #FFF; do-size: 16px ;}}
ul li {color: #FFF; do-size: 16px ;}}

DL {}
DT {}
DD {}

/ * Containers * /.

#logo {width: 586px; margin: 150px 170px 0px 10px; float: right ;}}

{#sprybanner}
{#sprybar}
position: relative;
}
{#check_menu}
position: absolute;
left: 95px;
top: 580px;
right: 0px;
Bottom: 0px;
}


#outer {width: 1100px; auto margin: 400px; background-color: #838383; background-image: url (.. / images/wrapper6.jpg);}

#wrapper {width: 910px; auto margin: 0 ;}}

{#social} - media - icons

#topnav {clear: both ;}}
#topnav ul {border-top: 1px #000 solid; border-bottom: 1px #000 solid;}
margin: 10px 0; padding: 3px 0; }
#topnav ul li {display: inline ;}}
#topnav ul li a {padding: 0 20px;}

#topnav a: link {color: #FFF; make-weight: bold ;}}
#topnav a: visited {color: #FFF;}  }
#topnav a: active {color: #FFF;}  }
#topnav a: focus {color: #666;}  }
#topnav a: hover {color: #03F;}  }
#topnav {background-color: #000 ;}}

#banner {margin: 40px auto ;}}

{#rightside}

#content {width: 750px; auto margin: 100px ;}}

#footer {clear: both ;}}

{#leftnav}

{#box1}

{#box2}

{#box3}

{#box4}

{#box5}

{#box6}

Any help would be appreciated, thanks in advance.

You have errors in your CSS code.

semaltra.com%2f http://Jigsaw.w3.org/css-validator/Validator?Profile=CSS21&Warning=0&URI=http%3A%2F%2Fwww.

Nancy O.

Tags: Dreamweaver

Similar Questions

  • slideshow works fine in ' mode live view ", but not"browser preview ".

    My slideshow looks very well in 'live view' but when I "saw in the browser" it does not appear in Firefox and is a blue square with a question mark in Safari.  It was created in Dreamweaver and the slideshow is 'Advanced Random Images' of Dreamweaver Exchange.

    He worked in browsers, but I had to make some changes. I put the slideshow in 'content' to be centered on the page.

    Centering has worked very well, but now it does not appear.

    Here's that section of my code:

    <! - end .sidebar1 - >
    < /p >
    <! - InstanceEndEditable - > < / div >

    <! - ARI KW Image - >
    < div class = "content" >

    < div id = "slideshow" style = "width: 600px;" margin: 0 auto; padding-bottom: 15px; ">

    < script language = "JavaScript" >
    Beginning of the advance of the Random Images
    Copyright 2001 - 2006 all rights reserved, by Paul Davis - www.kaosweaver.com
    "" "var j, d =" ", l =" ", m =" ", p =" ", q =" ", z =" ", KW_ARI = new Array()
    KW_rs [5000]
    KW_ARI [KW_ARI. Length]='/Gallery_images/slideshow/Auditorium.jpg';
    KW_ARI [KW_ARI. Length]='/Gallery_images/slideshow/boardrm.jpg';
    KW_ARI [KW_ARI. Length]='/Gallery_images/slideshow/classroom.jpg';
    KW_ARI [KW_ARI. Length]='/Gallery_images/slideshow/Conference.jpg';
    KW_ARI [KW_ARI. Length]='/Gallery_images/slideshow/conference2.jpg';
    KW_ARI [KW_ARI. Length]='/Gallery_images/slideshow/courtrm.jpg';
    j = parseInt (Math.Random () * KW_ARI.) Length);
    j = (IsNaN (j))? 0:j;
    document. Write ("< img name = 'randomSlideShow' src ='" + KW_ARI [j] + "" > "");
    function rndSlideShow (t, l) {/ / random slideshow by Kaosweaver}
    x = document.randomSlideShow; j = l; While (l == j) {}
    j = parseInt (Math.Random () * KW_ARI.) Length); j = (IsNaN (j))? 0:j; }
    x.SRC = KW_ARI [j]; setTimeout ("rndSlideShow("+t+","+j+")", t);
    }
    rndSlideShow (5000,0)

    End of the advance of the Random Images
    < /script >

    < / div >

    <! - end slide show - >

    <!-InstanceBeginEditable name = 'content'-> < script language = "JavaScript" >

    < /script >

    Any suggestions?

    Thank you!

    Your answer makes me think that an include file is missing on the remote server.  Can you put a link to the page in question?

  • My page display mode live view, but not in design mode.

    In DW CC 2014 and 2015 CC DW, my page display mode live view, but not in design mode. When I switch to Design view, I see only the grid and nothing else. ????

    DW, especially the latest version, requires a clean code and valid for many functions to work correctly. Chances are, there are a few code errors in your HTML view Design of the data warehouse can not handle, but browsers and the Live View can.

    Run the validator at http://validator.w3.org/nu for a list of errors and correct all found your page.

    If you have a clean and valid code, but the problem persists, post a link to your current page, or all of the code and css here in the forum (don't use e-mail, it will not come through) so we can take a look at what's going on.

  • Why my document works very well in mode live view, but not after I have the load on the server?

    I created a reducible outline in DreamWeaver CS5, which includes my doc, html, file outline.css and file outline.js for codes of supply.

    Everything works well in mode live view... I get the image of the + - signs contour develops and reduced.  But when I download 2 images, the html doc, the outline.css and the outline.js page does not work correctly.  The + - signs do not appear, or the table collapses / develops.  In addition, spacing between the title and the items in the outline are disabled.  Any suggestions?

    BTW - do you think it is a good idea for me to get css/html and javascript for Dummies?  These books really help novices like me?

    No, I don't think.  I would recommend that you delay javascript until you have a degree of comfort with HTML & CSS.  And I would not recommend the series of dummies.  Personally, I don't think you could do better that for the volume of Missing Manual CS5, which teaches you in fact a good deal on DW and HTML and CSS.  Also, there is a great set of online tutorials on the Adobe site and on the W3 Schools (http://www.w3schools.com) site.

  • Looks great in mode live view, but not in Design view after adding php code

    Can anyone help with this?  I have a php with HTML5 page that looks much like the design view, live view and in the browser. I add php code above <! doctype html > and the page goes in all directions in design mode. If I switch to live view, the page looks a lot like new. The above code <! doctype html > is php with zero html completely. It's as if design mode try to read php despite start-up code and tags php in place.

    The only work around, I have found is to place <! doctype html > at the top of the page and view design looks great again, but this cannot be used in the browser as I have the php code that requires it to be the first items found.

    I use Dreamweaver CC 2014

    Any help greatly appreciated,

    Dave

    Nancy, just to update you I had a bit of success by changing my invisible elements preferences.

  • File makes it ok in mode live view, but not always in the browser

    Can someone check the code on this page (made from a template) sometimes works in different browsers and sometimes does not correctly?

    Haworth.org/administration.html

    All pages of the site are a model, with the exception of the index, which is a different style sheet. The index works very well.

    Administration page you have this line of code HTML online #1 that only part.

    <%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%>

    Run your model (s) in the code of validation below tools and fix the errors reported.

    CSS - http://jigsaw.w3.org/css-validator/

    HTML - http://validator.w3.org/

    Save the models & populate the changes made to the pages of the child.

    You will need to re - download all the child pages to the remote site.

    Nancy O.

  • Web site works in mode live view but the actual site it has completely disappeared after making a few changes.

    I've had my site using dreamweaver for about a year now. I used the program of "Spectator" in my Gallery for images. However lately I have been having update problems and change the images. So yesterday I set up a gallery with the "lightbox" dreamweaver widget. Everything works well in mode live view in dreamweaver, but when I put the site to my domain now totally disappeared. It seems that the site is still in train poster linking to the simpleviewer Gallery, but there is no evidence, just a blank page. I don't know what is happening here. Through my Web host customer support has been useless.  My site is

    www.ryancomptonart.com

    CORRECTION: I found the correct code in styles.css. The problem is solved

  • Web page looks good with tranparent and photographic background in mode boxes live view, but not in browsers

    If someone has the time to help, I would be very grateful.   I am new to dreamweaver and I try to make a transparent Web page with columns and text box using styles.  It looks perfect in 'live view', but when I look in any browser all the formatting has disappeared.  It looks like the background with the text at the top of installed on wrapped throughout the entire page.   I was not able to understand what is wrong in the days of research.  Anyone know the answer?

    Presents all first format I want and that's what it looks like in mode Live View, the second is what it looks like to most browsers.

    Screen Shot 2011-10-07 at 11.25.06 AM.pngScreen Shot 2011-10-07 at 11.31.05 AM.png

    Here's the code I used:

    < / style >

    "" < link href = "... / styles/tcastyles.css" rel = "stylesheet" type = "text/css" >

    < style type = "text/css" >

    {body

    background-image: url (bamboo. (JPG);

    margin left: 150px;

    }

    a: link {}

    color: #600;

    text-decoration: none;

    }

    a: visited {}

    text-decoration: none;

    }

    a: hover {}

    text-decoration: none;

    }

    a: active {}

    text-decoration: none;

    do-family: Verdana, Geneva, without serif.

    do-size: 12px;

    make-weight: bold;

    }

    a {}

    do-size: 12px;

    }

    body, td, th {}

    do-family: Verdana, Geneva, without serif.

    }

    . Container .faqs h2 {}

    line-height: 40px;

    }

    . Container .faqs ul li {}

    text-align: left;

    }

    .footer {}

    Padding: 5;

    position: relative;

    Clear: both;

    }

    < / style >

    < div class = "container" >

    < div class = "header" > < span class = "menutable" > < / span > < img border = "0" src = "navigate_projects.jpg" width = "307" height = "167" well = "#FPMap0" alt = "Conservation agency - project Menu" align = "absmiddle" / > "

    < map name = "FPMap0" >

    < area shape = "rect" coords = "112, 132, 172, 127" href = "asia.htm" alt = "Asia" / >

    < area shape = "rect" coords = "138, 92, 286, 110" href = "west.htm" alt = "Western Hemisphere" / >

    < area shape = "rect" coords = "138, 73, 279, 89" href = "flamingos.htm" alt = "British Virgin Islands" / >

    < area shape = "rect" coords = "131, 55, 249, 72" href = "turkscaicos.htm" alt = "Turks and Caicos" / >

    < area shape = "rect" coords = "121, 35, 244, 52" href = "newengland.htm" alt = "Narragansett Bay" / >

    < area shape = "rect" coords = "103, 17, 306, 32" href = "coyote.htm" alt = "The Coyote Study Narragansett Bay" / >

    < area shape = "rect" coords = "121, 128, 173, 144" href = "pacific.htm" alt = "Pacific" / >

    < / map >

    < / div >

    < div class = "menu" >

    < table width = "100%" border = "0" align = "center" id = "menutable" >

    < b >

    < td height = "30" align = "center" valign = "middle" > < p > < strong > < a href = "mission.htm" > Mission < /a > < / strong > < /p > < table > ' "

    < td height = "30" align = "center" valign = "middle" > < p > < strong > < a href = "pubs.htm" > Publications < /a > < / strong > < /p > < table > ' "

    < td height = "30" align = "center" valign = "middle" > < p > < strong > < a href = "projects.htm" > project < /a > < / strong > < /p > < table > ' "

    < td height = "30" align = "center" valign = "middle" > < p > < strong > < a href = "opps.htm" > opportunity < /a > < / strong > < /p > < table > ' "

    < td height = "30" align = "center" valign = "middle" > < p > < strong > < a href = "sponsors.htm" > Sponsors < /a > < / strong > < /p > < table > ' "

    < td height = "30" align = "center" valign = "middle" > < p > < strong > < a href = "coyote.htm" > NBCS < /a > < / strong > < /p > < table > ' "

    < td height = "30" align = "center" valign = "middle" > < p > < strong > < a href = "guana.htm" > Guana < /a > < / strong > < /p > < table > ' "

    < td height = "30" align = "center" valign = "middle" > < p > < strong > < a href = "tca.htm" > contact us < /a > < / strong > < /p > < table >

    < td height = "30" align = "center" valign = "middle" > < p > < strong > < a href = "index.htm" > home < /a > < / strong > < /p > < table >

    < /tr >

    < /table >

    < / div >

    < div class = "banner" > study of the Bay of Narragansett Coyote < / div >

    < d/div >

    < div class = "box739" >

    < h3 > what do NBCS? < / h3 >

    < p > since 2004 the Bay of Narragansett Coyote study (NBCS) has developed strategies of coexistence and based management sciences for our most recent top-level predator.  Coyotes, originally a species of Prairie, have successfully colonized all parts of the continental and coastal us over the past 100 years. They reached the islands of Narragansett Bay in the middle of the 1990s. Since then the coyotes have become more and more abundant and problematic in some communities of the island. < /p >

    < p > in our history of cohabitation with the coyotes people constantly tried to eliminate them by hunting, trapping and poisoning. Lethal removal worked for individual problem animals but did not work as a strategy of population control. Why? Coyotes have physiological and behavioural abilities intrinsic to control their own numbers. If the coyotes are removed they increase reproduction and numbers to rebound quickly. The trigger of critical population regulation is competition for food. As long as the coyotes are well fed (with a few coyotes competing for food) their populations will grow. < /p >

    < p > we know also that the opposite effect occurs if the coyotes if the coyotes are stressed by competition for food. If there are too many coyotes competing for the available food coyotes will drop the sustainable level of these resources. < /p >

    < p > understanding of this relationship, the NBCS scientists decided to study the use of the resources of coyotes on two islands of Narragansett Bay, Rhode Island. We used GPS to find out location necklaces where coyotes are spending their time. We have made the assumption that if we could identify food resources important coyote - control - coyotes defray their own numbers. NBCS called & quot; management passive coyote. & quot; < /p >

    < p > since 2005 when we are caught in the trap and to collar our first coyotes on the island that we found continuously as the most important food resources of our study are provided people. This means that they are in our command this means that we can control the coyotes. If we remove anthropogenic resources (human grants) coyote numbers will drop to the sustainable level of natural resources. When the coyotes are fed only natural prey number of coyotes (mice, woodchucks, rabbits, geese and deer) will be lower and they will provide useful pest services. < /p >

    < p > according to our science NBCS generated a set of < has href = ' coyotes/best' practices for Coexistence with Coyotes - 8 Nov 2010.pdf management target = "_new" > best management practices for Coexistence with Coyotes < /a > - essentially a Toolbox for safe and sustainable community management, coyote. We work with the cities in our study area to adopt the CBMPs and be the first community in the nation to successfully and sustainably manage coyotes. We believe also in other cities and towns might be able to use our results as a template if they have problems of coyote. We have barely begun to implement the CBMPs on our islands. We soon hope to have all our implementation of the CBMPs cities - only, then we will see the full impact they make on the coyote numbers and behavior problems. You can follow our progress on this Web site. < /p >

    < / div >

    < div class = "footer" >

    < table width = "100%" border = "0" cellspacing = "5" >

    < b >

    < td > top < table >

    < td > < a href = "mailto: " [email protected] "> [email protected] < /a > < table > "

    < /tr >

    < /table >

    < / div >

    < / div >

    < / div >

    < p > < / p >

    < / div > class iv = "FAQ" >

    < H2 > FAQS < / h2 >

    < ul >

    How can < li > I coyotes control their own population? < /li >

    < li > blah blah blah < /li >

    < /ul >

    < / div >

    < div class = "content" >

    < div class = "Yopougon" >

    < div class = "col1" >

    < h3 > Middletown adopts the CBMPs and passes an order of non-Feeding! < / h3 >

    < / div >

    < div class = "col2" >

    < h3 > driver, Java and the Valley Pack < / h3 >

    <

    And here's the styles:

    . Container {}

    height: 1500px.

    Width: 975px;

    border: 8px solid #660000;

    float: left;

    }

    . Header {}

    float: left;

    height: 170px;

    Width: 975px;

    background-color: #033000;

    }

    .menu {}

    background-color: #FFC;

    float: left;

    height: 30px;

    Width: 975px;

    do-family: Verdana, Geneva, without serif.

    do-size: 9px;

    color: #660000;

    make-weight: bold;

    margin-bottom: 5px;

    }

    .table {}

    do-family: Verdana, Geneva, without serif.

    do-size: 8px;

    make-weight: bold;

    }

    . Banner {}

    float: left;

    height: 100px;

    Width: 739px;

    do-family: Verdana, Geneva, without serif.

    font size: 37px;

    make-weight: bold;

    color: rgba (0,51,0,1);

    background-color: rgba (255,255,204,.7);

    text-align: center;

    line-height: 75px;

    border-radius: 5px;

    padding: 5px;

    margin: 5px;

    }

    {.clearbox}

    float: left;

    height: auto;

    Width: 760px;

    }

    {.box739}

    Width: 739px;

    float: left;

    height: auto;

    background-color: rgba (255,255,204,.7);

    do-size: 12px;

    color: rgba (0,51,0,1);

    border-radius: 5px;

    padding: 5px;

    margin: 5px;

    }

    {.faqs}

    float: right;

    height: 620px;

    Width: 205px;

    do-family: Verdana, Geneva, without serif.

    do-size: 12px;

    make-style: normal;

    line-height: normal;

    overflow: scroll;

    background-color: rgba (255,255,204,.7);

    margin: 5px;

    border-radius: 5px;

    make-weight: bold;

    color: rgba (0,51,0,1);

    text-align: center;

    }

    {.col1}

    float: left;

    height: 500px;

    Width: 359px;

    background-color: rgba (255,255,204,.7);

    do-size: 12px;

    border-radius: 5px;

    color: rgba (0,51,0,1);

    margin: 5px;

    padding: 5px;

    }

    {.col2}

    float: left;

    height: 500px;

    Width: 359px;

    background-color: rgba (255,255,204,.7);

    do-size: 12px;

    border-radius: 5px 5px 5px 5px;

    color: rgba (0,0,0,1);

    padding: 5px;

    margin: 5px;

    }

    .footer {}

    position: relative;

    Clear: both;

    background-color: rgba (255,255,204,1);

    do-size: 12px;

    color: rgba (0,51,0,1);

    }

    From the looks of your screenshot, I'd say it's a path problem.  Are you sure that you downloaded the CSS document when you loaded the page and that the path is correct?  It appears in your second screenshot that there is no style applied so your stylesheet is not included for a wrong path or because it is simply not there.

  • Problem with styles Css does not display mode live view or when I browse

    I use Mac OS x 10.6 and construction Web site with Dreamweaver CS5.  I sometimes create div tags no styles or rendering mode display live view or when I browse but showing in design mode. I looked in dreamwever faq and they speak not no projection in Design view to toggle the display styles. This isn't the problem because it is checked, and I tried to turn on and off and made no difference. I use the firefox browser.


    It happened before the other day too. But all my other pages of this website that I created in the same way the construction with DIV tags and css styles So, not sure what is the problem. Maybe someone has a suggestion here.


    Johanna

    http://johannabresnahan.com/CSS/jbstyles.CSS

    {Line 420 is missing a closing brace} for the rest of the style sheet is either misinterpreted, including rules #mm1thumb and #mm2thumb.

    #footer {}
    background-color: #263f64;
    Clear: both;
    float: left;
    height: 150px;
    Width: 881px;
    position: relative;
    do-family: "Lucida Sans Unicode", "Lucida Grande", without serif.
    do-size: 9pt;
    make-style: normal;
    line-height: 9pt;
    make-weight: normal;
    do-variant: normal;
    text-transform: none;
    color: #FFF;
    text-decoration: none;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-indent: 525px;
    } / * THIS CLOSING BRACE IS MISSING * /.

  • lightbox works only in mode live view, only if downloaded

    Hello

    Thank you for taking the time to help me.

    Link to the site - http://nailontheheadinc.com/

    page http://nailontheheadinc.com/gallery.html problem

    Test page with jQuery vanilla - http://nailontheheadinc.com/gallery_1.html

    The problem does not occur in direct mode.

    Also, I noticed my pages all have ".html" in the url, it is optional?

    I really appreciate the help, thanks again.

    Robert

    I couldn't open all the links you provide.

    Two common mistakes can make people will lead to the problems you describe is not to download all the necessary resources for the page to function for example images or javascript files and after that, for the links in the page that will be formed incorrectly or even pointing to resources on your local computer.

    When you started your project define your site?  When you do that Dreamweaver is good to take care of some of these things.

    Martin

  • I create my first layout fluid, when I go to the mode live view, overview of the browser or on my server, the images do not appear. What's not?

    I have serached for hours. Help, please. Here is my code for the model:

    <! doctype html >

    <!-[if lt IE 7] > < class = "oldie ie6" html > <! [endif]-->

    <!-[if IE 7] > < class = "ie7 oldie" html > <! [endif]-->

    <!-[if IE 8] > < class = "ie8 oldie" html > <! [endif]-->

    <!-[if gt IE 8] > <!-->

    < class html = "" >

    <!-<! [endif]-->

    < head >

    < meta charset = "UTF-8" >

    < meta name = "viewport" content = "width = device-width, original scale = 1" >

    <!-TemplateBeginEditable name = "doctitle"-->

    < title > Studio swim UltimatePerformance < / title >

    <! - TemplateEndEditable - >

    "" < link href = "... / boilerplate.css" rel = "stylesheet" type = "text/css" >

    "" < link href = "... / upss.css" rel = "stylesheet" type = "text/css" >

    < style type = "text/css" >

    {body

    background-color: #dfdfdf;

    }

    body, td, th {}

    do-family: "Gill without ',"Gill Sans MT", 'DejaVu Sans Condensed', 'Myriad Pro', Helvetica, Arial, without serif.

    do-size: 12pt;

    Color: #666666;

    }

    a: link {}

    color: #1A5DAB;

    text-decoration: none;

    }

    a: visited {}

    color: #7794A 3;

    text-decoration: none;

    }

    a: active {}

    color: #222222;

    text-decoration: none;

    }

    a: hover {}

    text-decoration: none;

    color: #7794A 3;

    }

    < / style >

    <!--

    To learn more about the conditional comments around the HTML at the top of the file:

    paulirish.com/2008/conditional-stylesheets-vs-CSS-hacks-answer-neither/

    Follow these steps if you are using your customized version of modernizr (http://www.modernizr.com/):

    * Insert the link to your js here

    * remove the link below for the html5shiv

    * Add the class "No. - js' to the above html tags

    * You can also remove the link to respond.min.js if you included in your version of modernizr Polyfill MQ

    ->

    <!-[if lt IE 9] >

    " < script src =" http://html5shiv.googlecode.com/svn/trunk/HTML5.js "> < / script > .

    <! [endif]-->

    "< script src ="... / respond.min.js "> < / script >"

    <!-TemplateBeginEditable name = "head"->

    <! - TemplateEndEditable - >

    < / head >

    < body >

    < div class = "gridContainer clearfix" >

    < div id = "div1" class 'fluid' = >

    < div class = "navigation" > < span style = "text-align: right;" color: #FFFFFF; "" > < a href = "... / upswimstudio_aboutus.html" > < span style = "color: #FFFFFF" > on inverters </span > < /a > | "< a href ="... / upswimstudio_aboutdouggreen.html "> < span style =" color: #FFFFFF "> on Doug Green </span > < /a > | "< a href ="... / upswimstudio_pricing.html "> < span style =" color: #FFFFFF "> pricing </span > < /a > | "< a href ="... / upswimstudio_location.html "> < span style =" color: #FFFFFF "> location </span > < /a > < / span > < / div >"

    "" < div class = "fluid logo" > < img src = "... / pictures/hm_image.jpg" / >

    < div class = "body fluid zeroMargin_tablet ' > <!-TemplateBeginEditable name ="body text"-> the text <! - TemplateEndEditable - > < / div >

    < / div >

    < div class = "fluid greybar" > < / div >

    < p > < / p > < p > < / p >

    < div class = 'fluid footer' >

    < style p = "" are-size: 11pt; "> < a href = 'coming' target = 'new'" > < img src = ""... / images/facbook.png "alt =" "/ > < /a > < a href = 'coming' target = 'new'" > < img src = ""... / images/twitter.png "alt =" "/ > < /a > < a href = 'coming' target = 'new'" > < img src = ""... / images/instagram.png "alt =" "/ > < br >"

    < /a > < /p >

    < style p = "" are-size: 11pt; "" > < a href = "... / indexfluid.html" > home < /a > < /a > | "< a href ="... / upswimstudio_aboutus.html "> on inverters < /a > |" "< a href ="... / upswimstudio_aboutdouggreen.html "> on Doug Green < /a > |" "< a href ="... / upswimstudio_pricing.html "> < /a > pricing |" "< a href ="... / upswimstudio_location.html "> location < /a > < /p >"

    < style p = "" are-size: 11pt; "> < span style =" do-size: 9pt; "" color: #5C5A5A; "" > © 2015 ultimate swim Performance Studio • website designed by < a href = "http://www.tweeagraphicdesign.com" > TweeA graphic Desig < /a > </span > n < / p > '.

    < / div >

    < / div >

    < / div >

    < / body >

    < / html >

    The problem is due to your upss.css file.  All the images you have given a width of 0%. Remove and it should work.

    IMG, object, embed, {video

    Max-width: 100%;

    Width: 0%;

    }

    Nancy O.

  • Flash Player 9 works on Firefox 2 and Netscape Navigator 9, but NOT on Safari 3

    After hours of uninstalls / reinstalls the version the most recent Flash Player, repair disk permissions and one number of other moves to fix Safari... so content Flash would play, I stumbled upon a fix semi clear. "Préférences" menu... "Safari had been over looked. I do not go there and go to the Security section > Web Content. There, I finally looked and found that "Enable plug-ins" is unchecked. With this simple preference enabled, Flash media played again on Safari! WS

    After hours of uninstalls / reinstalls the version the most recent Flash Player, repair disk permissions and one number of other moves to fix Safari... so content Flash would play, I stumbled upon a fix semi clear. "Préférences" menu... "Safari had been over looked. I do not go there and go to the Security section > Web content. There, I finally looked and found that "Enable plug-ins" is unchecked. With this simple preference enabled, Flash media played again on Safari! WS

  • How is it, I can see my div in design mode, but not in mode live view

    Hello

    I have a div ID called "portfolio" I see in Design view but not mode live view or on a browser. It's a small pink square and I want that round square also.

    I ran through validator. He picked up a few things in the style.css which I changed and the boilerplate.css I did not. I thought auto DW creates code for mat because I don't fit this code myself.

    She also rejected a lot of code in webkit, but this seems to be the standard webkit code that works elsewhere on the page.

    BTW: has when is this hand brutal coding pay off in money and less heartache when Wordpress air cleaner and is easier to use? I feel that I know only HTML or CSS in terms of translating the vision to reality and with browser features everything after months and months of online courses. How long are the pros home until they reach a point of the watershed?

    Here is my address: http://www.adjacentdimensionsmedia.com/home.html

    Here is my html code:

    < body >

    < div class = "gridContainer clearfix" >

    < div id = "div1" class = "fluid" > < img src = "adtitle2.png" width = "700" height = "80" alt ="" / > < / div > "

    < div class = "fluid" > < div class = "box-shad" > < a href = "index.html" > < / has > < / div > ""

    < / div >

    < div id = 'portfolio' > portfolio < / div >

    < / body >

    Here is my CSS:

    Shad-.box {}

    top of the margin: 200px;

    margin left: 100px;

    Width: 900px;

    height: 700px;

    display: block;

    background-image: url("images/Big-tree-trans1.png");

    background-size: 900px 700px.

    -webkit-box-shadow: 15px 15px 15px insert #000000;

    box-shadow: 15px 15px 15px insert #000000;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    position: fixed;

    }

    . Box-shad a {}

    Display: block;

    Width: 900px;

    height: 700px;

    }

    {#portfolio}

    Width: 100px;

    height: 100px;

    margin-top: 0px;

    right margin: 200px;

    margin left: 200px;

    margin-bottom: 0px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: pink;

    top:-300px;

    position: relative;

    }

    High:-300 puts this div over the top of the browser window. Fix that and you'll see the div.

  • FlexBox Live View does not not with accurate display

    Windows 7 with the v12 CS6 flexbox code learning. Mode Live view does not show accurately. Even with flex-direction: specified line, the live preview shows a column.

    Were there an update should I download?

    TKS.

    FlexBox with perpetual CS6?

    Chances are that it is just "how it works" in this version. If the real browsers display it correctly, you're probably fine.

    CS6 is legacyware now, there will be some other updates.

  • shows CSS mode live view, not in design mode

    Hi all -

    I am new to dreamweaver and tried to move a site I already coded in dreamweaver, if all goes well to be able to find errors, but above all to be able to update more quickly in the future.

    I noticed a characteristic (at least for me!) - I have some basic "rounded corners" with css that display correctly in the 'Live' view or in a browser, but in design, they are just standard boxes without added css attributes.

    Is this normal or is something in my code?

    It's normal.  Don't trust mode Design for something else than a gross approximation of your design. With the help of Live View or a local test server is almost more reliable.

Maybe you are looking for

  • I need to record locally crash logs for analysis and sent on Mozilla

    I would like to find a way to save the crash logs locally and not that they be sent to Mozilla. Is this possible?

  • HP pavilion: System disabled Code

    Disabled System Code (76102226)

  • case of structure above or below

    Hello. I have trouble making a structure case that if a digital input is greater than a number, it does one thing and less he made another. Basically how do you work with structures of cases that are not Boolean, especially if a number is greater tha

  • Sniper Ghost Warrior

    Hello I buy the Sniper Ghost Warrior city interactive game. I'm having trouble installing the game on my computer. The window gets up and lets me know that Windows install does not work and I need to fix this problem so I can install the game. Thanks

  • How can video effect, I do this?

    Hey everyone, I want to know how to make the video distortion in this clip. I mean the effect that makes the image multiply and move.Foyone - Negro Luto [the Oro Jaula] - YouTube