Wrapping Header Background panelAccordion - does not work

After crossing several sections of the documentation on skinning, I managed to add an appearance customized to my request. I was able to apply my css to some components of the ADF and was very happy with the result.

However, trying to panelAccordion style header, I met an obstacle and can't seem to find out why. My goal is to remove the default header panelAccordion background-image property. By inspecting the element in Firebug, I found the following css rule applies to the header:

.af_panelAccordion_header {
  background-image: -moz-linear-gradient(center top , #e6ecf3 0%, #d7dfe8 100%);
  border: 1px solid #bcc7d2;
  border-radius: 3px 3px 0 0;
  font-family: Tahoma,Verdana,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0 5px 0 4px;
  position: absolute;
  right: 0;
}

So, I went ahead and applied a couple of new properties, which are:

af|panelAccordion::header{
     padding:8px;
     background-image:none;
     background:transparent;
}

When executing the application, I could see the applied padding property (so my rule took effect) but the background image remained the same at the front (the default). I also tried with the following text:

af|panelAccordion::header,
af|panelAccordion::header-end,
af|panelAccordion::header-start, 
af|panelAccordion::header-toolbar{
    background-image:none;
    background:none;
}

But that did not work either as I degraded default background image be returned to me. What I'm missing here?

PS: this is version jDeveloper 11 g Release 1

Skin name: skyros

Hello

You can try something like this:

AF | panelAccordion h1 [id$ = "head"] {}

background-image: none;

}

Reference: rsantrod Blog: ADF Skining: set the style of the components inside the af: query

Kind regards

Ruben.

Tags: Java

Similar Questions

  • Header background color does not work

    Hello

    I'd do it stay change the color background of the header element, , but it does not work as I have thought


    First of all, here's the HTML code:


    <body>
    <div id="wraper">
      <header>
        <h1><span>Pacific</span> Coastal Highway</h1>
        <nav>
          <ul>
            <li>Home</li>
            <li>Big Sur</li>
            <li>Pfeiffer Beach</li>
            <li>Elephant Seals</li>
            <li>Morro Bay</li>
          </ul>
        </nav>
      </header>
      // ... some other HTML elements & content ...
    </body>
    
    
    
    
    

    , Within the < header > element we have < h1 > and < nav > elements, and in this < nav > element there is a list that is actually menu.


    Here it CSS code referring to these elements:

    #wraper {
        width: 1200px;
        background-color: #FFFFFF;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        border-right: 1px solid #000000;
        border-left: 1px solid #000000;
    }
    body {
        margin: 0;
        background-color: #CBD2FB;
        font-family: "OpenSans Regular", "Gill Sans MT", Arial, "Times New Roman", sans-serif;
        color: #202020;
        background-image: -webkit-linear-gradient(270deg,rgba(135,167,207,1.00) 0%,rgba(204,217,234,1.00) 11.91%,rgba(232,238,245,1.00) 25.91%,rgba(202,212,220,1.00) 100%,rgba(0,0,0,1.00) 100%,rgba(135,167,207,1.00) 100%,rgba(138,169,207,1.00) 100%,rgba(135,167,207,1.00) 100%,rgba(202,212,220,1.00) 100%);
        background-image: -moz-linear-gradient(270deg,rgba(135,167,207,1.00) 0%,rgba(204,217,234,1.00) 11.91%,rgba(232,238,245,1.00) 25.91%,rgba(202,212,220,1.00) 100%,rgba(0,0,0,1.00) 100%,rgba(135,167,207,1.00) 100%,rgba(138,169,207,1.00) 100%,rgba(135,167,207,1.00) 100%,rgba(202,212,220,1.00) 100%);
        background-image: -o-linear-gradient(270deg,rgba(135,167,207,1.00) 0%,rgba(204,217,234,1.00) 11.91%,rgba(232,238,245,1.00) 25.91%,rgba(202,212,220,1.00) 100%,rgba(0,0,0,1.00) 100%,rgba(135,167,207,1.00) 100%,rgba(138,169,207,1.00) 100%,rgba(135,167,207,1.00) 100%,rgba(202,212,220,1.00) 100%);
        background-image: linear-gradient(180deg,rgba(135,167,207,1.00) 0%,rgba(204,217,234,1.00) 11.91%,rgba(232,238,245,1.00) 25.91%,rgba(202,212,220,1.00) 100%,rgba(0,0,0,1.00) 100%,rgba(135,167,207,1.00) 100%,rgba(138,169,207,1.00) 100%,rgba(135,167,207,1.00) 100%,rgba(202,212,220,1.00) 100%);
    }
    h1 {
        margin-top: 0px;
        font-size: 48px;
        text-shadow: 1px 1px 2px #969696;
        padding-top: 32px;
    }
    
    h1, h2, h3 {
        font-family: "Prociono Regular", "OpenSans Regular", "Gill Sans MT", "Times New Roman", Arial;
        color: #507AAD;
        text-align: center;
    }
    
    h1 span {
        position: relative;
        top: -37px;
        left: 35px;
        font-family: GoodDog, Arial, "Times New Roman", "Gill Sans MT", sans-serif;
        font-size: 47px;
    }
    
    header nav ul {
        margin-right: auto;
        margin-left: auto;
        list-style-type: none;
        padding-left: 0px;
        width: 705px;
        /* [disabled]margin-bottom: 10px; */
    }
    
    nav ul li {
        float: left;
        padding: 10px;
        display: block;
        width: 110px;
        text-align: center;
        background-color: #A9A3FF;
        border-right: 1px solid #FFFFFF;
        border-radius: 23px;
        background-image: -webkit-linear-gradient(270deg,rgba(135,167,207,1.00) 0%,rgba(204,217,234,1.00) 60.11%);
        background-image: -moz-linear-gradient(270deg,rgba(135,167,207,1.00) 0%,rgba(204,217,234,1.00) 60.11%);
    
    
    
    
    background-image: -o-linear-gradient(270deg,rgba(135,167,207,1.00) 0%,rgba(204,217,234,1.00) 60.11%);
    
    
    
        background-image: linear-gradient(180deg,rgba(135,167,207,1.00) 0%,rgba(204,217,234,1.00) 60.11%);
        margin: 18px 5px;
    }
    
    
    
    
    
    

    And, finally, this is what it looks like:


    Pacific Coastal Highway - Mozilla Firefox 2014-09-10 15.02.38.png



    Now, I would change the background of the < header > element (to display than whites behind this < h1 > menu in a different color) and so I just added the background of the < header > element in CSS:


    header {
        background-color: #FF2D31;
    
    }
    
    
    
    
    



    But here's what it looks like now:

    Pacific Coastal Highway - Mozilla Firefox 2014-09-10 15.09.11.png

    As you can see, Although the element < nav > list (menu) is IN the < header > element - the background color of the header of <>is right behind the element < h1 >.


    You know why This is the case and what would be the best way of fix ce problem?


    Thank you in advance.

    Try

    header {
        background-color: #FF2D31;
        overflow: hidden;
    }
    
  • Y580 background winds does not work correctly... help!

    Hi all, I just got my new Y580 a week ago. I use HWMonitor to check the internal temperature. The highest ever record temperature is 81 c for the CPU (where the game). I think it's high enough, think that I have the laptop high about 3 inches off the table and my room is quite cold (it's winter here). So I checked to see if the low 3 vents are working properly. I think that the bottom venting air draws in to cool the Interior. So if I use a small piece of paper, he should stick to the passage because it is sucking air. The piece of paper only stick to the upper vent (the one near the ventilation hole on the side of the laptop), but not the bottom 2. Also, the upper vent feels kind of cold to the touch after extended use, which make sense, because it is sucking air. However, the lower 2 events feel the same and feel a little warm. This thread believe me the 2 vents below even does not work properly.


  • 'No background fill' does not work?

    I'm graphic overlay over another; in fact, the final objective will include three graphs but the principle remains the same.  I have another document of numbers where the "No. Background Fill" is on and I can superimpose on another table - no problem.  But for some reason, in this document, 'No background fill' and 'Fill color' have the same effect.

    Any help?

    Thank you!

    File > new in your attempt to menu open the model of «Charting Basics» You can drag a chart (no background fill) above a here?

    SG

  • Background color codes does not work. Help, please

    I am trying to add a background color to a page.

    But the background color does not appear.

    What I do is add, using for example rose:
    bgcolor: rose;
    the style section.

    Here is a simplified version of the code. It just uses the letter "on several occasions to find out where there is a lot more text:

    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
    "< html xmlns =" http://www.w3.org/1999/xhtml "> "
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; Charset = UTF-8 "/ >"
    < title > Untitled Document < /title >
    < style type = "text/css" >
    {p.MsoNormal}
    margin: 0 cm;
    margin left: 30px;
    margin-bottom: .0001pt;
    bgcolor: rose;
    font-size: 12.0pt;
    do-family: "Times New Roman";
    }
    < / style >
    < / head >

    < body >
    < class p = "MsoNormal" style = "" text-autospace: none; "> < span style =" do-family: Geneva; "" color: black; "> < / span > < / p >"
    < class p = "MsoNormal" style = "line-height: 14.0pt;" text-autospace: none; "> < span style =" do-family: "Arial Black"; " font-size: 14.0pt; "> abdellah abdellah aaaaa abdelkrim </span > < / p >"

    < / body >
    < / html >

    What I am doing wrong?

    > Hi Ken,.
    >
    > Did you replace
    > bgcolor: rose;
    > with
    > body {background-color: pink};
    >
    > I did that, but it does not work.

    Your code is wrong. The semicolon must come immediately at the end of the
    rule; the curly brackets must be the last thing in the code for each
    selector. So:

    Body {background-color: pink ;}}

    If it still does not... certain colors based on word work well in CSS...
    I don't know if 'rose' is one of them (red, black and white are all certainly
    safe, but I don't have a list in front of me at the moment)

    It would be better to find the HTML code of the desired color and use it
    instead.

    For example body {background-color: #dec4c5 ;}}

    BTW, an excellent (and free) tool for the detection of the colors is Pixie:

    http://www.Nattyware.com/pixie.html

    --
    Tim G.
    http://www.pactumweb.com
    http://www.shortordersite.com

  • My optical mouse 3000 does not work even if the red light is on in the background

    My optical mouse 3000 does not work even if the red light is on in the background

    Hi Russell,

    Thank you to contact Microsoft Community and we will be happy to help you with your concern.

    According to the description, it looks like you are facing a problem with the optical mouse 3000.

    It would be great if you could answer these questions to help you further.

    1. have you made changes on the computer before this problem?

    2. you receive an error message or error code?
    3 is confined with any specific application?

    I suggest you to see the steps in the following Microsoft article.


    Mouse, touchpad and keyboard under Windows problems:
    http://windows.microsoft.com/en-US/windows/help/mouse-touchpad-and-keyboard-problems-in-windows

    Troubleshoot the incidents of the response to the mouse or wireless keyboard: http://support.microsoft.com/kb/838398

    Troubleshoot a wireless mouse that does not correctly: http://support.microsoft.com/kb/321122

    We would be more than happy to help you if the steps above did not solve the problem.

  • The background thread alert does not work

    Hello

    I have read the article http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800608/... and followed the instructions to display the background thread alert. However, the alert is not displayed and IU locks (freezes). Specifically, the event of click/touch does not work, but the background thread continues to run.

    Structure of my program. The main class (with the main function) extends UiApplication. I create in the function main instance of the class that extends the Application. This class starts backgorund wire. I am missing something or making the wrong way?

    Sorry I have expired, I was going to write a long response to this.

    But in short, remember that your automatic boot process and your user interface process, both through main with different parameters and are the BlackBerry is concerned, different applications.  So it may be an Application, the other can be a UiApplication, and both can enterTheDispatcher.

    No two instances of the same Application, they are two different Applications.  They can be of different instances of the same Application class, but it is a special case.  It depends on what you create in the main routine.

    You can play a merry dance with such things.  For example, having a UiApplication be started by the automatic boot process, and then the boot gui process can find it and just put in the foreground, rather than creating a new UiApplication.

    Generally however people create a request and a UiApplication.  The problem with the use of these different applications, is that things like static are not shared.  Therefore, use something like RuntimeStore to share data.  It is a pain and something that if I can avoid.

    It is perfectly possible to have a UiApplication, which starts when the device starts, runs Background Threads that are working in a network and is bought in the foreground by clicking on an icon.  Code is more complicated, but not much.  And you must have complicated the code when you run the network Threads background to deal with the unit off power and then power anyway.

    Hope that clarifies somethings.

  • Assignment of attributes of the shape (contour/background) to existing shape via the screening tool does not work...

    Hey guys,.

    in earlier Versions of Photoshop CC I could choose an existing shape, then assign attributes by using the drop-down list of the screening of the tool (i.e. of the pen tool). My workflow has been something like this:

    -Initially affect the attributes via the drop down menus of contour/background while the pen tool is selected.

    -Create a "Preset" tool contour/background settings.

    -Assign these settings to various forms via the Preset drop-down list.

    My habit of presets custom newly created "work more, it still works for the"integrated"Presets, though (i.e. peanut Dash preset the tool pen).

    Anyone having the same problem / found a solution?

    TIA!

    SEB

    In fact, one click worked, there was just a delay. My drop down remains open. Have you tried to reset your preferences - first of the tool, and then for the PS, if this does not work?

  • In Photoshop CS6 Hue Saturation does not work with forground/background jitter set to 100%, that no color change is found. Help

    In Photoshop CS6 Hue Saturation does not work with forground/background jitter set to 100%, that no color change is found. I've added a screen Shot the brush settings and a demonstration of what produced the brush.

    I also noticed that when I make a model of a single color, when I fill a selection with the pattern, I get a rainbow of different colors.

    I use a 64-bit version of Photoshop CS6 masters Collection

    I'm on a PC equipped with an Intel Core i7 1366 4 physical cores and 8 wires, 24 GB of DDR memory, A Crucial 512 GB SSD and a NVIDIA GTX 570 with 2 GB of memory.

    The size of the document is 2100 x 1500 pixels in only two layers of 300 PPIBrush Settings.png

    For the issuance of the brush, see apply a Tip in the dynamics of color and see if that makes a difference.

    more information

    Dynamic color in Photoshop CS6 "Julieanne Kost's Blog

    https://helpx.Adobe.com/Photoshop/using/adding-dynamic-elements-brushes.html

    With regard to the model, if your use Edit > model fill, make sure you have not verified Scripted Patterns

    (this parameter is also the Paint Bucket tool in photoshop cs6)

    more on scripted models

    https://tinytutorials.WordPress.com/2014/07/25/Photoshop-CS6-CC-scripted-patterns-fills/

  • "Include the header row in the following Pages" does not work for the table

    Hello

    I use the 8.1.2.3337.1.509884 version.

    Pagnation function "include header line in the following Pages" does not work for any table in my design. (the check box cannot be verified little matter how many times I click it)

    I put such table already in a bodypage flow.

    Any reported similar problem?

    Any suggestions?

    Thank you.

    -Vicky

    The only thing I can think is that your table is not in a subform flowed. Who will stop the check boxes.

  • When using my computer, the screen suddenly made sense upside down. Even my mouse runs in the background. I tried to restart but it still does not work

    This could be some kind of virus?

    Try to press Ctrl + Alt + up ARROW, or try Ctrl + Alt + and a different key to the arrow.

    If this does not work: right click on the empty desk > graphics > Rotation.

    See you soon.

    Mick Murphy - Microsoft partner

  • background in the table cell alignment does not work

    So I have one one line, a 2 column table.  In the second/last column, I have an image which must be low and stalled on the right.  However, no matter what I do, I can't image to sit at the bottom of the cell.

    If I add columns and move the image to one of the Interior columns, it aligns bottom, but if I then delete the column to the right (so that the image is now, once again, in the last column) once again the image is not aligned.

    I tried to give the image a negative margin of down, but that does not work.

    Here is the code:

    < td = class "last" style = "" vertical-align: bottom; "> < a href ="#TOPofPage1"> < img"

    "SRC ="... / RESOURCES/i_SPECIAL_art/RETURNtoTopIcon.png "alt =" "class ="TOPofPage""

    style = "" margin-bottom:-12px; "/ > < / a > < table >"

    Here's what it looks like:

    bottom alignment.PNG

    If the orange circle with the white triangle be resting at the bottom of his column... Why is it not?

    When I copy the code of your cell and just change the image of a flat triangle I, the alignment of bottom and negative margin works correctly.

    Check other style in the tr and labels of table and also all the styles applied to a party any of the table - maybe something it's setting of the alignment of the cell.

    If nothing seems obvious, perhaps copy the entire table in a fresh test project to see what's happening and add little by little in your styles to see if you can reproduce.

  • Header and footer extending the width of the browser in mobile devices does not work

    Can someone tell me why this feature does not work in mobile devices... at least for me? I saw some sites done with Muse and they seemed to be the fact exhaust the width of the screen of the iPad for ex. My sites are all cut on the right side and do not seem to have a good explanation for this. I would really appreciate if someone will give me some comments.

    Here is an example.

    http://checkourwork.com/relivephotography/index.html

    Thank you.

    That does the trick!

    Change the width to the size of your Web site. The two below are what I've used in the past.

    These works perfect for all mobile phones, computers, laptops, computers & tablets.

  • navigation does not work on the cell phone screen

    Hi guys,.

    I'm baaacckkkk... ok I downloaded on the web. My browsing on the mobile phone does not work and the carousel does not work... they worked in dreamweaver, so I must have broke something when I loaded up...

    Here is the html file something seems obvious:

    <! DOCTYPE html >

    < html lang = "en" >

    < head >

    <! - Bill DiLuigi website, a site of basic home, contact, media and songs, time, work and credentials - >

    <!-Kathy Bampfield | -> 28/02/2016

    < meta charset = "utf-8" >

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

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

    < name meta = "keywords" content = "Bill Diluigi, songwriter, musician, artist, christian, Editor, Nashville, Tennessee" > ""

    < name meta = "description" content = "Bill DiLuigi is a composer, musician and artist, publisher who lives in Tennessee Nashille." >

    < title > Bill DiLuigi < / title >

    <!-"bootstrap"->

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

    < link href = "styles.css" rel = "stylesheet" >

    <! - 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 #wrapper" >

    < 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" 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 >

    < / div >

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

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

    < ul class = "navbar-nav nav" >

    < class li = "active" > < a href = "index.html" > home < span class = 'sr-only' > (ongoing) </span > < /a > < /li >

    < class li = "active" > < a href = "work.html" > work < span class = "sr only" > (ongoing) </span > < /a > < /li > ""

    < class li = "active" > < a href = "contact.html" > Contact < span class = "sr only" > (ongoing) </span > < /a > < /li > ""

    < /ul >

    <!-/ .navbar-collapse->

    < / div >

    <!-/ .container-fluid->

    < / div >

    < / nav >

    < div id = "carousel1" class = "slide Carousel" data-ride = "Carousel" >

    < ol class = "Carousel-indicators" >

    < li data-target = "#carousel1" data-slide-to = "0" class = "active" > < /li >

    < li data-target = "#carousel1" data-slide-to = "1" > < /li >

    < li data-target = "#carousel1" data-slide-to = "2" > < /li >

    < /ol >

    <! - a wrapper for the legends and images/objects - >

    < div class = "Carousel-interiors" role = "listbox" >

    < div class = "active item" > < img src = "Images/slide1.jpg" alt = "First slide" class = "Center-block" > "

    < div class = "Carousel-caption" >

    < h3 > Bill DiLuigi < / h3 >

    < p > musician | Songwriter | Artist < /p >

    < / div >

    < / div >

    < div class = "item" > < img src = "Images/slide2a.jpg" alt = "Second image slide" class = "Center-block" > "

    < div class = "Carousel-caption" >

    < h3 > Anthony Smith, Bill DiLuigi, Chris Young < / h3 >

    Songwriting < p > < /p >

    < / div >

    < / div >

    < div class = "item" > < img src = "Images/slide3b.jpg" alt = "Third slide" class = "Center-block" > "

    < div class = "Carousel-caption" >

    < h3 > Richie McDonald < / h3 >

    Duo "still there for me" < p > with Amber Hayes < /p >

    < / div >

    < / div >

    < / div >

    <! - carousel controls - >

    < a class = "Carousel-control left" href = "#carousel1" role = "button" data-slide 'prev' = > < span class = "glyphicon glyphicon-chevron-left" aria-hidden = "true" > < / span > < span class = 'sr-only' > previous </span > < /a > < a class = "carousel-control right" href = "#carousel1" role = "button" data-slide 'next' = > < span class = "glyphicon glyphicon-chevron-right" aria-hidden = "true" > < / span > < span class = 'sr-only' > next </span > < /a >

    < / div >

    < section id = 'hand' >

    < h1 > Bill DiLuigi < / h1 >

    < p > Bill DiLuigi is a musician who came out of the eclectic music scene of Philadelphia. His influences are just as eclectic; Since the Delta Blues to Grunge and country. He was part of the Mantra Sierra in the 2000s. The Palestinian Authority based band mixed the heaviness of Soundgarden with sampling and female vocals.

    His background as a cult leader also helped to learn the craft of Christian Music. He gives thanks in all things to his Lord and Savior, Jesus Christ. < /p >

    < p > in 2005, Bill moved to Nashville and is now a writer of staff for partners in rhyme on Music Row. In addition to writing hits for stars, it is a powerful performer with a unique style of honest. "I don't want to just people to come watch me do, I want to share my heart and give them something to take away." His songs have been in the Country of the Billboard Top 100 and Americana Top 100 charts. He is a regular performer at the Bluebird Café. He played in the world of the Bitter End in New York for the Tamworth Festival in Australia. < /p >

    < / item >

    < p >

    < /p >

    < / div >

    < div class = "row" >

    < div class = "col-md-4 collar-xs-12" >

    < div class = "thumbnail" id = "a" > < img src = "Images/ThumbNailSchedule.jpg" alt = "Thumbnail Image 1" class = "promoting the img img-sticker" > ""

    < div class = "caption" >

    < h3 class = "center text" > annex < / h3 >

    < p > listening to the music of live Bill! < /p >

    < class p = "center text in uppercase text" > < a href = "BillSchedule.html" class = "btn, btn-primary" role = "button" > find out where Bill is to play < /a > < /p > "

    < / div >

    < / div >

    < / div >

    < div class = "col-md-4 collar-xs-12" >

    < div class = "thumbnail" id = "two" > < img src = "Images/desktop_young_and_the_restless_entertainment_hd-wallpaper - 200.jpg" alt = "Thumbnail Image 1" class = "promoting the img img-sticker" >

    < div class = "caption" >

    < h3 class = "center text" > investments < / h3 >

    < p > extract work. the Bill < /p >

    < class p = "center text in uppercase text" > < a href = "work.html" class = "btn, btn-primary" role = "button" > work of Bill < /a > < /p > "

    < / div >

    < / div >

    < / div >

    < div class = "col-md-4 collar-xs-12" >

    < div class = "thumbnail" id = "3" > < img src = "Images/LetsTalk200.jpg" alt = "Thumbnail Image 1" class = "promoting the img img-sticker" > ""

    < div class = "caption" >

    < h3 class = "center text" > Let's Talk < / h3 >

    < p > need to talk with Bill? < /p >

    < class p = "center text in uppercase text" > < a href = "contact.html" class = "btn, btn-primary" role = "button" > Contact Bill < /a > < /p > "

    < / div >

    < / div >

    < / div >

    < / div >

    < div class = "row" >

    < div class = "col-md-4" > < / div >

    < / div >

    < footer > Bill DiLuigi | Rhyme partners and 888 red music | 1109 16TH Ave South, (former Vincent music Bldg). Nashville, TN 37212 | 615-336-4556 | & copy; Copyright 2016 < / footer >

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

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

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

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

    < / body >

    < / html >

    Remove the highlighted items and everything is fine!

  • footer css does not work

    I add a footer on my page and I want to change the color but his does not work, I created a class of footer, but the background won't change I don't its something simple, but I can't see it here is my code please.

    <! 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" >

    < name meta = "description" content = "" >

    < name meta = "author" content = "" >

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

    < title > my events calendar < / title >

    <! - TemplateEndEditable - >

    " < link rel ="stylesheet"href =" https://MaxCDN.bootstrapcdn.com/font-awesome/4.5.0/CSS/font-awesome.min.CSS ">

    <!-'bootstrap' Core CSS-->

    " < link rel ="stylesheet"href =" http://MaxCDN.bootstrapcdn.com/bootstrap/3.3.5/CSS/bootstrap.min.CSS ">

    <!-Custom-> CSS

    "< link href ="... / CSS/business-casual. CSS"rel ="stylesheet">

    <! - fonts - >

    " < link href =" http://fonts.googleapis.com/CSS?family=open+sans:300italic, 400italic, 600italic, 700italic, 00italic 8, 400, 300, 600, 700, 800 "rel ="stylesheet"type =" text/css"> "

    " < link href =" http://fonts.googleapis.com/css?family=Josefin+Slab:100, 300, 400, 600, 700, 100italic, 300itali c, 400italic, 600italic, 700italic "rel ="stylesheet"type =" text/css"> "

    < div id = 'fb-root' > < / div >

    < script > (function (d, s, id) {})

    var js, SJF = d.getElementsByTagName (s) [0];

    If (d.getElementById (id)) return;

    js = d.createElement (s); js.ID = id;

    js. SRC = "//connect.facebook.net/en_US/sdk.js#xfbml=1 & version = v2.5 & appId = 512896575525133;

    fjs.parentNode.insertBefore (js, SJF);

    (} (document, 'script', 'facebook-jssdk')); < /script >

    <! - HTML5 Shim and Respond.js IE8 takes in charge of 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/libs/html5shiv/3.7.0/html5shiv.js "> < / script > .

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

    <! [endif]-->

    <!-TemplateParam name = "class" type = "text" value = ""-> "

    < / head >

    < class = "@@(_document['class']) body @" >

    < div class = "mark" > my events calendar < / div >

    < div class = "address bar" > < strong > where all your events are a click away < facilities > < / div >

    <! - navigation - >

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

    < div class = "container" >

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

    < div class = "bar navigation-header" >

    < button type = "button" class = 'bar of navigation-toggle' data-toggle = "collapse" data-target="#bs-example-navbar-collapse-1" >

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

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

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

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

    < / button >

    <!--navbar-brand is hidden on larger screens, but visible when the menu is reduced-->

    "< a class = 'bar of navigation-brand' href ="... / index.html "> my events calendar < /a >"

    < / div >

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

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

    < ul class = "navbar-nav nav" >

    < li >

    "< a href ="... / index.html "> home < /a >"

    < /li >

    < li >

    "< a href ="... / calendar.html "> calendar < /a >"

    < /li >

    < li >

    "< a href ="... / events.html "> events < /a >"

    < /li >

    < li >

    "< a href ="... / venues/venues.html "> sites < /a >"

    < /li >

    < li >

    "< a href ="... / registration.php "> feedback < /a >"

    < /li >

    < /ul >

    < / div >

    <!-/ .navbar-collapse->

    < / div >

    <!-/-> .container

    < / nav >

    <!-TemplateBeginEditable name = "EditRegion2"->

    < div class = "container" >

    < / div > <! - TemplateEndEditable - >

    <!-/-> .container

    <>footer

    < div class = "footer" >

    < div class = "row" >

    < div class = "col-lg-12 text-Center" >

    < p > copyright & copy; Your site Web 2014 < /p >

    < / div >

    < / div >

    < / div >

    < / footer >

    <! - jQuery - >

    " < script src =" https://code.jQuery.com/jQuery-1.11.1.min.js "> < / script > .

    <!-'bootstrap' Core JavaScript-->

    " < script src =" http://MaxCDN.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js "> < / script > .

    <! - script to activate the carousel - >

    < script >

    $('.carousel').carousel ({}

    range: 5000 //changes speed

    })

    < /script >

    < / body >

    < / html >

    Thanks for the help I got it sorted, I removed my site from the wamp server and installed new ones now thanks again HAPPY NEW YEAR.

    My resulotion of new year is to get this bloody site finished lol

Maybe you are looking for