Page content Web going edge to edge

Hello


New to Bootstrap and feeling my way along in the dark...  I am creating a site that has an edge to header and footer, but in which all content is located centrally on the page maybe a pixel area of 1000 on the desktop (but not necessarily 'centered') .  What I get is quite similar to this page from Adobe, but I want that all content placed in the rows and columns in pixels of 1000 Center.  Of course, on the xs and sm devices he could go edge to edge, with a margin of 15 px for the content.

With the code below the bottom's edge to edge that is beautiful, but the content is FLUSH left or right ras from the edge of the device as this page of Adobe.


What I am doing wrong?  How can I get the content to be placed in a central area of the page?  Thanks for your help...

(I use CS6)

<! DOCTYPE html >

< html lang = "en" >

< head >

< meta charset = "utf-8" >

< meta http-equiv = "X-UA-Compatible" content = "IE = edge" >

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

<!-this above 3 meta tags * must * come first in the head; other content of head must come * after * these tags->

< title > Bootstrap model 101 < /title >

<!-"bootstrap"->

"< link href="css/bootstrap.min.css "rel ="stylesheet">

< style type = "text/css" >

body, td, th {}

do-family: Arial, Helvetica, without serif.

}

< / style >

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

<! - HTML5 shim and Respond.js for IE8 take in charge of the HTML5 elements and questions from the media - >

<!-WARNING: Respond.js does not work if you view the page via file://-->

<!-[if lt IE 9] >

" < script src =" https://OSS.MaxCDN.com/html5shiv/3.7.2/html5shiv.min.js "> < / script > .

" < script src =" https://OSS.MaxCDN.com/respond/1.4.2/respond.min.js "> < / script > .

<! [endif]-->

< / head >

< body >

< header >

< nav class = "navbar, navbar-default" >

< div class = "container-fluid" >

<!-brand and toggle get grouped together for better mobile display->

< div class = "bar navigation-header" >

"< button type ="button"class ="toggle navigation bar has collapsed"data-toggle ="collapse"data-target="#bs-example-navbar-collapse-1 "aria-expanded ="false">

< span class = "sr only" > toggle navigation </span >

< span class = 'bar icons' > < / span >

< span class = 'bar icons' > < / span >

< span class = 'bar icons' > < / span >

< / button >

<!-ORIG STRAP BOOT

< a class = "brand navigation bar" href = "#" > brand < /a > >

< / div >-->

<! - MINE - >

< a class = 'bar of navigation-brand' > < /a > < img src = "images/insert-logo - image.jpg" width = "130" height = "130" >

< / div >

<!-collect the nav links, forms, and other content to alternate->

<!-DISABLE THIS STYLE of LINK

< div class = "navbar-collapse collapse" id = "bs-example-navbar-collapse-1" >

< ul class = "navbar-nav nav" >

< class li = "active" > < a href = "#" > link < span class = "sr only" > (ongoing) </span > < /a > < /li >

< li > < a href = "#" > link < /a > < /li >-->

<!-DISABLE DROPDOWN LINKS

< class = "dropdown" li >

< a href = "#" class = "menu drop-down-turn" data-toggle = "dropdown" role = "button" aria-haspopup = "true" aria-expanded = "false" > drop < span class = "circumflex accent" > < / span > < /a >

< ul class = menu "dropdown" >

< li > < a href = "#" > Action < /a > < /li >

< li > < a href = "#" > another action < /a > < /li >

< li > < a href = "#" > else here < /a > < /li >

< role li "separator" = class = "divisor" > < /li >

< li > < a href = "#" > link separate < /a > < /li >

< role li "separator" = class = "divisor" > < /li >

< li > < a href = "#" > a more separate link < /a > < /li >

< /ul >

--> < /li >

< /ul >

<!-do NOT USE THE SEARCH OR OTHER FORM ELEMENTS

< class form = role "navbar-shape left navigation bar" = "search" >

< div class = "form-group" >

< input type = "text" class = placeholder 'form control' = "Search" >

< / div >

< button type = 'submit' class = "btn, btn-default" > Submit < / button >

< / form >-->

< ul class = "navbar-nav, navbar-right nav" >

< li > < a href = "#" > wallpaper SCREEN DOWNLOADS < /a > < /li >

< li > < a href = "#" > CONTACT < /a > < /li >

<!-LINKS DISABLED DROPDOWN list

< class = "dropdown" li >

< a href = "#" class = "menu drop-down-turn" data-toggle = "dropdown" role = "button" aria-haspopup = "true" aria-expanded = "false" > drop < span class = "circumflex accent" > < / span > < /a >

< ul class = menu "dropdown" >

< li > < a href = "#" > Action < /a > < /li >

< li > < a href = "#" > another action < /a > < /li >

< li > < a href = "#" > else here < /a > < /li >

< role li "separator" = class = "divisor" > < /li >

< li > < a href = "#" > < /a > < /li >--> separate link

< /ul >

< /li >

< /ul >

< / div > <!-/ .navbar-collapse->

< / div > <!-/ .container-fluid->

< / nav >

< div class = "content of the header" >

< div class = "row" >

< div class = "container-fluid" >

< div class = "col-md-6" >

< h1 > wallpapers you will love! < / h1 >

< p > now you can express yourself every day with high quality wallpapers and enjoy and share funds.  They are free! < /p >

< p > < a href = "#" > COMING SOON < /a > < /p >

< p > available on most Android devices. < /p >

< / div >

< / div >

< div class = "col-md-6" > insert here wallaper_on_phone_pnk < / div >

< / div >

< / div >

< / header >

<! - MINE - >

< div class container-fluid >

< section class = 'hand' >

Main content here...

< / section >

< / div >

<!-ORIGINAL BOOTSTRAP HELLO WORLD < div class = "container-fluid" > < h1 > Hello, world! < / h1 >

< / div >-->

<! - jQuery (necessary to Bootstrap JavaScript plugins) - >

" < script src =" https://AJAX.googleapis.com/AJAX/libs/jQuery/1.11.3/jQuery.min.js "> < / script > .

<! - include all the plugins compiled (see below), or include individual files to the need - >

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

< / body >

< / html >

#1

"container-fluid" passes over the "line" not below it.

#2 "container-fluid" is the width full page.

#3 If you want a more focused presentation, use 'container' instead of ' container-fluid. '

#4 classes of additional Bootstrap for centering:

' text-Centre ' = Center the text.

"Centre block" , you must add this CSS in your style sheet:

. Center-block {float: none}

Nancy O.

Tags: Dreamweaver

Similar Questions

  • Liquid header - once the resized page content environment going into the ditch

    Hi currently I have a liquid header, logo floats to the left and the navigation bar is floating on the right and in the middle of the page (below the header), I have thumbnails of photos that move to adapt to the width of the page. Once that page is expanded jumping thumbnails upward into the space that opens up between the logo and the bar of navigation... is there a way to make the header closed from the thumbnails below?


    Thank you.

    http://s22.postimg.org/kxuryvrn5/Screen_Shot_2013_06_14_at_17_17_12.pnghttp://s23.postimg.org/i8uvof8kb/Screen_Shot_2013_06_14_at_17_17_36.pnghttp://s8.postimg.org/ta3kusl8l/Screen_Shot_2013_06_14_at_17_17_47.png

    HTML:


    <! doctype html >

    < html >

    < head >

    < link rel = "shortcut icon" href = "favicon.ico" > "

    "< link rel ="icon"type =" image/gif"href ="... /... "/ animated_favicon1.gif" >

    < title > wedding photography < /title >

    < meta charset = "UTF-8" >

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

    "< script src="js/jquery-1.7.2.min.js "> < / script >

    < script src = "js/lightbox.js" > < / script >

    < link href = "css/lightbox.css" rel = "stylesheet" / > "

    < style type = "text/css" >

    a {}

    font size: 15px;

    Color: #777777;

    }

    body, td, th {}

    font size: 15px;

    color: #444444;

    do-family: 'slab of Josefin;

    }

    a: link {}

    text-decoration: none;

    color: #444444;

    }

    a: visited {}

    text-decoration: none;

    color: #444444;

    }

    a: hover {}

    text-decoration: none;

    color: #60baec;

    }

    a: active {}

    text-decoration: none;

    color: #444444;

    }

    < / style >

    < script type = "text/javascript" >

    function MM_preloadImages() {//v3.0

    var d = document; If (d.images) {if(!d.MM_p) d.MM_p = new Array();

    var i, j is d.MM_p.length, a = MM_preloadImages.arguments; for (i = 0; i <.) Length; i ++)

    If (a [i].indexOf("#")! = 0) {d.MM_p [j] = new Image; d.MM_p [j ++] .src = a [i] ;}}

    }

    < /script >

    < / head >

    < body text = "#444444" link = "#444444" vlink = "#60baec" alink = "#444444" onLoad = "MM_preloadImages (" images/Studio_06-home-roll - over.jpg ',' image g s/Studio_14-Blog-roll-over.jpg','images/Studio_16-contact-roll-over.jp ','.. ")" (/ images/home_03-roll - over.jpg') ">"

    < div class = "wrapOverall" >

    "" "< div class = 'container' id = 'container header' > < div class ="header"> < a href ="... / index.html "> < img src =" images/Home - Page_03.png"name ="Logo"width ="448"height ="69"class ="logo"id ="Logo"onMouseOver =" MM_swapImage ("Logo","' home_03-roll - over.png', 1) ' Mm_swapimgrestore ' border = '0' / > < /a > < / div >

    < div class = "navMain" >

    < div class = "navMain" >

    < ul >

    "< li > < span style =" font family: 'Josefin slab' "> < a href =".. /.. /.. / Home/Home.html "> HOME < /a >"

    </span >

    "< li > < span style =" font family: 'Josefin slab' "> < a href =".. /.. / Portfolio.html "> < /a > PORTFOLIO"

    </span >

    < li > < span style = "font family: 'Josefin slab'" > < a href = "#" > < /a > PRICING

    </span >

    "< li > < span style =" font family: 'Josefin slab' "> < a href =".. /.. /.. / About/About.html "> ON < /a >"

    </span >

    < li > < span style = "font family: 'Josefin slab'" > < A href = "#" > BLOG < /a >

    </span >

    "< li > < span style =" font family: 'Josefin slab' "> < a href =".. /.. /.. / Contact/Contact.html "> CONTACT < /a > < / span >"

    < /ul >

    < / div > <! - END navMain - >

    < / div > <! - logo END - >

    < / div > <!--END header-->

    <! - MAIN CONTENT - >

    Center of <>< div class = "slideshow" >

    < p > < a href = "images/image - 1.jpg" rel = "lightbox [a]" > < img src = "images/image - 1 T .jpg" width = "100" height = "100" border = "10" align = "absmiddle" / > < /a > < a href = "images/image - 2.jpg" rel = "lightbox [a]" > < img src = "images/image - 2T .jpg" width = "100" height = "100" border = "10" align = "absmiddle" / > < /a > < a href = "images/image - 3.jpg" rel = "lightbox [a]" > < img src = "images/image - 3T .jpg" width = "100" height = "100" border = "10" align = "absmiddle" / > < /a > < a href = "images/image - 4.jpg" rel = "lightbox [a]" > < img src = ' images/image - 4t .jpg' width = "100" height = "100" border = "10" align = "absmiddle" / > < /a > < a href = "images/image - 5.jpg" rel = "lightbox [a]" > < img src = ' images/image - 5T .jpg' width = "100" height = "100" border = "10" align = "absmiddle" / > < /a > < a href = "images/image - 6.jpg" rel = "lightbox [a]" > < img src = "images/image - 6 T .jpg" width = "100" height = "100" border = "10" align = "absmiddle" / > < /a > < "a href =" images/image - 7.jpg"rel ="lightbox [a]"> < img src = ' images/image - 7 T .jpg' width ="100"height ="100"border ="10"align ="absmiddle"/ > < /a > < a href =" images/image - 8.jpg"rel ="lightbox [a]"> < img src = ' images/image - 8T .jpg' width ="100"height ="100"border ="10"align ="absmiddle"/ > < /a > < a href =" images/image - 9.jpg"rel ="lightbox [a]"> < img src =" images/image - 9 T .jpg"width ="100"height ="100"border ="10"align ="absmiddle"/ > < /a > < a href = images/image - 10.jpg"rel ="lightbox [a]"> < img src =" images/image - 10T .jpg"width ="100"height ="100"border ="10"align ="absmiddle"/ > < /a > < a href =" images/image - 11.jpg"rel ="lightbox [a]"> < img src = ' images/image - 11 T .jpg' width ="100"height ="100"border ="10"align ="absmiddle"/ > < /a > < a href =" images/image - 12.jpg"rel ="lightbox [a]"> < img src = ' images/image - 12 T .jpg' width ="100"height ="100"border ="10"align ="absmiddle"/ > < /a > < a href =" images/image - 13.jpg. rel = "lightbox [a]" > < img src = "images/image - 13T .jpg" width = "100" height = "100" border = "10" align = "absmiddle" / > < /a > < a href = "images/image - 14.jpg" rel = "lightbox [a]" > < img src = ' images/image - 14t .jpg' width = "100" height = "100" border = "10" align = "absmiddle" / > < /a > < a href = "images/image - 8.jpg" rel = "lightbox [a]" > < img src = "images/image - 8T .jpg" width = "100" height = "100" border = "10" align = "absmiddle" / > < /a > < a href = "images/image - 15.jpg" rel = "lightbox []". [a]"> < img src =" images/image - 15t .jpg"width ="100"height ="100"border ="10"align ="absmiddle"/ > < /a > < /p >

    < / div > < / center >

    <! - END MAIN CONTENT - >

    < div id = "containerFooter" >

    < div id = "Box1" style = "font family: 'Josefin slab'" >

    < p > all content < span style = "do-size: 20px" > to </span > 2013 DKphotos < /p >

    < / div > <!--end Box1 - >

    < div id = "Box2" >

    < p > < script type = "text/javascript" >

    BeginOAWidget_Instance_2149022: #OAWidget

    var urlToLike = ' http://www.facebook.com/DKphotos.net';

    If (urlToLike == ") {}

    urlToLike = window.location.href;

    }

    urlToLike = encodeURIComponent (urlToLike);

    var font = encodeURIComponent ('arial');

    document.write (' ' < iframe src = "http://www.facebook.com/widgets/like.php?locale=en_US & href = ' + urlToLike + ' & layout = button_cou nt & show_faces = false & width = 450 & height = 150 & action = like & font =" + police + & colorscheme = light"scrolling =" "frameborder ="0"allowTransparency ="true"style =" border: none; ") border-color: #ffffff; overflow: hidden; width: 450; height: 150 "(>< / iframe >') "

    EndOAWidget_Instance_2149022

    < /script >

    < / div > <!-END fbLike-> < /p >

    < / div > <!--end Box2 - >

    <! - float clearing - >

    < hr class = "compensation" / >

    < / div > <! - end container - >

    < / div > <! - END wrapOverall - >

    < / body >

    < / html >

    CSS:

    @charset "utf-8";

    / * CSS document * /.

    {body

    background - image: URL(images/bg_body.jpg);

    background-color: #ffffff;

    background-attachment: fixed;

    background-position: top;

    }

    {.wrapOverall}

    Width: 1920px;

    display: inline;

    }

    #container {}

    Width: 100%;

    min-width: 500px;

    Max-width: 100%;

    }

    {img.logo .header

    float: left;

    margin: 0px 15px 0px 15px;

    }

    . IMG.logo, {.navMain}

    Width: auto;

    min-height: 10px;

    border: 0;

    / * to reduce the float drop issues in IE * /.

    dressing: break-Word;

    }

    . IMG.logo {margin left: 8px; float: left ;}}

    .navMain {margin left: 10px; margin-top: 10px; margin-bottom: 40px; float: right ;}}

    / * Clear floats after boxes * /.

    {.clearing}

    Clear: both;

    visibility: hidden;

    line-height: 0;

    font-size: 1px;

    Display: block;

    }

    {#containerFooter}

    Width: 100%;

    min-width: 650px;

    Max-width: 100%;

    }

    {#containerFooter}

    do-family: Verdana, Arial, Helvetica, without serif.

    border: 0;

    Auto margin: 0; / * centered * /.

    overflow: hidden; / * float containment * /.

    }

    #Box1 {#Box2}

    Width: auto;

    min-height: 10px;

    border: 0;

    / * to reduce the float drop issues in IE * /.

    dressing: break-Word;

    }

    #Box1 {margin left: 8px; float: left ;}}

    #Box2 {margin left: 20px; float: left ;}}

    / * Clear floats after boxes * /.

    {.clearing}

    Clear: both;

    visibility: hidden;

    line-height: 0;

    font-size: 1px;

    Display: block;

    }

    /* ##############################*/

    / General Navigation rules * /.

    /* ##############################*/

    .navMain ul {}

    margin: 0px;

    padding: 0px;

    do-size: 14px;

    }

    .navMain ul li {}

    margin: 0px;

    padding: 0px 0px;

    list-style: none;

    display: inline;

    }

    .navMain ul li a {}

    margin: 0px;

    padding: 0px 10px;

    }

    .navMain ul li a: hover {}

    do-size: 16px;

    }

    .slideshow {}

    margin: 20px, 35px 0px 0px;

    }

    #header, {#containerFooter}

    Width: 100%;

    float: left;

    }

    {#containerFooter}

    position: fixed;

    low:-145px;

    z index: 500;

    background-color: #FFF;

    }

    Managed to solve the problem by simply adding a tag hr... If only I had tried in the first place.

  • "Do you want to view only the webpage content that was delivered safely. "the Web page content that willl be sent using a secure HTTPS connection, which could jeopardize the securityof the entire Web page.

    Original title: SECURITY WARNING

    When I try to open a program I have getthis message:

    "Do you want to view only the webpage content that was delivered safely.

    "the Web page content that willl be sent using a secure HTTPS connection, which could jeopardize the securityof the entire Web page.

    Is this something that needs to be corrected?  If yes how.

    Hi billkabay,

    (1) program which you are referring?

    (2) is the problem confined to this specific programme?

    (3) since when are you facing this problem?

    This problem normally occurs when you open Web pages in internet explore. Please specify if this happens when you open a program or opening a Web page or link in internet explore.

    You can see the steps in the link below

    https://community.dynamics.com/product/crm/crmtechnical/b/crminogic/archive/2009/07/09/how-to-disable-the-34-do-you-want-to-view-only-the-webpages-content-that-was-delivered-securely-63-popup-for-custom-pages-added-to-crm.aspx

    Also see the steps by Vincenzo Di Russo (check the post Saturday, May 30, 2009 11:36) in the link below.

    http://social.answers.Microsoft.com/forums/en-us/InternetExplorer/thread/e7526a5f-F953-4235-90c3-004f9b973585

    Thanks and greetings

    Ajay K

    Microsoft Answers Support Engineer
    ***************************************************************************
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • How do I Center the page designed on the edge

    Hi, can someone please tell me if there is a way to make a page created on the edge to Center vertically on the browsers? It seems by default at the top left.

    Thank you

    The correct code for the addition of centering for concert on board is $("#__S__tage").css ("margin", "auto").

    Make sure you use capital S for the scene.

  • page content full text of centering no?

    Y at - it a way to Center a page content after the navigation bar that is not Center the text.

    Seal the Image with the code below
    1. what I have now

    2. what I want

    Untitled-2.png

    CODE:

    <! DOCTYPE html >

    < html lang = "en" >

    < head >

    < meta charset = "UTF-8" >

    < meta http-equiv = "X-UA-Compatible" content = "IE = edge" >

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

    < title > Getting Started With Long term insurance < /title >

    <!-"bootstrap"->

    < link href = "css/bootstrap.css" rel = "stylesheet" > "

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

    <! - HTML5 shim and Respond.js for IE8 take in charge of the HTML5 elements and questions from the media - >

    <!-WARNING: Respond.js does not work if you view the page via file://-->

    <!-[if lt IE 9] >

    " < script src =" https://OSS.MaxCDN.com/html5shiv/3.7.2/html5shiv.min.js "> < / script > .

    " < script src =" https://OSS.MaxCDN.com/respond/1.4.2/respond.min.js "> < / script > .

    <! [endif]-->

    < / head >

    < body >

    < div class = 'container-fluid' id = 'wrapper' >

    < center >

    < div class = "container" >

    < div class = "visible-xs" >

    " < img alt ="mobileheader"class ="img-reagent"src =" http://ltcinsurancecomparison.com/images/header2016-mobile.PNG " />

    < / div >

    < div class = "hidden xs" >

    " < img alt ="desktopheader"class ="img-reagent"src =" http://ltcinsurancecomparison.com/images/header2016.PNG " />

    < / div >

    < / div >

    < nav class = "navbar, navbar-default" >

    < div class = "container" >

    <!-brand and toggle get grouped together for better mobile display->

    < div class = "bar navigation-header" >

    < button type = "button" class = "toggle navigation bar has collapsed" data-toggle = 'collapse' data-target = "#defaultNavbar1" > < span class = 'sr-only' > toggle navigation </span > < span class = 'bar icons' > < / span > < span class = 'bar icons' > < / span > < span class = 'bar icons' > < / span > < / button >

    < a class = 'bar of navigation-brand' href = "index.html" > home < /a > < / div >

    <!-collect the nav links, forms, and other content to alternate->

    < div class = "navbar-collapse collapse" id = "defaultNavbar1" >

    < ul class = "navbar-nav nav" >

    < li > < a href = "ltcinsurance.html" > insurance LTC < /a > < /li >

    < li > < a href = "whopays.html" > who pays? "" < /a > < /li >

    < li > < a href = "qualifications.html" > Qualifications < /a > < /li > ""

    < li > < a href = "quotes.html" > Custom quote < /a > < /li > "

    < class li = "dropdown" > < a href = "#" class = "menu drop-down-turn" data-toggle = "dropdown" role = "button" aria-haspopup = "true" aria-expanded = "false" > more < span class = "circumflex accent" > < / span > < /a >

    < ul class = menu "dropdown" >

    < li > < a href = "aarp.html" > insurance AARP < /a > < /li >

    < li > < a href = "alzheimers.html" > Alzheimer < /a > < /li > ""

    < li > < a href = "annuity.html" > annuity with LTC Rider < /a > < /li > ""

    < li > < a href = "claims.html" > claims & providers < /a > < /li > ""

    < li > < a href = "lifeltc.html" > life insurance Rider SLD < /a > < /li >

    < li > < a href = "partnership.html" > partnership Asset Protection < /a > < /li > ""

    < li > < a href = "protectingassets.html" > protect assets < /a > < /li > ""

    < li > < a href = "samplequotes.html" > sample quote < /a > < /li > ""

    < li > < a href = "selfinsure.html" > itself < /a > < /li > ""

    < li > < a href = "veterans.html" > veterans < /a > < /li > ""

    < /ul >

    < /li >

    < li >

    < form id = searchbox_005967985379871493650:f9l9h477th8 action = http://www.ltcinsurancecomparison.com/searchresults.html > < input type = hidden name = cx value = 005967985379871493650:f9l9h477th8 / > < input type = hidden name = value cof = FORID: 11 / > < input name = q type = space reserved for text = "Search" size = 6 / > < / form > < /li >

    < /ul >

    < / div >

    <!-/ .navbar-collapse--> <!-/ .container-fluid->

    < / nav >

    < / div >

    < /Center >

    < section >

    < div class = "container" >

    <! - content here - >

    < div class = "maintext" >

    < p > < span class = "h3" > Getting Started With Long term insurance </span > < / p >

    < p > < strong > insurance is a way to protect your money. < facilities > < / p >

    < p > the largest group of people who buy long-term care insurance is those who have had a personal experience. They saw their mothers or fathers all spend on care, the impact on them and their families, and they don't want that to happen to their spouse and children. < /p >

    Change what you now have this:

    Getting Started With of long term care insurance

    Insurance is a way to protect your money.         

    The largest group of people who buy long-term care insurance is those who have had a personal experience. They saw their mothers or fathers all spend on care, the impact on them and their families, and they don't want that to happen to their spouse and their children.

    Add this to your custom CSS file:

    . Center-block {float: none}

    Nancy O.

  • Where did my design go?  I created 4 pages for web design and I was finishing up the home page, all the other 3 pages have simply disappeared, the layers are empty? I spent 4 days design that... How to make that back?

    Adobe Muse: Web design.

    Where did my design go?  I created 4 pages for Web design and I was finishing up the home page, all the other 3 pages have simply disappeared, the layers are empty? I spent 4 days design that... How to make that back?

    I restarted the laptop,

    creates a new document and quickly made 3 new pages... and yet once... These pages have disappeared?

    Please provide a quick solution for me because I have to present my work to the customer.

    Did you remove all traces of high level in the layers (i.e. "layer-1") Panel?

    When something like you describe is reported, most often the user does not understand the layers of high level exist across all pages and updates on the page of your site. If you delete "Layer 1" you may remove the content of all pages of your site.

  • The page content of the mapping in the setting of the models

    I am faced with the task of remapping on a thousand web pages to a Dreamweaver template. Each of these pages has three main areas that should be maintained in the new model page. Here's the page metadata block and the title in the < head > section and the contents of the body section. Some elements, such as navigation and elements of the identification page are not required as the design model revises these features of the page.

    It's pretty easy attach the model to the original page, but it's pretty disastrous, like the attachment process allows the remapping of the head and the body parts and it is not refined enough to be useful. The alternative is to create a new page from a template, and then copy these three parts of the old page to the new and save the new page under the name of the old page. It works fine, but it's really a lot of time with a large volume of pages and I whereas Dreamweaver would provide a method to automate this.

    I tried to define the editable regions in the original pages to map to the blocks can be changed to the new model without success. I tried to manually insert the code that seems to be used to link the model but all my attempts to fix the template and keep the required content fail with errors.

    It is quite easy to use Dreamweaver's search and replace functionality for trawl fishing in the existing pages and insert tags marking the limits of the three areas required of each page, but I can't find any way to map these areas required for the editable area of the model.

    Is it possible that a web page can be prepared so that when a Dreamweaver template is attached to the specific page content in an existing page can be mapped to an editable region in the template and kept once the attached template? I have checked the documentation online, my textbooks and space of the forum but can not see all the techniques that deal with this issue.

    Tips or advice on how this could be done could save me days of work manually convert existing web pages to use the model. I am currently using Dreamweaver MX 2004.

    Thank you

    Four-ks thanks for this suggestion. I had not thought about extensions and it is even possible to record a few sequences of simple commands to simplify the process. I did not write the extensions but it seems an interesting exercise and something I should try at any given time to improve my skills in Dreamweaver.

    It is looking as if the feature model in Dreamweaver cannot directly support y attach a template to an existing document while retaining elements or content of the document in the process.

    See you soon

  • How to contact the microsoft company to complain about a page cached Web in their search engine

    How to contact the microsoft company to complain about a page cached Web in their search engine?

    the original site of this Web site has been taken down. I have to go personally to the office of company Microsoft to complain and close a case?

    By search engine, do you mean bing?

    If so, http://onlinehelp.microsoft.com/en-us/bing/hh204505.aspx

  • I am trying to use Outlook Express to send pages and web sites to your friends but get messages that failed because my p.o. box address is wrong.

    Outlook Express conecting

    I am trying to use Outlook Express to send pages and web sites to your friends but get messages that failed because my p.o. box address is wrong. How will I know what is my mailing address? My other e-mail - but which I access via Mozilla - works fine, account, I cannot send web pages. As always, thank you for your help unfailing. G. R. Davis

    Setting up email in Outlook Express servers:
    http://www.Microsoft.com/Windows/IE/community/columns/mailserver.mspx 
    Who is your mail server?
  • How can I configure windows 8 tiles screen as my default page, instead of going to my office eveytime I close a program?

    How can I configure windows 8 tiles screen as my default page, instead of going to my office eveytime I close a program?

    I posted earlier today that I had the same problem, but I think it is now resolved.  In the search engine, type bar of tasks and navigation.  Under Navigation, there are several areas, which is to return to the office from the beginning and end of programs.  In my case, this option is checked.  I have no idea how he became verified that I just started having the problem... a week ago but it is now disabled and the problem seems to be resolved.  I hope this helps!

  • "An error occurred when retrieving page content"

    I want to insert page number. When I click "Header and footer", it says "an error occurred when retrieving page content". What does that mean?

    Screen Shot 2016-08-29 at 16.09.36.png

    Can someone help me? Thank you very much!

    This error message is usually an indication of a damaged PDF file. Corruption could be in your base file, but also in the file from which you are trying to insert the page. There is nothing you can do to make it work - PDF files are often impossible to repair. To find out which file is causing the problem, you can try to insert as a well-known file page. If it works, the problem is most likely in the file you want to insert to.

  • Is it possible to customize the login page customer web email?

    Is it possible to customize the login page customer web email? It would be wonderful to be able to offer my clients a personalized and wonderful connection Web page.

    Thans in advance!

    Diego

    Hi, no you can't.

    This is a 3rd third party vendor offering.

  • Master page content in the foreground.

    Hey there.

    I'm trying to set up a site so that the master page content above rather than the content of each page.

    I found this; Adobe Muse help | Working with Master Pages which says I should be able to right click on the mandatory content of the page master in design mode and select "move to > Master in the foreground '.»  I can't seem to find this command anywhere in the Muse or any method at all to display content from master to the foreground.

    I use the latest version (2014.3) perfectly up-to-date.

    Am I missing something or has this functionality changed in newer versions of Muse?

    Can someone point me in the right direction?

    Thank you

    Hello

    With the release of Muse version 5.0.704 on June 17, 2013, the layers Panel replaces the foreground/background master functionality delivered as part of the release of Muse Q1.

    Now to do the same thing that you will need to use the layers panel. Please visit the links below to understand how it works.

    Adobe help Muse | Work with layers

    What's new in Adobe Muse-layers panel June 2013. Adobe Muse CC tutorials

    Concerning

    Vivek

  • New to Muse - help with text sitting above my head of master page content

    Hi, I need to know how to make the text box I created my "home" page scroll under the main of the header section of my master page content please.

    Hi Robyn,

    You can use the "Layers" feature to achieve this. Add the contents of the header of the page master to a layer and PIN. Add content to an another layer/s. Then bring the layer content header at the front.

    See you soon!

    Aish

  • I've updated to the last muse cc, when I use web fonts edge in design, they work perfectly, but when I discovered them in preview mode, they are replaced by the police without serif.

    need help

    Are you extract it Muse or HTML file exported, When you're off line?

    If this is not the case, then please provide a URL for your site (stable) online, or a screenshot of your page in browser or Muse .

    If so, then let me explain a difference of business and legal.

    The Typekit font collection is a constantly growing catalog of Adobe and Typekit that you pay your subscription to Adobe CC . Fonts Web Edge are just an extra 'free service' by Typekit, using most of the fonts online Google is kindly serving and the maintenance of the domain open source, free. So, for the edge of the Web, fonts Typekit is just a 'bridge' to these policies of Google open source.

    Now technically, when you remember a page in Muse with paid Typekit fonts, Adobe CC automatically download and save a version (a little protected) of the local police. So when you're offline, Typekit fonts is always present and available for previewing. Your page refers to a resource stored police locally. But when you use a free Fonts Web Edge, Muse is legally not allowed to automatically download and store such a policy of source open for you. Your page refers to a font resource online !

    That a solution might be to go to Google Fontsand download the entire police family, you need and start using them in Muse as fonts 'self hosted' (perfectly legally, you have the right to do). So the fonts will be also included as resources copied to your web folder, locally and online.

Maybe you are looking for