Default.css ...messing with me

Well, still new at this...
I made another template identicle to this one
http://intensittv.com
then went back to this and found that this whole default.css
file is the reason it's making me have to go back and start all
over again... and then, it screws with the new template on the
photo page all over again.
i don't know what to do.

>>it makes no sence
Actually, sorry to say, your message is what makes no sense.
There is no
"automatic" CSS files. DW doesn't just attach CSS files on
its own. I have
no idea what, "it keeps popping up as a back up tab on it's
> own" means.
The default.css file you refer to has an invalid link
(<link
href="file:///C|/IntensiT/eclipse template
backup/eclipse/default.css"
rel="stylesheet" type="text/css" />
) so it can't be affecting the page display. Based on that
link it looks
like you didn't define your site correctly in DW.
You have a lot of code errors. They may be part of your
problem:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fintensittv.com%2F
Walt
"raquii" <[email protected]> wrote in message
news:g2q3sv$pj5$[email protected]..
> well walt,
> basically what i stated above.
> i don't understand how the defualt.css is able to stand
alone for all my
> pages
> at intensitytv.com. that's exsactly what it's doing.
> i have a page done for the index.html and now one for
the photo page
> (gallery.html) when i went back to make additions to my
index.html, it was
> all
> screwed up. it looked similar to how i left the
gallery.html. then i
> noticed,
> there's this default.css file. it keeps popping up as a
back up tab on
> it's
> own. i never summon it. it seems that this is an
essential file and has to
> be
> up while i'm working on a file (index.html,
gallery.html, whatever) and
> it's
> only one. i don't see one for just the index.html and a
separate one for
> the
> gallery.html, and so on.... it's just one.
> do i have to have a separate folder for each .html page
i work on so that
> this
> auto default.css can separate itself?
> how does this work.
> it's messing up my work. it's making me start all my
pages all over again
> all
> the time. it makes no sence.
>

Similar Messages

  • Embedding a font with a library's defaults.css file

    When I add the font-face and font-family declarations to my defaults.css file in my lib, the compiler complains about not being able to find the font.  I've included the font in the lib's assets, so what else do I need to do to make it see it?

    the textfield that has the embedded font should display without problem.
    if you have other textfields that you want to use that font, you must create a textformat instance, assign its font property to match the linkage id of the library font and then you must enable the other textfield's embedFonts property and you must assign the setTextFormat() and/or setNewTextFormat() methods to your other textfields.

  • Removing warning for "Default CSS file not found."

    I am getting this warning in Flash Builder:
    "Default CSS file not found."
    I can not for the life of me figure out how to get rid of it. Any suggestions?

    Default css file can be specified as a compiler option (per SWC, I think).
    See http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_14.html
    For example, flex framework has a default CSS file: C:\Program Files\Adobe\Adobe Flash Builder 4\sdks\3.5.0\frameworks\projects\framework\default.css
    Do you have some library project or a swc with default css file option turned on, but the css file is missing?

  • Version control not synchronizing the rhvariable.apj and default.css

    After we had many problems with the 8.0.2 update, we managed to get a compile that was mostly correct and it buys us a couple weeks.  We are still having problems with the rhvariable.apj and the default.css files.  We had to edit the .cpd file in MS Access to get our global variables back from just before the update.  I did not want to manually enter 800+ variables again.  If my colleague edits the rhvariable file, i can't edit the file and i get an error.  If I edit the file, he can't read my file.  In order to get a compile with the variables we cut and pasted my variables into his .cpd file and it worked, but, now we are adding more variables and changing others resulting in only one of us having a working copy.  My system complained about the default .css which did not come down from the server so i just pasted his file to my directory and it is working but we are having problems editing that file also.  This is crazy.  The 8.0.2 really hurt us and is still hurting.  We are trying to run with it but having some significant problems.
    Got any ideas?

    Try this test.
    Create a new project and create a variable with no value. Close the project and open rhvariable.apj with a text editor. You will see nothing has been saved, the variable name will not be there.
    Now open the project and enter a value. Close the project and open the rhvariable file again, now you will see the variable and the value.
    This seems to confirm that RH does not allow a null value variable to be created in the rhvariable.apj file. It may show it in the interface but that was not the problem.
    See www.grainge.org for RoboHelp and Authoring tips
    Follow me @petergrainge

  • Defaults.css File issue

    Hi Guys,
    I have been trying to understand the issue revolving around defaults.css file in a Flex Library project. Here is my scenario,
    I  have the following 3 library projects and they have their own defaults.css
    1. Component-1.swc ( this is a defaults.css in it )
    2. Component-2.swc ( this is a defaults.css in it )
    3. Component-3.swc ( this is a defaults.css in it )
    I am trying to merge all the above SWC's into a single SWC named framework.swc using the maven dependency element as shown below.
    <dependencies>
           <dependency>
                 <groupId>com.ui</groupId>
                 <artifactId>Component-1</artifactId>
                 <version>${project.version}</version>
                 <type>swc</type>
                 <scope>internal</scope>
           </dependency>
           <dependency>
                 <groupId>com.ui</groupId>
                 <artifactId>Component-2</artifactId>
                 <type>swc</type>
                 <version>${project.version}</version>
                 <scope>internal</scope>
            </dependency>
           <dependency>
                 <groupId>com.ui</groupId>
                 <artifactId>Component-3</artifactId>
                 <type>swc</type>
                 <version>${project.version}</version>
                 <scope>internal</scope>
             </dependency>
    <dependencies> 
    this results in framework.swc with a single defaults.css ( any one out of the three defaults.css file ). Can someone help me understand why this is behaving like this ? My guess is that it is trying to replace the defaults.css file when a dependent file was included in the file swc. But why ??
    Any response is greatly appreciated.
    thank U!

    That's because you're creating a class.   You don't need a class to style HTML selectors.
    HTML selectors don't contain any prefixes.
    h1 {color:teal}
    h2 {color:brown}
    h3 {color: maroon}
    Classes contain a dot prefix and must be referenced in the HTML.
    .classname {color:pink}
    <h2 class="classname">This class is pink</h2>
    Nancy O.

  • HELP...I can't reset default views...how do I set "designer view" to default that shipped with product.

    Help...how do I reset "Designer View" to what shipped with product.  I was using a tutorial and totally messed up the designer default view, and cannot restore it by going to workspace "Designer View" reset...it just resets it to the same corrupted view.  I seem to be stuck in live mode with no buttons to come out of live mode.

    While in the Designer space, have you tried choosing Windows > Workspace Layouts > Reset 'Designer' ? If that doesn't work, you may have accidentally overwritten the default Designer workspace with the one you see now. If that's the case, one (pretty drastic) alternative is to reinstall. Another less drastic approach, is to replace the Designer.xml in your user Configuration > Workspace folder with the one I've attached.
    Let me know if you need help finding your user Configuration folder.
    Best - Joe
    Joseph Lowery
    Author, Dreamweaver CS4 Bible

  • Include In Head adaptive Tag and Webcenter Default CSS questions

    Hello I'm fairly new to Webcenter
    I`m currently working on a project that`s requiring us to do a lot of customizing of Templates and Stylesheets changes, I have a couple of questions I was hoping someone might be able to help me with.
    1) I want to inject some code into the page header of all webcenter pages. I understand that there is an adaptive tag "includeinhead", documented here:
    http://download.oracle.com/docs/cd/E13174_01/alui/devdoc/docs60/Portlets/Adaptive_Portlets/Using_Adaptive_Tags/plumtreedevdoc_integration_portlets_adaptive_namespacetoken.htm
    This works, for the most part. However, for IE I would like to include the 'ie shim' which fixes behaviours for IE (adding things like border radius), etc...this code goes as follows:
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    As you can see, there are 'comment' tags that are not really comments, but directives to IE to process the script. This unfortunately gets parsed out by webcenter because (I assume) it just sees the whole block as a comment...So I am wondering what can be done about this.
    2) I am wondering where the 'default' stylesheet that webcenter uses resides. By default, I am referring to the styles that get applied in the cases where tags are not defined in the skin file. I am having some difficulties around this because often Webcenter injects inline CSS into the controls where I don't really want it to... For example, in the "panel header" control, webcenter injects code for the title field and automatically sets the width of the cell. I would like to override this and control it completely.
    Thanks.

    Is that really a big deal or is it ok .... ? I'm always thinking .... oh god how heavy that is , anytime you call up the page the browser has to go through all that first ... is it actually ok or are there any tricks or tips ?
    It's always a good idea to worry about how heavy the LINKED files are since they contribute to the overall weight of the page.  The contribution of the links themselves, though, is negligable.  There is also benefit in managing the order in which those links appear.  Put CSS links first and follow them with javascript links (since the CSS will affect the page rendering, while the javascript most likely will not), so the browser can begin to render the page even while it's waiting for the js files to be fetched.
    2 - Templates are great but If a spry is only needed on some pages,how do we handle that ? By setting up another template ? Or is there a better way ?
    If you are applying Spry effects to a Template child page, DW is smart enough to drop those links into the editable region in the head of the page (which is what it should do).  Just make sure that the editable region falls BETWEEN your CSS links and your JS links to allow you to arrange things as mentioned above.  There is never a real need to have more than one Template per site.
    3 - is it better to have 1 single compressed css file with ALL styles in it or various css files ?
    There is a small performance hit everytime you have to go back to the server for another file.  So two pages of the same overall weight, one with 1 externally linked file, and the other with 10 externally linked files will show a difference in their download time.  How significant that difference is will depend on many variables, but it will be a real difference.  That being the case, it's always better to opt for a single file than multiple files.  Practically speaking, the difference will usually be small, especially when you consider how small these 'incremental' css files usually are....

  • Defaults.css sporadically ignored

    I have a shared library project that specifies skins for common elements (scrollbars, buttons, etc.) in a defaults.css file.  The AIR and Flex applications that use this library usually pick up the styles fine, but sometimes they seem to be overridden by normal skins.  Skins for custom components are always found, as there's no other skin specified for them anywhere.  Components from other shared libraries with local skins also often default to their library skins rather than the local ones.
    Sometimes I can resolve this by cleaning my projects a few times.  I've hit it a few times though where even cleaning didn't resolve the problem, and the only resolution was to delete all of the projects and check them out of SVN again.  Is this a known issue?  I can't produce it consistently enough to create a test case to attach to a Jira.

    hello,Darrell
    I created a new set of Flex component library slib.swc (Flex 4.5). Would also like to have a default style. defaults.css file, making it the default style of the component library.
    Like flex the builder install directory of sdks \ 4.5.0 \ frameworks out \ libs directory has a spark.swc file, open with Winrar will see defaults.css this file. Defaults.css file defines the default style of the flex spark components.
    How can it be achieved?
    As follows
    slib.swc contains a CLabelEx components, and a defaults.css file
    defaults.css source file as follows:
    @ namespace s "library :/ / ns.adobe.com / flex / spark";
    @ namespace mx "library :/ / ns.adobe.com / flex / mx";
    @ namespace cn "http://os.slib.cn";
    cn | CLabelEx
            styBackgroundAlpha: 1;
            styBackgroundColor: # 569CC0;
            styBorderAlpha: 1;
            styBorderColor: # 569CC0;
            styBorderWeight: 1;
            styCornerRadius: 3;
    In slib.swc the application MyLabel.mxml of the source file as follows:
    <? xml version = "1.0" encoding = "utf-8"?>
    <s: Application, the xmlns: fx = "http://ns.adobe.com/mxml/2009
                               xmlns: s = "library :/ / ns.adobe.com / flex / spark"
                               xmlns: mx = "library :/ / ns.adobe.com / flex / mx"
                               xmlns: cn = "http://os.slib.cn
                               the minWidth = "955" The minHeight = "600">
            <fxeclarations>
            </ fxeclarations>
            <cn:CLabelEx x="67" y="112"/>
    </ s: Application>
    I hope CLabelEx default use cn | CLabelEx, style to display its appearance.
    I refer to above approach, but failed to achieve. Can you please re-Detailed
    thanks,

  • Gnome Crashes on Login after messing with dual monitor settings

    Gnome displays the sad monitor and has the error message "..something has gone wrong..~" and will force me to log out. I've only started to experience this after messing with dual monitor settings in nvidia. The dual setup(twinview) worked but once I rebooted, I couldn't get it going for awhile.
    Here's my xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig:  version 285.05.09  ([email protected])  Fri Sep 23 19:18:19 PDT 2011
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
        # generated from default
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
        # generated from default
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "Unknown"
        HorizSync       28.0 - 33.0
        VertRefresh     43.0 - 72.0
        Option         "DPMS"
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
    EndSection
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
       #Option         "TwinView" "True"
       #Option         "MetaModes" "nvidia-auto-select, nvidia-auto-select"
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection
    I commented out below to get it in again, but it still feels shaky and unstable to log in now. Sometimes I will get the error and after a log out and login, it'll work.
      #Option         "TwinView" "True"
       #Option         "MetaModes" "nvidia-auto-select, nvidia-auto-select"
    Extra Notes: I have another desktop session with awesome installed(uninstalled now) and could log into that no problem. Awesome was giving me troubles so I uninstalled it. I have 2 gnome desktop sessions, my regular gnome session(the one that crashes), and the other with no window manager(never crashed on startup).
    I installed awesome around the same time as configuring the dual monitor setup.
    Thanks.

    Update.
    The crashes are to be expected now. I'm circumventing the whole thing by logging into my other Gnome session without a window manager, logging out and then logging back into my regular Gnome with Metacity.
    I've noticed the tty1 sessions(not sure what's it's called) is strange. Apparently my session runs on tty8 but when I try logging in, it'll crash me and tty7 gives me a blank screen with a blinking underscore. The other tty1s work regularly. Not sure if this has anything to do with it.
    Is there a way to just reset the Gnome settings?

  • Defaults.css in library used in mobile app ignored

    Hi
    I have 2 libraries:
    - library A is a set of universal controls with default skins.
    - library B contains more specific components used in few projects. It also contains default skins and defaults.css. This library uses library A.
    Problem:
    - When I use library A in a desktop application everything works fine.
    - When I use library A in a mobile application everything works fine.
    - When I use library B in a desktop application everything works fine.
    - When I use library B in a mobile application I get a runtime error for the components from library A: "Skin for MyApp0.BlaBla4...MyComponent33 cannot be found.".
    In the last case css from library B is used but css from library A is ignored...
    If I copy styles from defaults.css(A) to defaults.css(B) I get expected result, but this is not how I want to make it work.
    I want the library B to override styles from library A, just like it does in 3rd test case, not replace all stylesheet.
    Note that none of the application projects defines another stylesheet.
    Any ideas?

    After a bit of trial and error I finally got it. To be able to include a defaults.css file via an ant build there are two things you need to include in the build script.
    1)  Inside the opening compc tag, you need to define a value for defaults-css-url that is a string containing the absolute path to your defaults.css file.
    2)  A nested <include-file> tag with the following arguments: name="defaults.css" path=path to defaults.css
    So for example, if your defaults.css file was located in assets/styles the compc segment of the build script would look somethng like this:
    <compc output="${Workspace_Path}/MyLib/bin/myLib.swc"
                  defaults-css-url="${Workspace_Path}/MyLib/assets/styles/defaults.css" >
         <include-file name="defaults.css" path="${Workspace_Path}/MyLib/assets/styles/defaults.css" />
    </compc>

  • Is Quicktime 10 messing with my FCP/Compressor exports?

    Just upgraded to Snow Leopard which included QT10, which is utterly useless.
    Anyway, besides my general dislike of the new QT10, I have a feeling the newly installed ProRes codecs associated with the upgrade are messing with my exports from both FCP & Compressor. We shoot HD, and often export cropped 4x3 versions of that HD. I just exported a batch of sequences at Apple Pro Res 422 960x720 from a 4x3 sequence.
    When I open that in Quicktime, it has been stretched to be anamorphic. If I import into FCP, it tells me that while the frame size is 960x720, the pixel aspect ratio is HD (960x720). Only when I set this to square do I get the proper 4x3 aspect ratio I desire. Likewise, a batch I sent out from Compressor the other day had the same problem.
    The solution I've found is that, in Compressor, I have to force the export to be set to square pixels. Easy enough I suppose. But my question is, why does Pro Res (with the new QT10 and ProRes codecs installed) now default to this HD (960 x 720) pixel aspect ratio and default to giving me stretched footage? If the HD footage I'm shooting is square pixels, why is ProRes trying to do anything else with it other than keep it at square pixels?
    Also, will Apple create a Pro version of QT10, because as it is, its useless for video work. QT7 Pro is a pretty helpful utility for those of us in video post-production, I'd hate to see that go away and be replaced with QT10.
    Message was edited by: rw-media12

    Bumping to see if anyone has any thoughts on the matter or if anyone had similar problems...

  • Upgrade to v5.0 added a "default calendar" but with all my data in it

    Blackberry Curve 8900.  Despite backing up beforehand the installing 5.0 still messed up my setups and programs as it has in the past.  This time I find a new calendar called default instead of using the existing calendar based on the name of my email account that I sync with my iMac.  Now all my appointments have been taken and nothing left in my own email.  I have designated my old calendar as the default but that seemed to have made no difference.  I am never, never going to upgrade again.  It screws up everything and backing up (I do it all on a PC) does not protect my existing setup completely.  I wish RIM could figure out how to upgrade an OS while leaving your settings and software alone.  Other systems seem able to do that.  I really prefer to use my smart phone more than to be fixing it.  I don't like to be crabby but it has so time consuming.
    Is there anything I  can do about this to get the appointments where they belong?  Thanks for any help.
    Solved!
    Go to Solution.

    Sorry but I found the fix I need.  I did a different search which sent me to a paper that told me how to merge calendars.  you open the  calendar go to 'menu> options'     When it opens type'MOVE' (IMPORTANT as this threw me off for awhile, there is no window for typing, just type it). a menu then asks if you want to merge all calendars which then works.
       I have to say the paper is full of reasons (incomprehensible to me) why the upgrade messes with your setup in the first place.  I have an ipod touch and upgrades are seamless.

  • Need to understand RH7's default.css

    Hi all,
    A few months ago, I did my first couple of projects using
    RH7_for_HTML (with the help of this forum). I came with a thorough
    understanding of MS Word styling, so I knew what I was looking for
    to get the type of control I am used to having in Word, and also I
    already had a fair understanding of HTML/CSS.
    However, I had trouble controlling RH7's styling using just
    the RH 'Styles' dialog box. I didn't *completely* understand the RH
    'Styles' dialog box (although I have used a lot of different style
    systems in various authoring apps) and also didn't *completely*
    understand why RH was producing the default.css styles sheet that
    it did.
    So … instead of spending more time grappling with it
    (it was time to actually write some content and prove my
    worth…), I decided it was time to ignore the 'Styles' dialog
    box and instead I enlisted the aid of a pretty sophisticated
    external HTML editor ( MS Visual Web Developer 2008) and got where
    I wanted to go.
    I also included incremental definition (cascading) of styles
    within the style sheet so that, e.g., if I want to change the font
    or indentation or whatever of all the styles in one go, then I only
    need to modify one "base" style in the sheet instead of modifying
    all of the styles. I couldn't figure out how RH7 supported this.
    Now, after a break for a while, I am returning to RH7 for my
    next project, and this time I would like to set up a professional,
    correct, clean work environment of template, stylesheet(s) and
    styles. To do this, maybe I can carry on ignoring the 'Styles'
    dialog box. Or maybe not. I don't know. Anyway, I am curious about
    what the Style dialog box does. Specifically, I hope somebody can
    help me understand the following:
    (1) I see that in default.css, there is a definition for H1
    and LI.H1, as below. (Same for H2…H6.)
    What does LI.H1 give us?
    H1 {
    font-weight: bold;
    font-size: 24.0pt;
    LI.H1 {
    font-weight: bold;
    font-size: 24.0pt;
    (2) Similarly there is a definition for P and LI.P, as below.
    What does LI.P give us?
    P {
    font-size: 12.0pt;
    margin-top: 0pt;
    margin-bottom: 0pt;
    LI.P {
    font-size: 12.0pt;
    (3) I experimented with the List style. I used the Styles
    dialog box to create a numbered list style, which I named
    'List_L1'. RH added to its default.css file the following CSS
    definitions:
    P.List_L1 {
    list-style: decimal;
    LI.P-List_L1 {
    list-style: decimal;
    (4) What *exactly* is the meaning of the 'Other' tree in the
    'Styles' pane of the 'Styles' dialog box?
    I understand the definition P.List_L1, but for what purpose
    is LI.P-List_L1?
    (I had been wondering if the purpose of the LI (in (2),
    above) was to prepare some sort of list version for P, but when I
    actually created the list style (here in (3)) the LI.P was
    ignored.)
    TIA,
    - avi

    Hi Peter,
    Thanks for joining the thread. Now that you have, maybe I can
    drag you by the nose a bit and get you to answer a few more
    questions further below.
    First, about trying to repeat Ben's RH7 test: I am now back
    at my office PC with RH7 (the RH8 at home is a just a trial
    version).
    Using RH7, on a fresh new project with a fresh 'default.css',
    I just tried the same little test as Ben, and I got:
    <ol style="list-style: decimal;" type=1>
    <li class=p><p>List item a</p></li>
    <li class=p><p>List item b</p></li>
    <li class=p><p>List item c</p></li>
    <li class=p><p>List item d</p></li>
    </ol>
    Similarly, for the H1 test, I got:
    <ol style="list-style: decimal;" type=1>
    <li class=H1><h1>Heading a</h1></li>
    <li class=h1><h1>Heading b</h1></li>
    <li class=h1><h1>Heading c</h1></li>
    <li class=h1><h1>Heading d</h1></li>
    </ol>
    So that's a bit more voluminous than Ben got. Or maybe Ben
    just wrote an abbreviation of what he got. Ben? You looking in?
    (I just realized that I forgot to look at the default.css
    that RH8 produced. I will have a look when I get home.)
    >> This thread started with RH7. Now you have posted
    some RH8 HTML. They will be different.
    Thanks for pointing that out, Peter. Well, at least from
    that, we now earned your description of RH7 vs. RH8 and their
    motivations. Great, sublime. Bet not many people know all that.
    You've now made me into a professional…
    >> Using LI within the style sheet is not the same
    thing as applying an inline style (local formatting) in Word. It is
    effectively the same thing as a Class of a style. Because it is
    within the CSS, it is perfectly acceptable.
    I've had to chew on this a lot…
    Isn't this a relative thing? I mean, is it really sufficient
    that just because it is within the CSS, it makes it perfectly
    acceptable?". I mean, if you did this just as a shortcut, but you
    already have a good set of styles defined, but just couldn't be
    bothered to use them, then this is a "quick fix" and is not, as a
    rule, considered a professional thing to do.
    On the other hand I see your point that since something like
    "LI.P" is using separate, predefined styles, we are still
    separating presentation from content, which is not the case if you
    do local formatting in Word (and same for applying fonts and colors
    and the like within HTML tags).
    So in conclusion, I understand that the following definition,
    generated by RH7:
    LI.P {
    font-size: 12.0pt;
    is saying: "for the HTML element, LI, prepare a class of type
    P, and this is what will be applied whenever you apply a default
    list using one of the toolbar buttons (1-2-3) or bullets on top of
    a 'Normal' text." And similarly for LI.Hx.
    Btw, a pure CSS question, if I may. When RH7 generated the
    following:
    P {
    font-size: 12.0pt;
    margin-top: 0pt;
    margin-bottom: 0pt;
    LI.P {
    font-size: 12.0pt;
    isn't there instead an abbreviated CSS way of doing this that
    avoids the duplication of attribute definitions and instead uses
    some sort of inheritance that allows LI.P to inherit the font size
    from P?
    Further question: from your description of RH7 vs RH8 when
    you press Enter, what would be the issues when upgrading a project
    created with RH7 (and utilizing the styles in default.css) to RH8?
    One more question. If I could give this topic a new name,
    what would be a better name?
    Maybe:
    '"Can I ignore the RH7 Styles dialog box?"
    - or -
    "Should I ignore the RH7 Styles dialog box?"
    - or -
    other?
    TIA
    - avi

  • I have Type kit turned OFF, so why is it still messing with my documents Adobe?

    I have Type kit turned OFF, so why is it still messing with my documents Adobe?
    Yet again you have managed to "fix" something that was not broken.
    Creative cloud has been nothing but aggro since I installed it, wish I could stay on CS5......not that that is much better mind.
    I have created documents with the fonts installed before I swapped to CC, now when I open them it replaces the font with default Myriad and the correct font has gone from my fonts menu. Why? the fonts are obviously already installed otherwise how would I have created it in the first place?
    Please sort this out Adobe, your products used to be the industry standard. Now they are just SUB STANDARD with no competition, and most users feel they are being short changed because we don't have any other option. Not really good enough is it?

    I have the same problem were you able to fix it?

  • Indesign CS6 default CSS created - How to disable

    I am facing an issue in Indesign CS6 where in when I export the book to epub, Indesign CS6 automatically creates its own CSS.
    With this version of InDesign CS6, it adds our CSS document to InDesign's automatically created CSS, instead of replacing it. So there are two .css documents, both linked to all the XHTML documents. It does this even if the "CSS options" are not clicked. It just creates a much shorter default style sheet with rules for body, div, and all images.
    Request someone to please provide a solution where I can off the automatic created CSS while exporting to ePUB.
    Regards
    Arvind

    The solution is to upgrade to InDesign CC, where you can choose whether or not InDesign CSS is included.
    Since CS6 will never be upgraded, that's really the only way, except to manually edit the CSS. There have been major advances in EPUB export since CS6 in the past two or three years in the Creative Cloud versions.

Maybe you are looking for

  • Newbie question with Netbeans: How do I get a component in a panel

    I've made a class called PatternComponent that extends JComponent which draws some patterns and stuff that I specify. I've been using a very basic GUI that I threw together in eclipse, but I need to clean it up and I've decided that NetBeans is more

  • How can i use multilist box in

    How can i use multilist box in order to fetch parameters from user ex selection-screen begin of block blk1. parameter :   s_maktx like makt-maktx,               p_maktx(18),               s_werks like mard-werks,               s_lgort like mard-lgort

  • Calling Oracle Stored proc with record type and table Type

    I have a oracle SP which takes record type and table Type which are used for order management. Is there anay way to populate parameters with these datatypes and call the stored procedure using ODP.NET? Please help. Thanks in advance

  • Duplicate record identifier and update

    My records look like  Name City Duplicateindicator  SAM   NYC   0 SAM   NYC1 0 SAM    ORD  0 TAM   NYC  0 TAM   NYC1  0  DAM   NYC  0   for some reason numeric character are inserted into city which duplicated my records ,  I need to  Check for the d

  • Doc View interface

    Has anyone done an interface to the document management system "Doc View"? We have a need to synchronously look up documents in Doc View and return the status back to SAP. We want to know if the doc was found (Y or N) and in another interface actuall