What went wrong here?

Like I said in the picture, I changed my font size and font family for one of my <p> in one of my divs. Why did this change carry over to all my divs and <p>'s? What did I do wrong and what can I do to fix it?
I am using Dreamweaver CS6
Thanks in advance for your help!
Dalton

Run your page through these validators and repair any errors...
HTML: http://validator.w3.org/
CSS: http://jigsaw.w3.org/css-validator/
If that doesn't fix the issue, we'll definitely need to see your code to find the problem.

Similar Messages

  • Perplexed as to what went wrong here

    ok so im writing this prog for school and im all but finished with it xcept im running into one small problem.
    i have 5 int objects each read individually by the program.
    what i need to to is to ad them all together which seems like it should be simple right.
    so i do it like this
    private int Total;
    public setTotal(int Total)
    Total = intA+intB+intC+intD+intF;
    all the int values are private as well
    but for some reason it wont total.
    am i doing something wrong here?
    i tested each value with
    ex:System.out.printline(intA);
    etc..etc... to make sure it was reading the values set and it prints them out fine (so i know each int is holding its value)
    any input would be greatly appreciated.

    i have 5 int objectsint is a primitive type. You have 5 int variables. Not objects.
    public setTotal (int Total) {
       Total = intA + intB + intC + intD + intF;
    }You are setting the value of the local variable Total (which is the parameter name) to the sum of the 5 int variables. To set the value of the instance field Total, usepublic setTotal (int Total) {
       this.Total = intA + intB + intC + intD + intF;
    }A note: by convention, variable names start with a lowercase letter. Your variable Total should be named total.
    Moreover, the setTotal method does not require a parameter.
    db

  • What went wrong? misuse? abuse?

    ive had my iphone for sometime now, bought it back in june of 2009... had some problems, it was replaced the last time...
    about a week ago i had been running around from work and other places with no real time to charge my phone, it had gone dead before i got home to charge it, no big deal as this wasnt the first time... i charge it all friday night and didnt use it until sunday, went to use it sunday and it wouldnt power on... i try it again and again, still not working... i call apple support the say its the battery, they send a box and i pay $80 to have this replaced...
    i wait 4 days and still hear nothing, the status hasnt been updated online, i call and they say that it wasnt the battery and that it was a hardware issue and they were going to send me a replacement phone, which was ok with me as long as the problem was solved... said the phone would be here the following day...
    today i get an email stating this:
    Your IPHONE 3GS has been inspected by Apple technicians, who have determined that it has been subjected to accidental damage or misuse, which is not covered by the warranty or an Apple service contract. Therefore your original product is being returned to you unrepaired. You should expect to receive it within two business days along with a letter that gives details of this assessment. Apple will send you a separate email to indicate that this service request is complete and to provide the tracking information for the shipment.
    what went wrong is all i want to know, i know i didnt drop this phone at all, i know for sure it was never subject to misuse or abuse, let alone anywhere close to water to have any kind of water damage.. So now im getting my old phone back that will not power on... what am i suppose to do with that?

    Call iPhone support at 800-myiphone. Let them know you sent your phone in for service and it was returned to you stating it had liquid damage. Tell them you've checked the indicators and they are not tripped. The Advisor on the phone can check the pics that were taken of your phone when it was sent it to confirm this. If this is the case they can note this in the system and override it and you can send it back in for warranty.
    If they are tripped you can still send it in and have them check the internal sensors vs. the outer. Apple has recently changed their policy to warranty devices with liquid damage as long as the INTERNAL sensors are not tripped, only the externals.

  • What went wrong? can someone help?

    ok here is a question,i do not know what went wrong,but one day i plug in my ipod,and you know how it say do not disconnect right?Well my will say that untill the battery goes dead, and this here is a problem i have been dealing with for a long time!! I have tried the 5 R and everthing,someone please try to help

    The "Do Not Disconnect" message is perfectly normal if your iPod is manually managed, or is set to automatic sync but you have disk use enabled. It's possible some settings have been changed accidentally to give one of these.
    To check which you have, connect the iPod, open iTunes, go to edit>preferences>iPod.
    If you are manually managing songs you will always need to eject the iPod after each connection by clicking the small icon at the left hand source pane next to the iPod in iTunes.
    If on the other hand you are automatically syncing music, uncheck disk use on the preferences page and your iPod will automatically disconnect after each update is complete.
    For more information on disconnecting and the "Do Not Disconnect" message, see these:
    About the "Do Not Disconnect" and "OK To Disconnect" screens on iPod:
    http://docs.info.apple.com/article.html?artnum=61685
    Safely Disconnecting the iPod:
    http://docs.info.apple.com/article.html?artnum=61135

  • Not sure what happened I down loaded lion and now at the bottom I can see the lio logo and it says paused does anyone know what went wrong or what that means

    not sure what happened I down loaded lion and now at the bottom I can see the lio logo and it says paused does anyone know what went wrong or what that means

    http://support.apple.com/kb/HT4485 here, this should help

  • What went wrong ?

    Dear all,
    I`m trying to figure out what went wrong with my database.
    During the higher load the users were suddenly getting DBIF_RSQL_SQL_ERROR, no matter what they wanted to do. When checking system I found many messages like:
    Database error -1000 at OPC access to table REPOLOAD
    > POS(1) Too many lock requests
    > Include ??? line 0000.
    Run-time error "DBIF_REPO_SQL_ERROR" occurred
    Run-time error "DBIF_RSQL_SQL_ERROR" occurred
    Database error -1000 at OPC
    > POS(1) Too many lock requests
    Database error -1000 at OPC
    > POS(1) Too many lock requests
    Database error -1000 at OPC
    > POS(1) Too many lock requests
    Database error -1000 at EXE
    > POS(1) Too many lock requests
    According to documentation I found error -1000:
    1000: Too many lock requests
    Explanation
    There are too many locks or lock requests.
    User Request
    You can try to repeat the SQL statement at a later time or cancel the transaction. If this situation occurs frequently, then the MAXLOCKS general database parameter is too small and should be increased
    Database kernel showed following messages:
    2009-12-07 16:04:18  8126 ERR     5 Catalog  Catalog update failed,IFR_ERROR=-1000,DESCRIPTION=UNDEFINED
    2009-12-07 16:05:13  8170 ERR     5 Catalog  Catalog update failed,IFR_ERROR=-1000,DESCRIPTION=UNDEFINED
    2009-12-07 16:10:13  8182 ERR     5 Catalog  Catalog update failed,IFR_ERROR=-1000,DESCRIPTION=UNDEFINED
    2009-12-07 16:15:09  8229 ERR     5 Catalog  Catalog update failed,IFR_ERROR=-1000,DESCRIPTION=UNDEFINED
    2009-12-07 16:15:13  8123 ERR     5 Catalog  Catalog update failed,IFR_ERROR=-1000,DESCRIPTION=UNDEFINED
    So do you think it is just about MAXLOCKS parameter or also with catalog cache sizing could be wrong ?
    Version : MaxDB 7.6.6.7.
    Thank you for your comments.
    Pavol

    > Database error -1000 at OPC
    > > POS(1) Too many lock requests
    > 1000: Too many lock requests
    > Explanation
    > There are too many locks or lock requests.
    > 2009-12-07 16:04:18  8126 ERR     5 Catalog  Catalog update failed,IFR_ERROR=-1000,DESCRIPTION=UNDEFINED
    > So do you think it is just about MAXLOCKS parameter or also with catalog cache sizing could be wrong ?
    > Version : MaxDB 7.6.6.7.
    Hi there,
    it's really just about the MAXLOCKS setting.
    As you seem the "Catalog update failure"-message also points out error no. -1000.
    It's the same "too many lock requests" error as before.
    Having a MAXLOCKS value of 1.000.000 or even 3.000.000 is not unusual with MaxDB!
    regards,
    Lars

  • My 10.8.3 update did not install properly citing an 'Unknown Error'. Now, my Mail and Mac App Store aren't working. What went wrong and how do i fix it ?

    My 10.8.3 update did not install properly citing an 'Unknown Error'. Now, my Mail and Mac App Store aren't working. What went wrong and how do i fix it ?

    I tried this and still have the same problems. If I open Address book or the Mac App Store I get the library rebuild popup and a hang. I created a fresh user and then things are better apart from the printing issue. Its clearly some 3rd party software issue but the crash logs are meningless to me. I used the excellent Etre check app from http://www.etresoft.com/etrecheck so I have a list of what is being loaded and can compare clean and crashed user info but as I cant work out which of the startup items, launch agents, launch daemons etc that  are causing the problem.
    I have eliminated Dropbox, Mac Keeper and Witness, and it isnt related to my exterrnal LED cinema dispay or my external thunderbolt drives, or any USB devices if thats any help to anyone else. Info from Etrecheck follows -
    Kernel Extensions:
              com.oxsemi.driver.OxsemiDeviceType00          Version: 1.28.7
              com.rogueamoeba.InstantOn          Version: 6.0.2
              com.rogueamoeba.InstantOnCore          Version: 6.0.2
              com.Cycling74.driver.Soundflower          Version: 1.5.3
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
                 [not loaded] com.adobe.fpsaud.plist
                 [not loaded] com.adobe.SwitchBoard.plist
                 [not loaded] com.bombich.ccc.plist
                 [not loaded] com.dymo.pnpd.plist
                 [not loaded] com.intego.BackupManagerPro.daemon.plist
                 [not loaded] com.micromat.TechToolProDaemon.plist
                 [not loaded] com.microsoft.office.licensing.helper.plist
                 [not loaded] com.orbicule.witnessd.plist
                 [not loaded] com.sierrawireless.SwitchTool.plist
                 [not loaded] com.stclairsoft.AppTamerAgent.plist
                 [not loaded] org.macosforge.xquartz.privileged_startx.plist
                 [not loaded]          pcloudd.plist
    Launch Agents:
                     [loaded] com.divx.dms.agent.plist
                     [loaded] com.divx.update.agent.plist
                     [loaded] com.epson.epw.agent.plist
                     [loaded] com.lacie.raidmonitor.daemon.plist
                     [loaded] com.lacie.safemanager.daemon.plist
                     [loaded] com.micromat.TechToolProAgent.plist
                     [loaded] com.orbicule.WitnessUserAgent.plist
                     [loaded] org.macosforge.xquartz.startx.plist
    User Launch Agents:
                 [not loaded]          .DS_Store
                     [loaded] com.adobe.AAM.Updater-1.0.plist
                     [loaded] com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist
                     [loaded] com.digitalrebellion.SoftwareUpdateAutoCheck.plist
                     [loaded] com.divx.agent.postinstall.plist
                     [loaded] com.google.keystone.agent.plist
                     [loaded] com.propaganda.dejavu.dvmonitor.plist
                     [loaded] com.valvesoftware.steamclean.plist
                     [loaded] com.zeobit.MacKeeper.Helper.plist
    User Login Items:
              iTunesHelper
              Synergy
              TomTomHOMERunner
              Dropbox
    3rd Party Preference Panes:
              Déjà Vu
              Flash Player
              Flip4Mac WMV
              GR-55
              Paragon NTFS for Mac ® OS X
              Perian
              Printopia
              TechTool Protection
              Witness

  • I have been using facetime on my iphone for a while and after the recent, ios update, I cannot seem to use the facetime. What went wrong?

    I have been using facetime on my iphone5 for a while and after the recent IOS update, I cannot seems to use my facetime any longer. what went wrong?

    'The installer has insufficient privileges to modify this file C:\Program Files (x86)\Common Files\Apple\Apple Application Support\Web kit.resources\inspector\Images\Spinner Inactive Selected.gif.'
    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • Fonts went Wonky, what went wrong?

    Hello,
    I upgraded to iTunes 8.0.2 when the new software icon showed up a couple weeks ago, downloaded and restarted and visited the iTunes Store and all the fonts had been changed to some kind of bold symbol font. You can't read a thing. iTunes itself is fine but the store is wonky. I've got a screen grab to show. I haven't been able to figure out what went wrong, any ideas? I can't order a thing as I can't read anything!
    Thanks!

    Open Font Book. Under either the File or View menu (maybe is one of the other ones) there is a option to validate your fonts. You might want to see if your fonts are okay. You should also check for duplicate fonts in your Font Book. Any questions, reply back.

  • Hard crash - what went wrong?

    After many years of working with pc's I've just had my first hard crash - ever! This is also the first pc I've ever built.... The rig has been up & running for 2 weeks with zero problems. I run Seti on 2 processor threads using SetiHide, resulting in 100% activity. The CPU has the stock Intel fan & ran real hot (69°) until I upgraded the BIOS from v1.2 to v1.9. Last weekend (17/18th), I played with some overclocking, getting up to 215fsb before dropping back to standard earlier this week.
    Can anyone help me diagnose what went wrong please?
    CPU temp 59° full load, 40° idle
    NB temp 54°
    System 38°
    HDD 25°
    System is PIV 3.2gHz/800 HT mode, BIOS v1.9, FSB set to 201, memory voltage 2.65v. Memory is Kingston approved KVR400X64C3AK2/1g in dual channel mode.
    Software: WinXP Pro latest patches, McAfee AV v7.0 Enterprise, Palm Hotsync, MS ISA Firewall, pc linked to Win2k server.
    Software running at the time: Outlook 2003, Setihide (2 processor mode), Musicmatch 8.2 (playing music from hdd), 2x IE6, Commence (relational dbase).
    I was just working typing something in Outlook & it crashed with no warning. The PC had been on for about 10 hours.
    This pc use is normal for me, nothing unusual was being done. The ONLY thing unusual was an hour or so before, I connected my APC UPS to a USB port & therefore running the UPS service. Could that cause the hard crash?
    Steps taken: FSB back to 200, memory voltage back to 2.5v, unloaded UPS service & unplugged the UPS cable, unloaded Seti.
    Next step: run memtest86
    This really messed up my day..  
    Edited CPU idle temp - because shutting SetiHide doesn't shut the Seti processes!

    Vango
    I got back up & running straight away, thanks.
    Running apps are listed in my first post, active windows were:
    Quote
    Outlook 2003, Setihide (2 processor mode), Musicmatch 8.2 (playing music from hdd), 2x IE6, Commence (relational dbase).
    I was using an Outlook new mail window doing a quote for a customer. So I was jumping between IE windows checking prices etc. At the exact point of the crash I was in Outlook typing something. Musicmatch was playing mp3s from my hard drive. Seti was running full blast. Also about an hour previously I had connected an APC 500VA Back-UPS CS to a USB port. This activated the WinXP UPS service, which was not running previously. In fact when I set up computers, I never connect the UPS to the pc - due to problems!  

  • What went wrong, help p

    since the zen micro is only more than a week new, i waited for the battery to drain and waited for the low batt indicator before i charged it via usb... but when i plugged it in, there was no light indicator although there is a charging bar... worse, when i checked at the zen micro explorer, it said that the device was not connected... finally, i decided to take out the battery and go to rescue mode but then it said "low battery" so i just proceeded to turn it on and finally the blinking light was there and the explorer could detect it...
    what i would like to know is what made my micro act up like that? i was slightly panicky since my bundled ac adaptor is faulty, but it was the first time i encountered the problem with my usb... so what went wrong so that i could avoid it in the near future? thanks for your replies for this wonderful site...

    If the supplied AC adapter is faulty, and you've only had the kit a week, Customer Support should be able to replace the adapter for you under warranty.
    As for the other problem goes, I don't have much to add to SSR's advice. It could have been that it wasn't connecting properly, could be a few things, but if it doesn't happen again it was probably just a fluke occurance so I wouldn't be too concerned.
    Cat

  • What went wrong with burning?

    I wanted to burn an iTunes folder (some 1000 songs, 4GB) into a DVD disc so I highlighted the iTunes folder and clicked the button Burn Disc on bottom right corner of the iTunes window. However, only 88 songs (or 300MB) of music was burned into a DVD disc. I did it again; the same thing. For some reasons, more than 900 songs or 3.7GB of music was never burned into a DVD disc.
    What went wrong?
    Jacques

    Are all of the songs you want to burn to DVD in the same playlist? Are the checkboxes in front of all the songs checked? These are the first things I would investigate.

  • What went wrong with Nokia Messaging?

    What went wrong with Nokia Messaging?
    In the beginning of this year I used Nokia Messaging on E71 and I really loved it!
    Since this autumn I am using it on my new N97 and I am confronted with totally different experience:
    - the application is very slooooow..
    - its unreliable - very ofter emails arrive with hours delay, a sync may take up to minutes
    - its very very buggy - truncated icons, diplay randomly jumping up and down, when scrolling.
    - very bad HTML display of emails - tiny (unreadable) default font and no wrap to screen when zooming - I thought emails were for reading?
    - many, many usability issues
    I just cannot believe it - How has Nokia managed to convert once such a good piece of software into such incredible disaster?
    Recently an update was published - I tried it immediately... To my big disappointment it contains all the same bugs and introduces new ones..
    How is this possible? What is happening at Nokia?

    Also my N86 as the same problem.
    And in global setting Nokia deleted the option to read always in HTML.
    And there is not any option to write html Mails

  • I purchased the movie The Avengers but when I try to download it to my iPad, I keep getting error messages.  What went wrong?

    I just purchased the movie The Avengers from my iPad.  It took a while to download, but then I would get a error message that download isn't complete and to retry.  I'd retry and the same message would pop up again.  What went wrong?
    Thanks.

    While you can redownload most past purchases without charge, you can't redownload movies without paying again.  See Downloading past purchases from the App Store, iBookstore, and iTunes Store: http://support.apple.com/kb/HT2519

  • Trying to enroll for the $99 developer account. Getting the message 'We are unable to process your request' What is wrong here?

    Have tried so many times now to enroll for the developer program and getting stuck in the third screen with the message
    We are unable to process your request.
    I need enrollment fast to put my app in the app store
    What's wrong here?

    Thanks for the detail.
    I believe you are doing your best, in the right place.  How long have you tried ?
    May be the sistem in your area is really busy. Can you wait few hours or contact them with a Message ?
    Or try a Service provider http://support.apple.com/kb/HT1434

Maybe you are looking for