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

Similar Messages

  • 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.

  • Where is the path of default.css the .rpt file

    I'm trying to use CSS in my report file, I in research on the internet see much talk of "set css class" I know I can assign this way the NAME of the css class, but I want to change the file CSS in itself, where it is? which the 'path' of him
    and where I find this way in the file?
    I'm using MVC C # to load the file and export in stream that converts PDF to display in the browser.
    To create the file I use Crystal Reports for VS2013 and within the own VS I create the rpt file
    Looking into this rpt the way for the much-talked 'default.css' you see in the internet research.
    wanted to change the path or know where it is to include classes on it.
    thank you

    Hi Ludvig,
    Thank you for posting in MSDN forum.
    Since this forum is to discuss: Visual Studio WPF/SL Designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System, and Visual Studio Editor. About you said the
    path of default.css for the .rpt file issue, I suggest you can ask your issue directly on SAP Crystal Reports:
    http://scn.sap.com/community/crystal-reports/content?filterID=content~objecttype~objecttype[thread] for
    better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • 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.

  • Default css file problems

    I'm trying to use a default css file in a library project...  I'm using this in my library's compile arguments:
    "-include-stylesheet defaults.css /assets/styles/defaults.css"
    In defaults.css, I'm trying to assign a defautl skin like this:
    comp|Badge {
        skin-class: ClassReference('com.woo.skins.BadgeSkin');
    The problem is when the component is being newed:
    Main Thread (Suspended: TypeError: Error #1009: Cannot access a property or method of a null object reference.)   
        mx.core::UIComponent/getStyle   
        spark.components.supportClasses::SkinnableComponent/attachSkin   
        spark.components.supportClasses::SkinnableComponent/validateSkinChange   
        spark.components.supportClasses::SkinnableComponent/createChildren  
    What part am I doing wrong?  I'm hoping it's the -include-stylesheet part, I couldn't find a single example for using that.

    I assume you are using FlexBuilder to build and compile and not ant or the comand line correct? If so there are two things you need to check.
    1) Where is your defaults.css located? As long as it is in the root of your library's src directory (ie. src/defaults.css) you shouldn't even need to add that compiler option. When it builds a project, FlexBuilder looks for a file named defaults.css in this location and will use it to override the framework version.
    2) Go into your project properties -> build path -> assets tab. Make sure your defaults.css file is selected for inclusion.

  • How to set my own Default Css.

    Hi,
    I'm able to Change the CSS on selection of SelectOneChoice and binding to value to adf config file.
    but initialy getting the ADF default CSS,How can set my one of my CSS file as Default.
    IDE: JDeveloper 10.1.3.2
    Please Suggest me.
    Thanking You,
    Bandaru.

    Hi,
    not really clear what you want to achieve. To change the look and feel of the application to not use ADF browser look and feel you need to write your own skin. See the developer guides for what skinning is and what it does
    If what you mean is how-to switch the default skin upon start-up then this needs to be configured e.g. in a session variable (or wherever you read the current skin name from), which can be done e.g. in a servlet filter.
    Frank

  • 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>

  • 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.
    >

  • Need help understanding syntax

    Hi,
    I need some help to understand the following syntax .
    PPRAMImpl am = (PPRAMImpl)pageContext.getApplicationModule(webBean); What is this PPARAMImpl?
    I know "am " is a variable . And with pageContext.getApplicationModule(webBean) we are trying to get the AM name for that page, then why do we need to add (PPARAMImpl) before pageContext.getApplicationModule(webBean) ?
    For example in plsql , apps.testpkg.mainproc(param1,param2)
    means
    schema.packagename.procedurename(parameter1,parameter2).
    So can you explain "PPRAMImpl am = (PPRAMImpl)pageContext.getApplicationModule(webBean)" in that manner?
    pageContext.getParameter(EVENT_PARAM))
    What is this ?
    What are the possible values for EVENT_PARAM ? And by the way , I need help on setting a default value for one of my search parameters in a search region .
    Correct me If I am wrong, this is what I thought
    1. EOImpl has setters and getters for that attribute. So call the setter method in controller and set the value , if this is right then I don't know how to right the code ,can you give me some sample code ?
    or
    2. get the view object name and then set the value for that . like viewobject.setattribute('att name',att value'),if this is right then I don't know how to right the code ,can you give me some sample code ?
    Thanks
    Sri.

    Hi,
    No. These are not equal.
    pageContext.getApplicationModule(webBean) return AM of type OAApplicationModule.
    It would be fine if your variable am, is of type OAApplicationModule:
    OAApplicationModule am = pageContext.getApplicationModule(webBean) // this would be fine.
    But as you are using of type PPRAMImpl, you must have to type-cast that externally using:
    PPRAMImpl am = (PPRAMImpl)pageContext.getApplicationModule(webBean);
    If you are still not clear, then refer any java book or google for internal & external type-casting in java.
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • I need help understanding how the Apple components integrate to create a system across all my devices?

    I need help understanding how the Apple components connect to create a whole system across all my devices?
    Is there a resource that describes current system and associated functionality?
    For example:
    Buy A, B, C to achieve "X" 
    You will need:
    an internet provider which supports <specs>
    add D to achieve "Y"
    You will need:
    an internet provider which supports <specs>
    add "E" to achieve "Z"
    You will need:
    an internet provider which supports <specs>
    For example, I am looking at the Gen 6 Airport extreme.  For intended performance do I need broadband? if so what are the specs, or will basic internet service suffice?  Do I need the internet provider's modem or does the Airport extreme replace that?  And then I think, if I am doing this, I should also look at Apple TV....What do I need and Why?  Then I look at the New Desk top coming out in the fall, and I think well, if I wait and get this, what does this component do for the system, and what becomes redundant? What does this awesome desktop do for my ability to sit and use a new macbook air when I travel  or sit on the couch in my PJs?
    If there was a place that plainly stated "if you buy the new dektop you can configure a system including only these components and achieve <this result> and by adding <additional components> you will achieve this result.
    I have been to the genius store a few times, but I come out of there more confused unless I have SPECIFIC questions or already know what to buy. 
    A "System Configuration App" would be a really great sales tool--Just saying.

    I have no idea what "fully optimized" means.
    No Apple device will let you watch broadcast TV. The Apple TV is a good option for watching streaming TV from iTunes, NetFlix and Hulu. If you want to watch from other sources, you may need to look at other devices.
    Any Mac computer or iPad will allow you to surf the web.
    What business software?
    Time Capsule is a good option for back ups.
    Update what across all devices?
    For accessing documents from all devices, a service like Dropbox is your best bet.
    I have no idea what "step as far away from an internet provider as possible" means. If you want Internet access, you need an Internet provider.
    Lighting fast speed for what? Processor? The specs are listed for all devices in the Online Store. Internet? We're back to the service provider.
    Technology changes. The only way to keep pace with it beyond a couple of years is to buy new stuff.
    The bottom line is you need to look at the specs for devices availble and at your budget and decide what best meets your needs. If you are unable to do that on your own, there are lot of technology consultants out there who will, for a fee, look at your exact situation, make recommendations and even handle the purchase and set up. Perhaps that would be the best route for you.
    Best of luck.

  • 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

  • What's is the best way to use iPhoto? I need to understand.

    What's is the best way to use iPhoto? I need to understand.
    I guess the iPhoto is only for people with 5,000 of personal photos.
    Or even 200,000, but they can't use this app everyday.
    I'm not talk about working as a photographer. They use Aperture.
    They may use iPhoto like a family album that you take a look sometimes.
    And don't care about putting photos from the camera or from internet everyday.
    I have tons of music and I love iTunes 8, works great. So I tried but I can't stand iPhoto anymore.
    I have over 173,000 photos. My goal is organize, have total control, crop in Preview and delete them fast as I can.
    The iPhoto is too slow. And is not only about performance, more RAM... but the whole concept.
    Finder is much better/richer/flexible to organize than iPhoto.
    I'm not talking about the photographer workflow.
    And I'm not talking about editing and all these great photo features, the search, and all the iLife environment. They are amazing.
    When I'm iPhoto, I feel like a prisioner.
    I can't open an album/folder/event alone just to take a look, without do lanch the iPhoto app with the all thousand photos together. And it's slow.
    I can't use Quick Look there.
    So, I'll use Finder for manage/crop/etc. But what's the best way to use iPhoto in my case? Put the best/key ones there to use in iLife/MobileMe? To do a more serious editing? I like the features: keywords/ratings/hidden photos/events... It would be cool this features in Finder.
    For example:
    iMovie: Manage movies? NO. It's editng only.
    iTunes: Manage music/small video/podcast...? OK. Editing the song? OK for tags/convert/artwork/equalizer... For music there's a GarageBand of course.
    iPhoto: Manage photos? Yes and No.
    I think Finder would kill iPhoto incoporating all the editing features in Preview and the rich manage in Finder.
    Jobs said that no one care about iDVD anymore. They care about the web.
    Using iMovie to export to MobileMe.
    Maybe iPhoto become less important in a near future. With a better Finder+Preview Right?
    Sorry for this long text with a short question.
    Thanks.

    Your post demonstrates exactly why I keep saying that iPhoto is not the application for you.
    It would be better an iPhoto organizing photos by words like when iTunes browse his music.
    Why on earth would anyone want to organise photos by words? A list mode is entirely pointless in a Photo application. That's like having an old photo album organised with the photos facing inwards so you can read the back of the picture.
    Again, this is a characteristic of a File browser. You don't want a Photo organiser, you want a file organiser.
    And, in iPhoto, you can search by tags, effortlessly in either the search box or by using a Smart Album.
    iPhoto always loads all that events and all the thumbs library to scroll, and I think it's overkill.
    So, how is iPhoto to know which ones you want to work with today? Open a library, get the Library.
    Would be better a Cover Flow option to browsing in Events.
    You've obviously never tried scrubbing along the Event icon.
    Imagine iTunes using Cover Flow mode all the time. It won't be too useful.
    Many, many people do, including myself on a library of 20k tracks totalling more that 100 gigs, and find it very useful. Same with the Finder.
    And if when iTunes Store starts to sell photos?
    Why on earth would the iTunes store start to sell photos?
    My photos are not junk,
    I didn't say there were. Read my post again.
    When I said Finder to crop photos I mean Preview. But I feel in Finder. Because what's in Preview? A photo opened with a Preview's menubar and some cocoa APIs like adjustments. Not?
    Oh, so you don't count Preview as an application. Fine. It is an application but you don't feel it. As you wish.
    My point to you is very simple: Because of the way you want to organise your pics - using lists views and so on - iPhoto is not the application for you. Don't use it. But you keep writing things about the application that are untrue, and I'm aware that other folks search these forums and I don't want them to have inaccurate information about iPhoto.
    Regards
    TD

  • I need to understand better, what can be done with sync and what cannot

    i setup 2 windows boxes + 2 linux boxes to sync and got a mess in less than a day. apparently, i do not understand, what it does/should do, and what not.
    As one having done work in distributed environments, namely in database replication scenarios, i understand, there have to be limitations, especially, as all of my 4 boxes are running most of the time.
    next, i found, that copying profiles wouldnt have worked either, as the windows boxes (have to) use different add-ons/plugins compared to linux (like fireshot - to give a simple example - needed a replacement on linux). - So just moving profiles doesnt help. But the promise to catch open windows/tabs, history, and so forth doesnt seem to work either. Maybe TabMixPlus is killing the whole mechanism?
    I found very detailed documentation on where to click to get it all started, but nothing about the internals nor limitations, thus being very disappointed now to find sync actually NOT working at all.
    Furthermore, while setting up the whole thing, every machine had a "sync setting" as to how to use that one machine: initial distribution/sync/receiver only/and so forth. Does this only concern the initial setup? - I wasnt able to see this configuration option ever again to be able to change it after the initial setup had been done.
    So i obviously need to understand better... as to me it looks like some real messy replication scenario, with not all backends sharing the same tables. And apparently adding/removing add-ons needs to get replicated manually anyway.
    What time delay do i have to expect? When shall i use "Syncronize" manually? And so on...
    I mean: I trusted Mozilla solution more than any other one, but it doesnt seem to live up to my expectations.
    (sorry: i had to reenter the whole thing after my email address ran out)

    Ok then! Thanks for answering!  Can you still transfer music over? I can't even get that to work! I have set my nephews up with no problem..obviously not a sec generation... please help again!

  • Edit the Default CSS file

    I want to know if there is a way to edit the default CSS file for Webi.  The reason I am asking is because of the way in which hyperlinks are formatted.  When I go into the document properties and change the formatting (color only), it does not update on my actual report.  Also, I want to be able to remove the underlines from all hyperlinks without having to go in and do it manually using inline CSS. 
    Is there a default CSS file out there that can be edited?  Where is it located and how to I ensure it's used in all my reports?  Thanks.

    Hi Keith,
    Following is the location of the CSS file in 4.0
    C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\images\WebIDefaultStyleSheet.css and
    Note that for the BI 4.0, you would not be able to update the default style after the document creation. If you want to modify default style, you must :
    1. update the .css file stored in the images folder of your server installation or rich client and
    2. then create a new webi document to see your style modification.
    Hope it helps.
    Faisal Vakil

Maybe you are looking for

  • LTE is extremely slow in Minnesota

    I have had an iPhone 5 for about 3 weeks now, yesterday I noticed that the data connection was extremely slow when on the Verizon LTE network, I called customer service who stated they were unaware of any troubles in my area so we went through all so

  • How to recognize a "new" iPad

    I have not seen any physical attribute that makes the third gen iPad look different than the iPad 2.  I am sure the serial number would give it away ... are there any obvious features or markings?  Like the placement of buttons or camera

  • Error vendor code 942 when connecting with different user

    Hello, I'm using CR2013 with SP1 and Oracle 11r2. I created a report to be used in several applications. Each application access the database with a different username. Each username (userapp1, userapp2...) was created by a DBA user giving grants to

  • SBL-EAI-08006 error!!!

    Hi I am trying to send a SOAP request to get the list of Integration Event using the following code: String sURL = "https://secure-ausomxaxa.crmondemand.com/Services/Integration" + ";jsessionid="+getSessionId(); URL url = new URL(sURL); HttpURLConnec

  • Clean Windows Install Help

    Hi, I really could use some help. My thinkvantage software got buggy and wasn't functioning, even after resotring the computer to factory clean. I erased everything, including the system partition, and started an XP install on a clean partition. I fo