Problem with adding a style of body using CSS Designer

All,

I ran across something that's bugging me when writing documentation for beginners to Dreamweaver.

I use Dreamweaver CC 2015. I want to add a style to the body element. When I make the body tag is selected and click on the + to add a new selector, I get a 'body' selector p, instead of just 'body '.  I don't have a paragraph selected inside the body. I have chosen body. It is actually not a paragraph that is a child of the body element in the code, I work with.

I tried to use the tag selector and ctrl + [to make sure that the body is selected.  Same thing in the designer or direct.  I know I could write my not just to simply type in the body to replace this place. However, for the rest of the selectors in the page, we create by ensuring that the appropriate item is selected and pressing on the + to add a selector at least provides us with a selector that will work for our purposes. And this is the first switch I want to create, so I would like to the same method works.

The best work-around, I have found so far is to click in the opening body tag in code view, and then click on the + to add the switch, I can get the selector 'body', but I still think just not there must be something I'm missing.

No idea why this is happening, or does anyone have a smoother work around?

Thank you

Jen

Post edited by: Jennifer Oakes made the shortcut for select tag parent in live mode view is ctrl + [not shift +]

Hello

The question! Yes, this seems to be a bug. As you have already mentioned, for now, you can use the workaround, click the tag body in code view.

Thank you!

Kusha

Tags: Dreamweaver

Similar Questions

  • I have a problem with the installation of ADOBE ILLUSTRATOR using creative cloud. It gives me:

    I have a problem with the installation of ADOBE ILLUSTRATOR using creative cloud. It gives me:

    Exit code: 117

    -------------------------------------- Summary --------------------------------------

    -fatal error 2, 0 error (s), 0 warning (s)

    FATAL: Fatal Error ' 117' occurred in download

    FATAL: An error has occurred in the download package (name: AdobeIllustrator19-Core Version: 19.2.0.111). Error code: '117'

    -------------------------------------------------------------------------------------

    N ° 1)

    Click on the below link, Sign In and open Photoshop Elements download link.

    Do not close the page, just keep it open.

    https://www.Adobe.com/cfusion/TDRC/index.cfm?product=photoshop_elements

    Note: * If we do not keep the page of items in Photoshop, we will have access denied error message when file downloading install direct.

    Then click on the link below and download the installer directly mentioned in step 2.

    Step 2)


    http://prodesigntools.com/trials3/AdobeProducts/ILST/19/Win64/Illustrator_19_LS20_win64.7z

    Step 3)

    Unzip the installer using 7zip or winrar and then install the product.

  • Anyone who has a problem with the system crashes when importing using the new interface to import

    Anyone who has a problem with the system crashes when importing using the new interface to import

    Can specify you what Adobe program you use so that we do that your post is in the right forum?

  • Problem with adding new storage to the CDV provider profile

    Hi all

    I have problem with adding new storage to the CDV provider profile.

    My ENV:

    VCD Version 5.5 latest

    vCenter 5.5

    VCDDB - SQL

    I created the environment with two profiles of storage for the first time and it's work well (the storage profile created before I joined the vCenter on the VCD)

    I created tags and he attributed to the data store and I see the new VM storage through the vSphere web client policy.

    I can also see VMS on the VCDDB the dbo.storage_profile_inv the new storage policy table and when I create new provider TDC I can't.

    What I'm trying:

    1 Refresh the storage via the VCD (right click on the attached vCenter) profile

    2. restart the inventory and the profile based on the vCenter servers

    3. restart the VCD and vCenter servers

    Help, please

    You can just follow KB 2075366.

  • I need to reinstall photoshop elements 8 after having problems with my hard drive. I use MacBook Pro and a timemachine. After restoring the program of the Time Machine, I got the error 6 code: a license for this product has stopt working. How can I cancel

    I need to reinstall photoshop elements 8 after having problems with my hard drive. I use MacBook Pro and a timemachine. After restoring the program of the Time Machine, I got the error 6 code: a license for this product has stopt working. How can I cancel it?

    See here:

    Error "Licensing has stopped working". Mac OS

  • I have Dreamweaver CS6 but want to update for cc, how ever I did mine and I sign in and upward at the site web adobe and want to use css Designer because with my courses, I do and they use CC. How can I get upgrade with refund f

    I have Dreamweaver CS6 but want to update for cc, how ever I did mine and I sign in and upward at the site web adobe and want to use css Designer because with my courses, I do and they use CC. How can I get the upgrade with this new refund. Thank you

    There is no way to update the version of perpetual license / DWCS6 drive to the creative cloud, they are two completely separate programs. There used to be a discount for the Creative Suite owners switch to CC, but that ship has sailed.

    If you want to the CSS designer, you will need a subscription here: pricing and membership creative cloud plans | Adobe Creative Cloud

  • Problem with update of a column by using the procedure of database and refreshing or put in value programmatically

    Dear all,

    I am a beginner in the ADF and am under Jdeveloper Studio Edition Version 12.2.1.0.0.

    I have a page that consists of two taskflows.

    First workflow has a fragment which is to have a table based on view object salespersons (not editable)

    Second task flow contains a form of ADF from the same view object Salespersons.

    As the user selecting a line in the table of the same record is displayed as no problem.

    Now, I have added two buttons Activate and Deactivate that is to change the status of the sales.

    I tried to use two ways an updated using the procedure of database and then put in value by programming and I have different questions with two of them:

    Now, here's the code of the Java bean for activation:

    Option A - the problem with this is the value of the column in the list (the first task rate displayed) is not synchronized

    and Activate and Deactivate buttons are not disabled and active properly.

    {} public void confirmActivation (DialogEvent dialogEvent)

    If (dialogEvent.getOutcome () == DialogEvent.Outcome.yes) {}

    DBSequence vId;

    vId = dcId.getValue ((DBSequence));

    Links BindingContainer = getBindings();

    OperationBinding operationBinding;

    operationBinding = bindings.getOperationBinding ("changeSalespersonsStatus") (OperationBinding);

    operationBinding.getParamsMap () .put ("pId", vId.getValue ());

    operationBinding.getParamsMap () .put ("pStatus", "A");

    Object result = operationBinding.execute ();

    dcStatus.setValue ("A");

    } else {}

    return;

    }

    }

    Option B - the problem with this is that the value of input for status text appears in the Active form for all records in form regardless of its database.

    {} public void confirmActivation (DialogEvent dialogEvent)

    If (dialogEvent.getOutcome () == DialogEvent.Outcome.yes) {}

    -no doubt this two lines are not needed here

    DBSequence vId;

    vId = dcId.getValue ((DBSequence));

    dcStatus.setValue ("A");

    BindingContainer links = getBindings();

    OperationBinding operationBinding;

    the operationBinding = bindings.getOperationBinding("Commit") (OperationBinding);

    Object result = operationBinding.execute ();

    } else {}

    return;

    }

    }

    Here's the code from the Fragment of shape for used buttons.

    "< af:button text = 'Activate' id ="bActivate' icon="/icons/activate.png ' iconPosition = 'top '.

    partialTriggers = "Bcreer bSaveInsert bCancelInsert dDeactivate dActivate".

    Binding = "#{pageFlowScope.salespersonsForm.buttonActivate} '"

    Disabled = ' #{bindings. " Status.inputValue! {= ' n '} ">"

    < af:showPopupBehavior popupId = "pActivate" / >

    < / af:button >

    "< af:button text = 'Disable' id = 'bDeactivate' icon="/icons/deactivate.png ' iconPosition = 'top '.

    partialTriggers = "Bcreer bSaveInsert bCancelInsert dDeactivate dActivate".

    Binding = "#{pageFlowScope.salespersonsForm.buttonDeactivate} '"

    Disabled = ' #{bindings. " Status.inputValue! {= 'A'} ">"

    < af:showPopupBehavior popupId = "pDeactivate" / >

    < / af:button >

    Here's matching Popups for each of the buttons Activate and Deactivate.

    < childCreation = "deferred" autoCancel af:popup = "disabled" id = "pActivate" >

    < af:dialog id = "dActivate" type = "YesNo" title = 'Status of salespersons' closeIconVisible = 'false '.

    affirmativeTextAndAccessKey = "& amp; Yes"cancelTextAndAccessKey ="& amp; (Cancel)

    noTextAndAccessKey = "& amp; No '.

    dialogListener = "#{pageFlowScope.salespersonsForm.confirmActivation}" >

    < f: facet = 'buttonBar' name / >

    < af:outputLabel value = "Are you sure you want to enable the seller?" id = "ol1" / >

    < / af:dialog >

    < / af:popup >

    < childCreation = "deferred" autoCancel af:popup = "disabled" id = "pDeactivate" >

    < af:dialog id = "dDeactivate" type = "YesNo" title = 'Status of salespersons' closeIconVisible = 'false '.

    affirmativeTextAndAccessKey = "& amp; Yes"cancelTextAndAccessKey ="& amp; (Cancel)

    noTextAndAccessKey = "& amp; No '.

    dialogListener = "#{pageFlowScope.salespersonsForm.confirmDeactivation}" >

    < f: facet = 'buttonBar' name / >

    < af:outputLabel value = "Are you sure you want to disable the seller?" id = "ol2" / >

    < / af:dialog >

    < / af:popup >

    Thanks in advance.

    Best regards

    Arif Khadas

    If you bind components to a range of flow page bean. You must complete that it saves the State of the component longer than the life of the component.

    To change the value of the GET value of the component of the link layer and change it.

    In this way the changes are captured by the framework and you should see them.

    Timo

  • Problem with adding a Facebook activity streams

    Hi again,

    I have trouble getting a stream is displayed in on my new site, I placed coding in such indicated, but it will not be displayed when I test of recent activity on Facebook. This site has not been added to the internet, but I don't have the codes that I use for the facebook stream, that would be sufficient to determine what is the problem?

    < onload of the body = MM_preloadImages('..) ' Accueil/images/Page2.png ','... / images / on Us2.png ','... /images/services2.png ','... / images/Contact Us2.png ','... /images/stephensthumb2.jpg ',»(... / images/twit copy.png') ">" ".

    < div align = "center" class = 'fb-root' 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/all.js#xfbml=1 & 102320399899536 = appId;

    fjs.parentNode.insertBefore (js, SJF);

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

    < fb:activity

    " site = ' http://www.showcaserestoration.com "

    app_id = "102320399899536" >

    < / fb:activity >

    < div align = "center" class = 'background' id = "bottom" > < div class = "Panel" id = "Panel" >

    < div class = "header" align = "center" id = "header" >

    " < div class ="tabs"align ="center"> < a href =" http://showcaserestoration.com/contact.html "> contact < /a > < / div > < div class ="tabs"> < a href =" http://showcaserestoration.com/services.html "> services < /a > < / div > < div class ="tabs"> < a href =" http://showcaserestoration.com/about.html "> us < /a > < / div > < div class ="tabs"> < a href =" http://showcaserestoration.com/ "> Home < /a > < / div > < / div > < div class = 'frame' id = ' framework' > '.

    < / div >

    < div align = "center" class = "body" id = "body" >

    < div align = "center" class = 'content' id = "content" > <!-TemplateBeginEditable name = "ContentRegion"-> ContentRegion <! - TemplateEndEditable - >

    < / div >

    " < div align ="center"class = 'flow' id ="flow"> < div class ="facebook"id = 'facebook' data-href = ' http://www.showcaserestoration.com "data-app-id ="102320399899536"data-width ="210"data-height ="450"data-header ="true"data-recommendations ="false"> < / div > < / div > "

    < / div >

    Any help is appreciated!

    Download page for test on your server.

    I don't know if FB feeds display when you preview locally.

    Nancy O.

  • I had to uninstall firefox because it was causing so many problems with my computer. I was using the latest version 18. What is the problem?

    I had nothing else problems since I installed the latest version of Firefox version 18. It crashes my computer no matter what I do. Even if I do not use the browser. I uninstalled three times and the problems just seem to be deteriorating. Finally, I uninstalled and it did not reinstall again. I will not use again until the problems are solved. Also, I don't know is that funmoods or whatever it is that has replaced my google home page. I don't like software to decide what services I use. I've been a user of firefox for more than 15 years. I've never had problems like this before. I spent in Safari. It works without interfering with the other tasks I do on my computer. I don't know what version 18 is but the previous version of firefox that I used was perfectly fine. I had no problem whatsoever with it. It seems as if this version has not been tested enough. Also my daughter is having the same problems with his computer and they all started with the new version. So it isn't just me. At least give us the option to revert to the previous version and we ask if we want to improve when a new spell. However, I never had these problems in the past with any version of firefox that I installed. I like the features of firefox, but cannot afford to keep restarting my computer. It seems that firefox is hindering and then hangs up the computer and I can't do anything else even if I do not use it. It seems to stay in the background and just hang up. Please fix this.

    The problem is unlikely to have been with Firefox itself. It is much more likely to have been with some software or malware you have inadvertently installed

    Installs official Firefox is not bundled with other software. Firefox is customizable and has many extensions of the software you can choose to install but don't have to do anything.

    Funmoods is also a malware or at least software which is often hated to see these messages

    If you want to reinstall firefox official site:

    Then start playback on the malware removal and the toolbar

    If you want more advice back again post.

  • Satellite A660 - 07P problem with the pointer of the mouse using the touchpad

    I just bought my A660 07P last Thursday, September 15, 10 and I noticed that I had problems with the mouse pointer using the touchpad.

    From time to time, the cursor/pointer is locked and seems something like a button up and down.
    I assume it's because it's on a mode of waiting, but in this case as every 5 minutes.
    When it is locked, it will also change the zoom percentage when the touchpad is struck. It is very not when I'm in the middle of something and I can not move the pointer. In addition, the start is very slow.

    BTW, I have not installed any programs or applications. I'm still testing until Friday, otherwise I'll go back to where I bought it.

    Hi mate

    This isn't touchpad problem.
    I guess as support for computer laptop MULTI-TOUCH PAD
    There are a few additional features supported by touchpad, and I think that you have enabled this while using the touchpad

    The touchpad supports the features:
    _ChiralMotion_
    You can scroll vertically and horizontally

    _Pinch Zoom_
    This feature provides functionality like the scroll wheel zooming

    _Rotating (chiral spin) _
    This provides gestures to rotate the photos and other objects

    _Momentum_
    This feature provides a smooth, fast trackball as the movement of the mouse. A quick finger on the touchpad surface can move the sliders in the entire screen.

  • I have a problem with my keyboard after the update using drivercanner

    Original title: my keyboard stopped working after the last updae

    OTEVA here

    Hi I have a problem with my keyboard after update using drivercanner I need help fixing this cause I tried looking for the installation of the upate that cause, but I don't have where to look.

    try a system restore to a date preceding the update.

  • Compact Z5 notification problem with coverage of Style SCR44

    Hello

    I'm having a problem with my new phone compact xperia Z5 and cover it in Style SCR44.

    In fact I transferred messages of my Xperia SP in my Z5C with Xperia mobile transfer Wifi live.

    It has worked well.

    But after that, I noticed that I had 4 unread messages when I close my cover.

    Screen within 2 to illustrate my problem.

    The classic first unlock screen:

    As you can see, there are no unread messages.

    Now the screen Style cover:

    Here, I have 4 messages received, but no message in the app :/

    I tried a few solutions, as clear data for the widget to cover, remove the protective filter style and he add, delete all messages, change my default application instead of meeting and check if I had unread messages, etc.

    None of them have worked.

    Can someone help me please?

    Thank you in advance.

    PS: Sorry for my English I'm a French guy

    I tried what you say, bot no way, messages was still there!
    So I did a reset, and they disappeared!

    It is excessive, but at least it worked.

    Thanks for your help alexdon

  • Play problem with LG and Panasonic smart TVs using windows 7

    Separated from this thread.

    Hello

    I have exactly the same problem with my LG and Panasonic smart TVs using windows 7. So do many others judging from the forums, I've looked.

    He has not worked for centuries and then a year he stopped, and despite hours of searching and try many suggestions no joy.

    It is a source of massive frustration as it makes my investment of time and material waste.

    We hope that you will access the solution.

    Sunday, February 1, 2015, 22:42:19 + 0000, Voodochilli wrote:
     
    >>. I tried to troubleshoot Mcafee but it comes as part of my Plusnet package and they were not useful.
    >>
    > I tried configuring static ip addresses for the TVs and I can see the tv LG of WMP but "play to" returns a device error when selected. Media servers on the PC are all invisible to all devices on the network even with disabled Mcafee. I have not tried uninstalling but I need to know more info on version Plusnet there are a lot of warnings cautions on the use of the wrong version of the removal tool. I removed once before Mcafee and it left many residual things that which some I still have as he keeps trying to make me renew my subscription.
    >>
    > Is there anything else I can try to get a better idea where the problem is.
    >>
    > Can you tell me how to configure a static ip address for WMP and know which port it uses.
     
    The McAfee removal tool is to
     
    After doing that, try Revo uninstaller
    any trace of McAfee
     
    We can then continue troubleshooting.
     
     
     
    __________________________________________________________________________________________________
    Barb
    MVP Windows Entertainment and connected home
     
    Please mark as answer if that answers your question
     
     
     
  • Problem with adding a background - please help!

    Hi all

    I try to create my first BB app and run into a few problems with the addition of a background image on my screen.  I try to activate the background on my request without using the class BackgroundFactory I need this works for older BB models.

    I use EncodedImage so that I can to scale the context in which any size of BB.  I am aware of the loss of the aspect ratio, this isn't a problem for me.

    Here is my code:

    The background image.
    backgroundImage = EncodedImage.getEncodedImageResource("img/image.png");
           
    int currentWidthFixed32;
    int currentHeightFixed32;
    int requiredWidthFixed32;
    int requiredHeightFixed32;
    int scaleXFixed32;
    int scaleYFixed32;
           
    Get the dimensions of the current image in fixed-point number
    currentWidthFixed32 = Fixed32.toFP (backgroundImage.getWidth ());
    currentHeightFixed32 = Fixed32.toFP (backgroundImage.getHeight ());
           
    Get the dimensions of the image necessary in fixed-point number
    requiredWidthFixed32 = Fixed32.toFP (Display.getWidth ());
    requiredHeightFixed32 = Fixed32.toFP (Display.getHeight ());
           
    Calculate the scale factor
    scaleXFixed32 = Fixed32.div (currentWidthFixed32, requiredWidthFixed32);
    scaleYFixed32 = Fixed32.div (currentHeightFixed32, requiredHeightFixed32);
           
    Resize the image
    backgroundImage = backgroundImage.scaleImage32 (scaleXFixed32, scaleYFixed32);
    Imagearriereplan = backgroundImage.getBitmap ();

    Display display = new MainScreen();

    VerticalFieldManager verticalFieldManager = new VerticalFieldManager)
    VerticalFieldManager.USE_ALL_WIDTH |
    VerticalFieldManager.USE_ALL_HEIGHT |
    VerticalFieldManager.NO_HORIZONTAL_SCROLLBAR |
    VerticalFieldManager.NO_VERTICAL_SCROLLBAR |
    VerticalFieldManager.NO_HORIZONTAL_SCROLL |
    VerticalFieldManager.NO_VERTICAL_SCROLL) {}

    Override the paint method to draw the background image.
    {} public void paint (Graphics graphics)
    Draw the background image, then paint.
    graphics.drawBitmap (0, 0, backgroundBitmap.getWidth (), backgroundBitmap.getHeight (), Imagearriereplan, 0, 0);
    Super.Paint (Graphics);
    }
    };
    Add the handler to the screen.
    mainScreen.add (verticalFieldManager);
           
    VerticalFieldManager vfm2 = new VerticalFieldManager)
    VerticalFieldManager.NO_HORIZONTAL_SCROLLBAR |
    VerticalFieldManager.VERTICAL_SCROLLBAR |
    VerticalFieldManager.NO_HORIZONTAL_SCROLL |
    VerticalFieldManager.VERTICAL_SCROLL);
           
    verticalFieldManager.add (vfm2);
           
    The LabelField will be visible through the transparent image.
    LabelField labelField is new LabelField ("is a label");.
    ButtonField buttonField = new ButtonField ("asdf");

    Add the fields to the Manager.
    vfm2. Add (labelField);
    labelField = new LabelField ("this is a label");
    vfm2. Add (labelField);
    labelField = new LabelField ("this is a label");
    vfm2. Add (labelField);
    labelField = new LabelField ("this is a label");
    vfm2. Add (labelField);
    labelField = new LabelField ("this is a label");
    vfm2. Add (labelField);
    labelField = new LabelField ("this is a label");
    vfm2. Add (labelField);

    vfm2. Add (buttonField);
    buttonField = new ButtonField ("asdf2");
    vfm2. Add (buttonField);
    buttonField = new ButtonField ("asdf3");
    vfm2. Add (buttonField);
    buttonField = new ButtonField ("asdf4");
    vfm2. Add (buttonField);
    labelField = new LabelField ("this is a label");
           
    Tap on the screen.
    pushScreen (mainScreen);

    I want the "image.png" to act as a 'real' background, however, when I run the above code, the image.png appears in the form of the background, but when I scroll down, the background scrolls as well, and I see a white space.  I want to have "image.png" would you like the background permanently and add another manager who would be scrolling if scrolling is required.

    What I'm doing wrong here?  Why I can't see the vertical scroll bar and why the background is not scrollable?

    Any help is appreciated!

    See you soon!

    Make sure that you set the FullScreen.DEFAULT_MENU property - this will give you the default system menu items.

    You add your menu items by substituting makeMenu().

  • Problems with the WEB BROWSER blackBerry Smartphones, use not wifi network to open some Web sites

    Hello I'm owner of BB BOLD 9900 OS 7.1... for the last two days I am facing a pretty annoying problem with the BB browser.

    It means not affects the device... it just annoys me.

    When I TURN ON my WiFi on my BB with the network carrier Sim already homepage active who has a Active on it and open the web browser BB, according to the website on which I open the web browser chooses between the internet Wi - fi OR internet BIS carrier which is weird. BECAUSE a default if the wifi is enabled, then the web browser MUST use internet wifi network carrier for navigation. YOU TUBE, FB and TWITTER.com all use my carrier netwrok to open bt soon I open BBC.com or CNN or any other site the wifi symbol appears on the right side and so it uses the wifi network... and disappears when I opened THE 3 SITES you tube FB n twitter.

    My knowledge is that when you activate THE wifi network, the WEB browser is intended to USE the wireless internet, NOT the internet carrier

    The next time I switchd off the the carrier signal, and then Turned ON one internet WI - FI and then opened the web browser of BB. so now all the opend website with wifi internet bt as soon as I open YOU TUBE or FB or TWITTER.com it post a comment... .that cannot visit the web page when the carrier is off. Please turn on the radio n try again... I mean IT SHOULD OPEN with internet wifi? WHY do network carrier sim to open the web page?

    I have checkd my browser settings and they are default and also my wifi settings I have reset the... the problem still persists?

    any idea wats going on?

    Please help is needed I'm annoyed about this problem...

    Thank you

    MR. KIWI... Good news... .i went to my carrier service center... Solvedo Problemo!

    Go to your service books and remove directories of service WAP browser in all directories of service WAP 3 I don't know the exact name, but all are related to the browser... WAP config something like dat... Just remove dem... .and HARD restart your fone... and try to use only wifi on your device with your carrier network off...

    mine worked... Let me know on urs... so now, the browser uses my wifi instead of my network provider when both are running...

Maybe you are looking for