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.

Tags: Dreamweaver

Similar Questions

  • My addons page does not appear any content or text

    Hello
    My addons page does not appear any content or text.

    Snapshot is in the link given below.
    http://I57.Tinypic.com/2vwek3n.PNG

    Start Firefox in Safe Mode {web link}
    While you are in safe mode;
    Press Alt or F10 to bring up the toolbar.
    Followed;

    Windows; Tools > Options
    Linux; Edit > Preferences
    Mac; name of the application > Preferences

    Then Advanced > General.
    Find and stop using hardware acceleration.

    Search web sites secure. Are there problems?

    Then restart.

  • CS6 javascript - textBox.contents does not return the full text

    I use script tags to find the text of a certain tag boxes and get their content. Sometimes I'm not all of the content. Is that all that I should check to find my error? It's the js that I use:

    myDoc var = app.activeDocument;

    var myPageItems = myDoc.allPageItems;

    for (var i = 0; i < myPageItems.length; i ++)

    {

    If (myPageItems [i] .label == "carpet details colors 1")

    {

    var myOverFlowFrame = myPageItems [i];

    if(myOverFlowFrame.Overflows==true)

    {

    var fullText = myOverFlowFrame.contents + ";

    Alert (fullText);

    }

    }

    }

    I don't have much experience scripts against InDesign and would appreciate any help I could get. Is there a better way than .silence for the text in a text box? Is there an obvious reason why it would fail to retrieve all of the text in some cases?

    Post edited by: rockymcclamrock (removed irrelevant code)

    Hello

    You can get the full text using the content of the TextFrame ParentStory,

    var fullText = myOverFlowFrame.parentStory.contents + ";

    Thank you

  • 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

  • Unable to full-text index content in Oracle 11 g UCM

    Hello

    I am new to Oracle 11g UCM.

    I can't make it to the full-text index, the content files that are archiving in the Oracle UCM.

    I added entries in the config.cfg file below:

    SearchIndexerEngineName = OracleTextSearch
    IndexerDatabaseProviderName = SystemDatabase
    AdditionalEscapeChars =. #

    While performing the indexing Repository Manager only operation, the metadata of the content files are indexed, but text is not get indexed.

    What missing here in Oracle UCM for fulltext indexing not content? Should what configurations I do for that I can search to search in full text on the Oracle UCM content?

    Thanks in advance
    Dipesh

    Hello

    :-) Points.

    Thank you
    Srinath

  • on the full-text index

    Hi Experts,

    My client 2 issues that I am not clear about the answer, could you give me a tip?

    This client uses ECM11.1.1.1.5 with text oracle as full text index engine, the questions are:
    1. is it possible to build indexes full text at a later rather than building when the consignment of a doc? for example, the user checkin a doc in ecm, at that time, ecm does not full text index, in the night, we use the api / script to build the full text for new documents created.
    2. it takes 15 s consignment to a word file of 50 m in ecm, with or without construction of full text index, we use MaxIndexableFileSize in config.cfg to the control's text index full is built for the 50 M word file, the client wonder with a bandwidth of 200 K between the server of the University Complutense of Madrid and ucm db why there is no latency performance for the construction of the full text, by a common index, ucm will send the text in doc ucm DB file to generate full text indexes, in this file of Word of 50 m, we appear 9 of 10 text pages, admittedly, most of the content is repeatable.

    Best regards

    LAN

    A story behind this request is the customer has a slow network between the server of the University Complutense of Madrid and db of the Complutense University of Madrid, it is 200Kbit/s, customer wants to improve the speed of creation of doc, so asked me to do a test of performance for the delayed construction of fulltext index.

    If you know what the problem is, it would be more logical to put the efforts to solve the cause, rather than a clumsy workaround solution.

    Your other questions, read the Metalink Note 865713.1 as he explains how database. FULL-text indexing jobs. "Offshoring" indexing to ITS could solve the problem, but I just don't believe it is - also note that even if you find a workaround for "creation of doc" solution, you will have to deal with the problem, every time that you press on the database, so sooner or later it will appear somewhere else.

  • Scrolling of content full-screen overlay

    Hello

    Yesterday, I tried to add a page, scrolling a text in bottom right and on top, I have a button to display a page full screen. BUT. Scrolling does not work... In my paper, I have a button to open the image and another button to close. So, I create 2 States:

    -1 State for the content with the opening button (everything is grouped together, otherwise, the scrolling text appears on the 2 State).

    -1 State of the second content with a full screen image and the button close.

    So my question is: is it possible to have a marquee on a page fullscreen? If so, how can I do?

    I hope I'm clear in my explanation... Here you can see a screenshots of my page under InDesign. If I am wrong somewhere, feel free to correct me

    Thank you for your time and help!

    http://img859.imageshack.us/img859/8205/capturedcran20111210140.pnghttp://img812.imageshack.us/img812/8205/capturedcran20111210140.png

    There is no way that I know to get this to work.

    Bob

  • Firefox load certain pages of basic text

    Firefox will load some pages of basic text for me (ie: PC Gamer) (link to image: http://gyazo.com/7b1d3b6fa834ae717c40cc3855b5735b) how can I fix?

    You can try the following steps in case of problems with web pages:

    Reload Web pages and ignore the cache to refresh potentially stale or corrupt.

    • Hold down the SHIFT key and click the Reload button
    • Press 'Ctrl + F5' or 'Ctrl + Shift + R' (Windows, Linux)
    • Press 'Command + shift + R' (Mac)

    Clear the cache and cookies only from Web sites that are causing problems.

    "Clear the Cache":

    • Firefox/tools > Options > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Firefox/tools > Options > privacy > Cookies: "show the Cookies".

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance).

    • Do NOT click on the reset button on the startup window Mode without failure.
  • RH11 Webhelp full-text research question

    I built a project for several months. A year ago, we went from RH9 to RH11 without any problem. We just found out that there are now problems with full-text search. Survey shows anything loaded before a month ago back in the search, but whatever it is loaded after that which is not running. I checked the whxdata file in the files published and found that the packagexx_xml.js files are all dated 3 February 2016, even if it has been published since then. Should I delete the whxdata files and let them recreate? If I look in project files there is no package file, and if I open index.htm and do a search, I get "null" for everything. I do not understand that these files contain the text search information? Obviously something went haywire. Could I have the JavaScript problems? Any suggestions?

    After much digging and checking that I finally solved the problem. First know that I updated to Java, I installed the new MSXML Service Packs. I uninstalled and reinstalled 11 HR. None of these actions makes no difference. I decided to go back to basic troubleshooting. I went back what files changed on 3 February, which was the last day, the 'package' of the files updated. I had downloaded the two files PDF luggage. I uninstalled both and compiled the project. Success - "package" files updated and the search function has been restored. I installed each PDF individually and updated after each and found out who was the author of the offence. I still don't know why this particular PDF file was causing problems. There is no feature of security enabled on the document - however, it's 35 pages of very detailed drawings. In any case-, the problem is resolved and the end was just the PDF file causing problems.

    Thanks again for the reply Rick.

    Russ

  • How to add the default value for the "Full - Text Search" box

    Hi all

    I am looking for the ability to add a default value for the "Full text search" box in the search form.

    Example:

    When the user accesses the search page it get default values for some fields (defined in the rule as default values) such as

    xField1 = txt1 and xFiel2 = txt2.

    and Furthermore we need full-text = Hello world.

    Is this possible?

    Another way that we use is to open the search by URL with coreContentOnly = 1 as a form:

    http:// < Server >/cs/idcplg? IdcService = GET_DOC_PAGE & to Action = GetTemplatePage & to Page = STANDARD_QUERY_PAGE & coreContentOnly = 1 & to xField1 = txt1 & to xFiel2 = txt2

    It is possible to add full-text criteria here? Somethig like: & text = Hello World

    Thank you

    Leon

    It is not possible in a very obvious way, not to mention that it is a rather strange request.  I can't really imagine a realistic use for this case.

    Anyway, without a messy customization, you should provide a default query with an FTX inside element text setting (i.e. "IdcService = GET_DOC_PAGE & Action = GetTemplatePage & Page = STANDARD_QUERY_PAGE & QueryText =Hello World" "")

    To do this in a profile in the secondary effects of the profile section, add the following:

    <$dpPromote("QueryText",>Hello everyone") $>.

  • disabling full-text indexing

    There is a point mentioned in the Administrator's guide on disabling indexing for certain types of files.

    3.4.2.5 disable full-text indexing

    You can disable full-text indexing if, for example, you want to keep the file space or if you don't need full text searching for specific content types. Even if you turn off full text indexing, metadata are always indexed

    To disable indexing of full-text on specific files

    - Define a named application Configuration Manager screen format / noindex

    -Recording format Allow Override enable on

    -When a user archive a file that they won't be indexed, they must select the application / noindex format. This applies to the standard files, batch loads and archived versions.

    It is possible to select / format of file during check-in. talk I find not all metadata for the same thing. Should it be added explicitly?

    Content of coz what we define type and file what we defined the format are different things. Or do I have to map these two? If Yes, where? (I can't find any option to establish the relationship b/w these)

    Hello

    When the above steps are done, restart the server. After that check in the screen, you would see the following option:

    Format

    There is a drop down list which list to which you can select application/noindex, so that the content item is not sent for indexing of FT. It is only indexed metadata.

    The list appears only when the following option is checked - Admin Server - Administration General Configuration

    Select allow the replacement of format on check-in

    I hope this helps.

    Thank you

    Srinath

  • "Content-type: text/html;" charset = utf-8 cache-control: non-cache... ' display

    "Content-type: text/html;" "charset = utf-8 cache-control: non-cache, non-magasin, max - age = 0, must-revalidate pragma: non-cache X-Frame-Options: DENY"
    is displayed at the top of one of our pages now. I can see this line in the body section of the page using Firebug, but impossible to find he creates there.

    Does anyone have advice on how I'd go for something like that?

    The page was using a custom theme, but who stopped working when we upgraded to 4.1. So, I copied the Green model Simple to start to change.
    Note that in case it is relevant...

    Thank you!

    Hi Laura,

    the Apex engine creates these lines. This can happen if your application contains a custom before empty header process that closes the http header, by calling the owa_util.http_header_close or by issuing a line with htp.p. The solution is not to close the http header.

    Kind regards
    Christian

  • full text for the attachment

    Hi all

    I use ecm11g, after the addition of attachments when content (content actions-> addiattachements), I found the full text search does not work for the attachment, which configuration should I change to make the full-text search works for the attachment?

    Best regards

    862182 wrote:
    Hello Kent,

    I do not understand the metadata model, you hear implement attachments using metadata? in other words, to implement the function of fixing by ourselves?

    Where the doc relating to associated content?

    Could you please give me an extra explanation ", which requires that the content is inside of the content server and attachments by definition are not"?

    Best regards

    (1) people often create a relationship that can be managed on the editorial plan through a custom metadata field. superuser ethical field might contain a ContentID for another article. Research and other points of view could be made to display all documents related to... is the idea?

    (2) I think it's the best, you will find http://download.oracle.com/docs/cd/E10316_01/cs/cs_doc_10/documentation/integrator/admin_related_content_10en.pdf

    (3) active elements in indexed released etc. are considered as 'managed content elements' revision history metadata etc are stored in files in arch/weblayout and DB. There are some files that are used by the University Complutense of MADRID who are not managed no content in this sense - attachments are a good example. They have no their own metadata are not searchable independently and in fact can be found regarding the parent content item. This is because the history of zip rendition managem, component of the NTS is for other renditions of an image where the meta/security etc are all the woud even, but it probably be just another resolution or file format.

    Tim

  • JavaHelp full text search does not work

    I create a project of JavaHelp with 8 HR and have the option of full text search introduced on the market. However, when I run the project and try to use the search function, the hourglass appears and the search is not performed.

    Marion

    I solved the problem!

    Research couldn't perform because HR not create JavaHelpSearch files on my system. I have not found the reason why, but I solved the problem by a work around with a batch file that is bound to the jhindexer. After generating all help I create JavaHelpSearch files using this batch file.

    Thanks to Pierre for his information on his page for JavaHelp. I already knew this page before, when you search for information on javahelp.

    If you have problems with the javahelp you will also find useful information on the website javahelp.java.net/ and in the javahelp http://download.java.net/javadesktop/javahelp/jhug.pdftutorial.

    Marion

  • How to use CSS to force the page to full height?

    I'm trying to use CSS to force the content on the page to full height when the content is not long enough to do the job. After reading several articles on the Web, I put the html, body and articletest selectors at a height and min-height of 100%. But it does not work. The yellow area Brown/inner light should extend almost to the bottom, the the two final colors div should be at the bottom of the browser window...

    http://www.keithpurtell.com/kthings/Test01.htm

    You must make two changes as follows:

    (1) change your CSS for the body to look like the following:

    Body {background-color: #FFFFEE;}  / * a E4D9C2 * /.
    color: #31260F;
    font: 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    Width: 100%;
    /*height:100%;*/
    height: 100 %}

    (2) change your CSS #main to look like this:

    #main {background-color: #FFFFEE;}
    margin: 0 0 auto;
    Max-width: 1180px;
    min-width: 30em;
    min-height: 100%;
    overflow: hidden;
    position: relative ;}

    This should do the trick.  He made and tested it on my system.  I put the page online if need be!

    Good luck.

Maybe you are looking for

  • Sort by title wrong with iOS10 in iTunes

    The view "all by title" is not correct in iOS10. The sorting is now by the artist. The bug occurs on 7 more iPhone and iPad 9.7 pro No problem with iTunes on Mac OS Sierra... all the co

  • How to fix 'Version 1.0 already exists.' error while updating your app

    Hello Im trying to update my app on the market. When I download I get error "Version 1.0 already exists.". Ive been looking everywhere and I can not find how do you define your version number of the app?Does anyone know how to set my version number 1

  • EliteBook 6930p: Elitebook 6930p - after Win10 32-bit update, no Audiodevice = &gt; No Audio data

    Hi all After a nice update Windows 10 without precheck errors, I received a message that the driver SoundMax have reinstalled. Now, I've discovered that SoundMax appears to be out of business and there is no drivers Win10... Next problem, I can't fin

  • When you insert an SD card?

    I'm trying to load a video into the PC, but I HAV eno idea where! The computer?  Or the monitor?

  • IP Helper

    Im trying to get the IP address of the server DHCP (100.100.100.80) but he told me that it must be of the form A.B.C.D. It is on a N2048 switch.  Basically what Im trying to do is relay DHCP configuration of vlan 2 vlan 1.  Ports 1-24 are vlan 1 and