Collapsible block does not work

I use Dreamweaver CC 2014 and working on the collapsible block.  It did not work even if I tried it again three times.  I tried with Internet Explorer/Google Chrome/Firefox Mozilla.  Thank you very much for your help.

<! doctype html >

< html >

< head >

< meta charset = "utf-8" >

< title > Untitled Document < /title >

"" < link href = "... / jquery-mobile/jquery.mobile-1.3.0.min.css" rel = "stylesheet" type = "text/css" >

"" < script src = "... / jquery-mobile/jquery-1.8.3.min.js" type = "text/javascript" > < / script >

"" < script src = "... / jquery-mobile/jquery.mobile-1.3.0.min.js" type = "text/javascript" > < / script >

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

< / head >

< body >

< div id = 'home' data-role = 'page' data-theme = 'a' >

< div data-role = "header" >

< h1 > < img src = "images/m_logo.jpg" width = "300" height = "199" alt = "The Mobile Logo Gallery" / > < / h1 > "

< / div >

< div data-role 'content' = >

< ul data-role = "listview" data-theme 'e' = >

< li > < a href = "#services" > Services < /a > < /li >

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

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

< li > < a href = "#session" > Session < /a > < /li >

< li > < a href = "#contact" > Contact < /a > < /li >

< /ul >

< / div >

< div data-role = "footer" data-theme 'e' = >

< h4 > Copyright 2015. All rights reserved.

< div data-role = 'page' id = 'services' >

< div data-role = "header" >

Services of < h1 > < / h1 >

< / div >

< div data-role 'content' = >

< div data-role = "folding-set" >

< div data-role "foldable" = >

Portrait of < h3 > < / h3 >

< p > whether you need a professional studio head or a picture Candide, we take care of you during your individual portrait session to produce a memorable, enduring photography. < /p >

< / div >

< div data-role = "foldable" collapsed data = "true" >

Family/children < h3 > < / h3 >

< p > family photos are an important element to your home. Let us capture some fun family moments that you can proudly display in any room. < /p >

< / div >

< div data-role = "foldable" collapsed data = "true" >

New baby/maternity < h3 > < / h3 >

< p > pregnancy is a special time for waiting parents and nothing is more precious than a newborn. We work around your baby to capture unforgettable moments in life. your child < /p >

< / div >

< / div >

< / div >

< div data-role = "footer" >

< h4 > < a href = "#home" data-role = "button" data-icon = "Home" > home < /a >

< div data-role = 'page' id = 'portfolio' >

< div data-role = "header" >

Portfolio < h1 > < / h1 >

< / div >

< div data-role 'content' = >

< p > < img src = "images/port1.jpg" width = "295" height = "221" alt = "portfolio image 1" / > < / p > ""

< p > < img src = "images/port2.jpg" width = "295" height = "199" alt = "portfolio image 2" / > < / p > ""

< p > < img src = "images/port3.jpg" width = "295" height = "166" alt = "portfolio image 3" / > < / p > ""

< / div >

< div data-role = "footer" >

< h4 > < a href = "#home" data-role = "button" data-icon = "Home" > home < /a >

< div data-role = 'page' id = 'pricing' >

< div data-role = "header" >

Pricing < h1 > < / h1 >

< / div >

< div data-role 'content' = >

< div class = "user-grid-a interface" >

< div class = "user-block-a interface" > Portrait < / div >

< div class = "interface user-block-b" $ 75 < / div >

< div class = "user-block-a interface" > family < / div >

< div class = "interface user-block-b" $ 175 < / div >

< div class = "user-block-a interface" > children < / div >

< div class = "interface user-block-b" $ 135 < / div >

< div class = "user-block-a interface" > newborn < / div >

< div class = "interface user-block-b" $ 150 < / div >

< div class = "user-block-a interface" > maternity < / div >

< div class = "interface user-block-b" $ 95 < / div >

< / div >

< / div >

< div data-role = "footer" >

< h4 > < a href = "#home" data-role = "button" data-icon = "Home" > home < /a >

< div data-role = 'page' id = 'session' >

< div data-role = "header" >

Session of < h1 > < / h1 >

< / div >

< div data-role 'content' = >

< p > enter your username and password to see all of your photography session. < /p >

< form id = "form1" name = "form1" method = "post" >

< div data-role = "fieldcontain" >

< label for = "textinput" > user name: < / label >

< input type = "text" name = "textinput" id = "textinput" value = "" / > "

< div data-role = "fieldcontain" >

< label for = "passwordinput" > password: < / label >

< input type = "password" name = "passwordinput" id = "passwordinput" value = "" / > "

< br >

< input type = "submit" name = "submit" id = "submit" value = "Sign" in >

< br >

< / div >

< / div >

< / make >

< p > < / p >

< / div >

< div data-role = "footer" >

< h4 > < a href = "#home" data-role = "button" data-icon = "Home" > home < /a >

< div data-role = 'page' id = 'contact' >

< div data-role = "header" >

Contact < h1 > < / h1 >

< / div >

< div data-role = "content" > < a href = "mailto: " [email protected] "data-role ="button"data-icon = 'Star' > Send us an e-mail < /a > < a href =" such: 6435550324 ' data-role = "button" data-icon = "Star" > call us < /a > < / div > "

< div data-role = "footer" >

< h4 > < a href = "#home" data-role = "button" data-icon = "Home" > home < /a > < / h4 >

< / div >

< / div >

< / h4 >

< / div >

< / div >

< / h4 >

< / div >

< / div >

< / h4 >

< / div >

< / div >

< / h4 >

< / div >

< / div >

< / h4 >

< / div >

< / div >

< / body >

< / html >

Can use my code as your starting point.

Pay attention to the opening and closing

Tags.

Check your code errors.

Ready to check - Nu Html Checker

Nancy O.

Tags: Dreamweaver

Similar Questions

  • Flash blocker does not work with Firefox 28.0

    I'm on Windows 7 Pro with 28.0 Firefox and Flash blocker 4.20.13 installed. Flash blocker doesn't block Flash in web pages. How can I get Flash Blocker to block Flash applications in web pages?

    I'm not familiar with this particular extension. The reviews seem to indicate it does not work for everyone.

    Here's how you can enable "click-to-play", a built-in feature of Firefox for Flash. This will delay the Flash start on a page, until you approve.

    To set the Flash to "Ask to activate", open the page of modules using either:

    • CTRL + SHIFT + a
    • Firefox orange (or the Tools menu) button > Add ons

    In the left column, click on Plugins. Search 'Shockwave Flash' and always change 'enable' to 'ask to activate '.

    When you visit a site that wants to use the Flash, you should see a notification in the address bar icon and one of the following: a link in a black rectangle in the page or an information bar slides between the toolbar and in the page area.

    Once you approve Flash on a site, all the movies on the page will be charge. If you want to control one by one, there is a different extension, designed to work with click-to-play function of Firefox: https://addons.mozilla.org/firefox/addon/click-to-play-per-element/

    I hope that helps?

  • Pop-up Blocker does not work on ads 'Bettersurf '!

    Today I started seeing ads popping up with "Bettersurf Articles. How can I get rid of these? I have Norton Antivirus on my computer... but it's constantly nagging me as I surf the web. I think Foxfire should check into it. I think they have found a way to go beyond the blocker.
    Thank you
    Carolyn

    Sorry, I keep a clean garbage can.

    Under ProgramFiles 86/bettersurf has three files: / ff, /ch and another one (not / en). In the subfolder /ff was firefox installation files.

    Both times bettersurf appeared, I disabled Firefox Add in and removed from the bettersurf file tree. Restarted the computer for good measure and no problem after that.

  • Malware and phishing Blocker does not work in Firefox 7.o.1

    I have the boxes in Options.security checked to block phishing sites and malicious software. But the test pages are not blocked. How should I proceed?

    I am running FF 7.0.1.

    What is happening with these two web pages?

    http://www.Mozilla.com/Firefox/its-an-attack.html

    http://www.Mozilla.com/Firefox/its-a-trap.html

  • The upgrade of Windows 10 blocking does not work

    I am training remotely for my University and am unable to upgrade to windows 10 since it is not compatible with several programs that we use.  I followed all the instructions to remove the automatic updates, but he's back.

    The only suggestion I have not tried changing the registry.  I am very uncomfortable trying myself.  Is there a program that will do it for me?  It is honestly- or go buy a Mac later today.  :(  Honestly, with as frustrating because this is the case, I could just do that anyway!  In the meantime, are there any programs that I can just click to block this nightmare?  I currently have windows 7.

    If you're looking to block the upgrade of Windows 10, GWX Panel is available:

    http://blog.ultimateoutsider.com/2015/08/using-GWX-stopper-to-permanently-remove.html

    Select the downloads on the right side of the page, then download: 1.7.4.1

  • Blocker does not work after the click of the mouse

    Lately (since Feb) almost all the Web sites I visit issues this popup asking me to participate in a survey of my use and offers a "gift" for taking part. This happens usually after that I click on a link to a secondary page of the site. I tried to take the survey, in the hope that the popups will leave then. No SOAP! They always activate each time. A site that I use will generate the popup multiple times I'm going through various links on the site. Of course I block the game in the CONTENT section of the TOOLS menu.

    You have installed probably accidentally a somewhat malicious add-on. Which is created this particular window.

    I had this problem before in the past.

    to remove it. You must find the add-on which is their creation and remove it.

    to remove the modules follow these instructions
    https://support.Mozilla.org/en-us/KB/disable-or-remove-add-ons

  • IMAQ histogram does not work

    Hello

    In the following example the Histogram IMAQ block does not work: all statistics are 0.

    Where I've been misled?

    Thanks in advance.

    Solved.

    The problem was that the histogram IMAQ does not work with RGB (I used the PC web camera).

    Workarounf: insert the customization function (which changes the RGB 32-bit to 16-bit grayscale) between the image histogram and KING.

  • Blocking Cookies, something does not work on several sites.

    When I block Cookies, something does not work.
    For example, to twitter.com (of cource displaying the connection or the login page, since cookies off).
    Drop-down menu language selection don't work. and I can't get anything to textbox on password.
    I know that I can not connect when off cookies.
    I want to know the reasons for which some components do not work.

    Sites can keep track of you among thousands of visitors by adding a unique code to address either by the use of cookies. If the site only uses cookies, blocking cookies will make each application looks like a new visit from a stranger. Configured with a single application preferences will be lost on the next page load.

    That shouldn't stop you from typing in a form, but the site may have a script that checks if you accept cookies and different features on active and disables the basis on what he discovered.

  • Block pop up does not work, get a casino site popping up

    Block pop up does not work, get a casino site popping up

    Hello maresthomas, this looks like a problem maybe caused by adware/malware on your pc. Please go to firefox > addons > extensions and remove any suspicious entries (toolbars, the things that you have not installed intentionally, I don't know what purpose they serve, etc.). also, go to the windows control panel / programs and remove all toolbars or potentially unwanted software from there and run a full scan of your system with the security software you have in place and various other tools such as the free version of malwarebytes & adwcleaner.

    Remove a toolbar that has supported your Firefox or the homepage search
    Fix Firefox problems caused by malicious software

  • I can't access my hotmail account! Recovery option that was sent to me does not work either, it always tells me that my account is blocked.

    I can't access my hotmail account! Recovery option that was sent to me does not work either, it always tells me that my account is blocked.

    What can I do to get this corrected counts

    Hello

    The best place to ask your question of Windows Live is inside Windows Live help forums. Experts specialize in all things, Windows Live, and would be delighted to help you with your questions. Please choose a product below to be redirected to the appropriate community:

    Windows Live Mail

    Windows Live Hotmail

    Windows Live Messenger

    Looking for a different product to Windows Live? Visit the home page Windows Live Help for the complete list of Windows Live forums at www.windowslivehelp.com.

  • Tip action does not work when I add a second block of decision

    I'm writing an advanced action 8 Captivate. In response to a question about the points, the user types a number in a text entry area. When they support, the fast action will assess the number. If it is 10, the program should jump to a slide that shows that 10 is the right answer. (When I do just that in a single block of decision, it works.)

    However, the full tip action must assess if the value is higher or lower than 10, then return the user to the question slide and displays an appropriate message. When I add the part in a second decision block, advanced action performs as expected if an incorrect value is entered, but does not work if the correct value is entered. It does is display the question slide once again.

    Here is the code:

    Captivate advanced actions code_01.jpg

    Any ideas on what I am doing wrong? Should there be an ELSE statement in the first block of decision? I tried to continue, but that did not help.

    -Stuart

    The logic of your advanced action is not correct. All decisions are always evaluated. What is happening here is the following:

    1. First decision check if var is equal to 10; If this is the case, it will change to slide 2
    2. Second decision check if var is greater than 10, if it is accurate, it will move on to slide 1. I guess the capPoints1High is ON slide 1?
    3. BUT here's the logic bug: If If is not greater than 10, which is also the case when it is equal to 10, it will change to slide 1, although already, he jumped to slide 2 first with the first decisioin

    Two possible solutions:

    1. decision of the switch 1 and 2 (one easier)
    2. remove the ELSE part of decision 2 and create a decision 3 to check if var is less than 10
  • I look integrated in the block of the legend of slide show, a widget like "Accordion" for, with one click, or by the way with the mouse, open a new caption for each photo. I tried with 'Accordion' Muse, it does not work. I haven't tried to copy and paste,

    Issue.

    I look integrated in the block of the legend of slide show, a widget like "Accordion" for, with one click, or by the way with the mouse, open a new caption for each photo. I tried with 'Accordion' Muse, it does not work. I haven't tried to copy and paste, but no result. The widget disappear into the legend of block. disappear. Do you have a solution?

    Thank you

    Loïc

    Accordion Panel tabs should, with click and open the container.

    Please provide the url of the site where it does not, also if you can provide an example where we can see the exact action, then it would help us.

    Thank you

    Sanjit

  • Do not disturb (on request) does not work

    I have an iPhone 7 more with iOS 10.0.2. I had set up as NEW when I got it. I use the function do not disturb I SLEEP every night to block the incoming notifications apps and emails (including work with the application Outlook email). I leave the phone won't cut not so I can make sure my alarm wakes me up the morning. But it does not work. I still wake up emails and notifications of the app. It worked on my old iPhone with iOS 6, 8, 9 or even 10.

    I see a lot of old messages and questions about DND not work, but they were more specific to older phones and ' iOS.

    Anyone else having this problem?

    Any ideas for help?

    Thank you.

    I'm sure that I understood this.

    I had "only when locked" checked and not 'always' in settings do not disturb.

    I leave my iPhone unlocked all night using the bedside table Central app as my alarm clock.

    There we go.

  • A 'Powered USB Port' does not work on Mac Mini

    I have an external POWERED USB multiport block. When I plug the Superdrive into a Port powered on the unit, which of course is connected to my Mac Mini (2012) the Superdrive not even she acts as if it is connected and will not accept a disc. All ports are USB 3.0. I'm so uncertain that the Superdrive will work on any USB port other than the one on the Mac itself. Any advice? I El Capitan installed, but it has worked that way before the upgrade.

    This specific USB 3 hub? Not all work with the Mini

    Hub USB 3.0, attached to a Mac Mini does not work

    Re: Is there a USB 3.0 Hub that really works with the Mac Mini?

  • 31.5 does not work for me now

    I installed the latest update last night, and now my email does not work. I now get this when I open the app.

    "Unable to connect".

    The connection was refused when attempting to contact live.mozillamessaging.com.

       The site could be temporarily unavailable or too busy. Try again in a few moments.
       If you are unable to load any pages, check your computer's network connection.
       If your computer or network is protected by a firewall or proxy, make sure that Thunderbird is permitted to access the Web."
    

    When I try manually check for messages, everything crashes.

    All other applications work online, so I know that it's not my connection. That's happened?

    You didn't mention if you have followed the instructions in the error message:
    If your computer or network is protected by a firewall or proxy, make sure Thunderbird is allowed to access the Web

    Example:
    I use Norton Anti-anti-virus/firewall.
    Sometimes, after an update, Norton still thinks it can afford than the previous version, so that you get the kind of error that you are experiencing.
    I then close Thunderbird and go to Norton.
    Settings > network > Smart Firewall > program rules
    Locate the Thunderbird and set to "allow".
    On one occasion, I had to block, ok then reset allow.

    If you are using another firewall/antivirus program, then there will be similar parameters. In order to check this first.

Maybe you are looking for