Dynamically reconfiguring P - NOT!

I have several paragraphs.
<P> is styled on my external CSS style sheet.
I have a some paragraphs in some documents that I want to
make BOLD so I
select the paragraph and click the
on the properties panel.
Instead of making that paragraph <STRONG> - DWCS4
changed my stylesheet
definition of <P> so that all of the paragraphs in all
documents that use
that stylesheet have all of the paragraphs BOLD...
I've just been going into the code and editing the special
<P><strong>paragrphs</strong></P>
Don't know if it's a bug or if I need to change some kind of
preference
setting or something.
It's just that today, this time, it annoyed me...
Been putting in some long hours on this stuff and am tired.
Thank you for listening to my rant...
I'm going to go tell the wife how pretty she is and go to
sleep.
Tomorrow I'll be more patient and make fewer mistakes.
Dan H.

>Are you sitting comfortably? Then I'll begin...
Wow! "Listen with Mother" - showing your age David (oh dear,
me too)
Jo
"David Powers" <[email protected]> wrote in message
news:[email protected]...
> [email protected] wrote:
>
>> Instead of making that paragraph <STRONG> -
DWCS4 changed my stylesheet
>> definition of <P> so that all of the
paragraphs in all documents that use
>> that stylesheet have all of the paragraphs BOLD...
>
> Yes, that's exactly what's meant to happen. It's not a
bug. Are you
> sitting comfortably? Then I'll begin...
>
> In Dreamweaver CS4, there are two buttons on the left of
the Property
> inspector: HTML and CSS. When the HTML button is
selected, clicking the
> Bold button inserts the HTML <strong> tags. When
the CSS button is
> selected, clicking the Bold button uses the CSS property
font-weight:
> bold.
>
> So, HTML button + B: <strong>
> CSS button + B: font-weight:bold;
>
> When using the HTML button everything is as you have
been used to in the
> past, but the CSS button displays a new field called
Targeted Rule. The
> reason all your paragraphs have been made bold is
because you clicked the
> Bold button when Targeted Rule displayed <p>.
However, if you hadn't
> already created a style rule for paragraphs, Targeted
Rule would have
> displayed whichever rule applied to the current
selection, and any change
> would apply to all elements covered by the same rule. If
no rules applied
> to the current selection, you would be prompted to
create a new CSS rule.
>
> The Targeted Rule field governs everything that happens
when the CSS
> button is selected in the Property inspector. When you
first get caught
> out like this, you think WTF. But once you get used to
the concept, you'll
> discover that the Targeted Rule field is very useful.
For example, you
> could change the font-size or colour of all paragraphs
very quickly
> without needing to open the style sheet.
>
> You can click the down arrow to the right of the
Targeted Rule field, and
> select another rule, <New CSS Rule>, or <New
Inline Rule>.
>
> By the way, I hope your wife appreciated being told she
was pretty. ;-)
>
> --
> David Powers
> Adobe Community Expert, Dreamweaver
>
http://foundationphp.com

Similar Messages

  • Support for Memory Dynamic Reconfiguration Capability

    Hi,
    one of the exiting new features of the new Solaris release is "Memory Dynamic Reconfiguration Capability" for logical domains.
    but , will it work with ldom manager 1.3 or do we have to wait for a new release of ldom manager ( and firmware maybe ? ) to support it?
    if so - is the new release going to be release soon ?
    thanks in advance,
    Ori

    I, too, saw the announcement for Solaris 10 9/10 and the comments about ldm 2.0 but have not seen any comments on any of the support forums. I wonder if we lost the interest of Oracle and need to find a new source for ldm information.
    have a good day,
    Glen

  • MMCM ISERDESE1 IODELAYE1 dynamic reconfiguration

    Hello,
    Is there a way to dynamically reconfigure parameters (generics) of an MMCM, ISERDESE1, and IODELAYE1 for Virtex 6 FPGA. Meaning, there are many parameters that can be set in the HDL. If I assign a register to modify these parameters at run-time rather than at compile time, is that possible?
    For example what I want to do is change the taps of IODELAYE1 of Virtex 6. There are 64 taps for input delay and output delay. I want to change the taps for input delay on the fly without having to re-compile the code over and over again.
    Thanks

    You have to read the user guides for these devices. The answer for most things is "yes", but the mechanism is pretty different for each device (and few of them are done the way you describe).
    The IDELAY  and ODELAY have mechanisms for dynamically adjusting the tap settings. Depending on the architecture (V4/V5/V6/7 series, and even in its own bizarre way S6), you can increment or decrement the tap settings by one count at a time on the fly (every couple of clocks). In the later ones (including V6)  you can also force a parallel reload of the tap values by providing a 5 bit value for the tap setting. These are all documented in the I/O User Guide for your device. Also, in the V6 there are only 32 taps available (not 64, as you say in your message).  See UG361 for an entire section on the IODELAY.
    For the MMCM it depends on what you want to adjust. There is a single adjustable phase shifter that can be incremented/decremented in a similar manner to the IDELAY. See the "Dynamic Phase Shift Interface" in UG362.
    Other values of the MMCM can be reprogrammed, but to do that you need to use the Dynamic Reconfiguration Port (DRP) of the DCM. This requires you to implement a small controller to address the registers within the MMCM to change the values, which can be fairly complex to do. You also need to reset the MMCM after using the DRP to allow it to re-lock (so it can't be done "live").
    Avrum

  • Why Dynamic Parameter is not working, when i create report using stored procedure ?

    Post Author: Shashi Kant
    CA Forum: General
    Hi all
    Why Dynamic Parameter is not working, when i create report XI using stored procedure ?
    Only i shaw those parameters which i used in my stored procedure, the parameter which i create dynamic using stored procedure
    is not shown to me when i referesh the report for viewing the results.
    I have used the same procedure which i mention below but can not seen the last screen which is shown in this .
    ============================================================================================
    1. Select View > Field Explorer2. Right-click on Parameter Fields and select New from the right-click menu.3. Enter u201CCustomer Nameu201D as the name for your parameter4. Under u201CList of Valuesu201D select u201CDynamicu201D5. Under the Value column, click where is says u201Cclick here to add itemu201D and select Customer Name from the drop-down list. The dialog shown now look like the one shown below in Figure 1. Click OK to return to your report design.
    Dynamic Parameter Setup6. Next, select Report > Select Expert, select the Customer Name field and click OK.7. Using the drop-down list beside select u201CIs Equal Tou201D and using the drop-down list, select your parameter field (it should be the first field). 8. Click OK to return to your report design and see the parameter dialog.The parameter dialog will appear and show you a dynamic list of values that is updated each time your run your report. It couldnu2019t be easier! In our next tutorial, we will be looking at how to use this feature to create cascading parameter fields, where the values are filtered by the preceding selection.
    Dynamic Parameters in Action
    My question is that whether dynamic parameter is working with storedprocedure or not.
    When i added one table and try to fetch records using dyanmic prameters. after that i am not be able to find the dynamic parameter option when i referesh my report.
    One more thing when i try the static parameter for my report, the option i see when i referesh the screen.
    Please reply soon , it's urgent
    Regards
    shashi kant

    Hi Kishore,
    I have tested the issue step by step by following you description, while the first issue works well in my local environment. Based on my research, this can be caused by the lookup expression or it indeed return Male value based on the logic. If you use the
    expression below, it will indeed only return the Male record. So please try to double-check the record in the two datasets and the expression in your environment:
    =lookup(first(Fields!ProgramID.Value,"DataSet1"),Fields!ProgramID.Value,Fields!Gender.Value,"DataSet2")
    As to the second issue, please try to use the following expression:
    =Count(Lookup(fields!ProgramID.value,fields!ProgramID.value,fields!Gender.value,"DataSet2"))
    Besides, if this issue still exist, in order to trouble shoot this issue more efficiently, could you please post both the .rdl  file with all the size properties to us by the following E-mail address?  It is benefit for us to do further analysis.
    E-mail: [email protected]
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Can someonoe please assist me in my Adobe Photoshop CS6 Extended.  I keep getting a 'Couldn't Complete Your Request because Dynamic Link is not Available?" Is there a way of getting a software patch for this problem?  I thought you didn't need extra softw

    Can someonee please assist me in my Adobe Photoshop CS6 Extended.  I keep getting a 'Couldn't Complete Your Request because Dynamic Link is not Available?" Is there a way of getting a software patch for this problem?  I thought you didn't need extra software.  My software other than that problem works fine.

    Couldn't complete what request?   Way more information please.
    What operating system?

  • Dynamic Configuration is not called in End to end processing

    Hi,
    I am working on scenario Proxy to File. From the source side, they are sending the target file name in the proxy. So for that we are implementing the dynamic configuration.When the proxy is triggered from ECC, the dynamic conf is not called. I am not able to see the Dynamic configuration in SXMB_MONI. But when i send the same payload through RWB, i m able to see the Dynamic conf in SXMB_MIONI and the target file is getting generated.
    Please suggest the solution for this.
    Thanks,
    Soumya.

    Hi,
    I feel the dynamic configuration should be accessed at the runtime and not generated.  We have had similar scenarios where we built the file name at runtime accessing the payload.
    Try using the below UDF for a dummy field on target side and the field carrying file name on source side..
    public String setDynamicFileName(String Key, String Value, Container container)throws StreamTransformationException{
    DynamicConfiguration conf = (DynamicConfiguration) container
        .getTransformationParameters()
        .get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create(
        u201Chttp://sap.com/xi/XI/System/Fileu201D,
        u201CFileNameu201D);
    conf.put(key,value);
    return("");
    This should work as long as you are passing a value in source field.
    Thanks
    Amit

  • CST and Dynamic Reconfiguration

    I have installed the Configuration and Service Tracker add on for SMC 3.0 update 4. Works great except for systems that support Dynamic Reconfiguration. These boxes sporadically send CST alerts that a hardware change has been made. The comment is Dynamic reconfiguration changes. Is there something I'm missing? I cant see anyplace to set this in the CST console

    Insufficient security privilege to load module.Agent in remote server context.
    And the user name is a member of the correct groups... lol

  • Dynamic Menu does not appear completely in RF Scanner Screen

    Hi,
    Problem is with the display of the dynamic menu on the scanner, Currently in R/3 4.6B system the whole SAP dynamic menu is visible on the scanner , however in ECC6.0 the dynamic menu does not fit on the scanner display entirely.
    Any ideas why this happens.?
    Regards
    Dedeepya C

    No replies.
    Closing Thread..

  • Premiere Pro to Adobe Audition Dynamic link does not work. Cannot edit audio in Audition.

    Trying to edit Audio from Premiere Pro within Audition thru the Dynamic link but it does not fire up Audition to edit. Seems like a common problem/bug. But no one has posted a solution. Please Help
    -Windows 7
    -Premiere Pro CC 2014
    -Adobe Audition CC 2014

    You dont understand it was all working fine in the previous Adobe versions. matter of fact you can go on youtube and see a couple of videos that shows the work flow between Premiere Pro and audition by way of Dynamic link. If you edit a video clip in Premier Pro and want to add some music or simply edit the audio that is contained in the video there was a time within Premiere Pro you can just right click "Edit in Adobe Audition" and Audition would open with the audio clip in place. Much in the same way Premiere Pro works with After Effects thru the Dynamic Link. The Dynamic Link is the bridge between applications to work with each other. For some reason Premiere Pro and Audition Dynamic Link is not working properly.

  • Creating dynamic internal table(Not field symbol table)

    Hi Experts,
    I am facing problem creating Intarnal table
    I have fieldcatalog, I want create dynamic internal table(Not field symbol table).
    I have written----
      CALL METHOD cl_alv_table_create=>create_dynamic_table
        EXPORTING
       i_style_table             =
         it_fieldcatalog           = it_fldcat
          it_fieldcatalog           = me->gt_fieldcat
       i_length_in_byte          =
        IMPORTING
          ep_table                  = lt_new_table
       e_style_fname             =
        EXCEPTIONS
         generate_subpool_dir_full = 1
         OTHERS                    = 2.
        ASSIGN lt_new_table->* TO <gt_dyn_repdata>.
        CREATE DATA ls_new_line LIKE LINE OF <gt_dyn_repdata>.
        ASSIGN ls_new_line->* TO <gs_dyn_repdata>.
    above logic creating dynamic field symbol table.... But I want create normal internal table.
    Thanks,
    Rajasekhar

    Hi
    What do you mean?
    It needs to use the field-symbol, this is the price to pay if it wants a dynamic object
    Max

  • How to determine one class is a dynamic one or not?

    hello,i got a simple question,like the title says.
    how to determine one class is a dynamic one or not?
    finally,i got an indirect solution.
    package {
    public dynamic class MyClass extends MySuperClass
    public function MyClass()
    super();
    this.isDynamic=true;
    this is a simple dynamic class,i defined a varible
    directly,it is ok with dynamic class though i didn't declare it.
    then in another class(parent class of this dynamic
    class),where i try to determine the instance of this dynamic class
    is a dynamic one or not.
    i will use one function "checkIsDynamic" to check that
    varible is exsit or not.then it will help me to determine what i
    want know.
    protected function checkIsDynamic():Boolean
    try{this["isDynamic"]}
    catch(er)
    return false;
    return true;
    if another child class of MySuperClass didn't defined this
    property,i can affirm it is not a dynamic class,or vice versa
    this function also can be expanded to another one:
    protected function checkProperty(prop:String):Boolean
    try{this[prop]}
    catch(er)
    return false;
    return true;
    it is an useful solution,defined in parent class,and to check
    the property is exist or not in child class.

    try adding a property to a class instance.

  • How to audit Dynamically Reconfigured domains?

    Hi,
    I hope someone can help me.
    Is there a way to know when domains have been added or removed using dynamic reconfiguration (DR)?
    Is there a Log File or a record of performance changes that will indicate when/ if DR has been done?
    Thank you so much in advance,
    E

    Hi,
    I hope someone can help me.
    Is there a way to know when domains have been added or removed using dynamic reconfiguration (DR)?
    Is there a Log File or a record of performance changes that will indicate when/ if DR has been done?
    Thank you so much in advance,
    E

  • Cascade 2 PLL_ADV in spartan-6 FPGA and dynamic reconfigure

    Can I cascade 2 PLL_ADV in spartan-6(XC6SLX25T) FPGA  and dynamic reconfigure them?

    Hi, , Of course the two PLL_ADV meet the requirements for VCO frequency. The output of first PLL_ADV connect to a BUFG and then to the CLKIN of the second PLL_ADV.
    You mean that if change the first PLL_ADV output with dynamic reconfigure, I must reset the second PLL_ADV and then dynamic reconfigure it ?

  • Re: Dynamic Action is not triggering in LSMW Recording

    Hello All,
    In SAP HRMS personnel actions if i do using LSMW Recording it is not triggering  the dynamic actions.
    Is there any mechanism to Trigger dynamic action in LSMW Recording ?
    How to find the differences in process with and with out recording ?
    Small help is also highly appreciated.
    With Regards,
    Sunil,
    +91-9903695384.

    Yes. Do one  thing. First study the dynamic action. Try to understand what the dynamic action is doing. Is it creating data in other infotype or is it updating some other table. Once it is clear what the dynamic action is doing then you can try to implement the same logic in LSMW. In LSMW there is a provision to add more than one recording and this recording can be called based on some logic..
    Thanks & Regards,
    Sandip

  • Dynamic image is not being displayed in Adobe Reader 8.1

    Hi,
    In interactive form, we have followed below required steps to show a dynamic image.
    For the left image, drag and drop an Image Field element from the standard Library tab to the Body Pages pane. Select this image field and edit the following properties:
    • Click on the Layout tab and choose None for the Caption position.
    • Click on the Object, then the Binding tab and choose None for Default Binding.
    • Click on the Field tab, enter $record.SapOnlineShopUrl for the URL entry, and select Use Image Size for the Sizing field.
    • Click on the script editor and enter the following FormCalc script statement, which enables the dynamic integration of the image. Show: initialize Script: this.value.image.href = xfa.resolveNode(this.value.image.href).value;
    Language: FormCalc Run At: Client
    Image is displayed properly in Adobe reader 7.1 but it's not being displayed in Adobe reader 8.1.
    I was going through some forums and understand that Adobe 8.1 blocks href URL. If this is indeed true, what's the alternative way to show a dynamic image?
    Regards
    Chandra
    Edited by: Chandrashekhar Singh on Apr 24, 2008 7:28 AM

    Soory, I thought its static image....
    Regards,
    Vaibhav Tiwari.
    Edited by: Vaibhav Tiwari on Apr 24, 2008 11:45 AM

Maybe you are looking for

  • Macbook Pro keeps randomly going to sleep.

    My OS Lion Macbook Pro keeps randomly going to sleep. There doesn't seem to be any pattern. It looks like I may have to get it repaired? Error report: Anonymous UUID:                    FAD976F2-BE76-43AB-BBA1-C958CBF03B63 Sun Aug 21 23:30:34 2011 pa

  • My macbook pro won't turn on unless it's plugged in

    I downloaded the latest software (mountain lion) about 2 weeks ago and ever since my laptop has been a bit slow. today when i was at uni, it wouldn't turn on at all despite having battery (the green lights on the side were lighting up). when i got ho

  • Build process for ejb iiop example

    Hello and thank you in advance, I'm trying to build the examples under iiop examples for WL6.1 (Win NT), and the 'ant' build xml file contains a tag line <createidl ... which causes the build to fail. I've been unable to find anything on this tag. Am

  • PE 2.0 working with existing slideshow

    I have had elements 2.0 for quite a while, but I just now decided to create a slide show. I was able to create one, but my pictures are not in the order that I want. I cannot find a way to work with the slide show once created. I need to be able to r

  • ILife Upgrade [9/26/07]-Does it help?

    I purchased iLife 08 when it came out, but have not installed it for fear of ruining my existing websites from all the problems everyone is having. Does the new iLife release help at all? I know there was no iWeb component in it, but I wondered if th