Scripting the import of style sheets

Hi Community,
first of all I'm not an InDesign operator but I try to help a colleague. My question is, if it is possible to import one or more style sheets in InDesign documents without the need to open these documents and without the need of an installed InDesign application on the target server? We are programming a template for using with an InDesign server based application and need the information if it is possible to import new or missing style sheets without downloading each finished document, import the new style sheet and upload it back to server. A workaround with a shell script or something like that, would be very helpful.
If there are one or more possibiliies it would be great if somebody could point me in the right direction with a link to one or more tutorials.
Thanks in advance & Bye Tom

Hi,
thanks but I think that the requirement, that I have to bring the new style sheets in closed documents, hosted on a remote server, is not covered with this kind of script. I'm not familiar with InDesign scripting but the expression app.activeDocument sounds like that the target document have to be at least accessible by the local InDesign client. But in our case this isn't possible. We only can execute a script on the target server and have to access hundreds of indd documents, stored in the file system of the server. Please let me know if I lose sight of something.
Thanks for your attention & Bye Tom

Similar Messages

  • Finding and Editing the DynamicHomePage.xsl Style Sheet in MII 12.0

    I'd like to edit the DynamicHomePage.xsl style sheet but I'd not sure where to find it in MII 12.0.  Is it editable through the workbench?
    Thanks!
    David

    David,
    you can modify the Logo in the File DefaultHeader.xml. You can find it under the Web/Themens,
    in the Sample Project as Jeremy said.
    Please include this in your project as Jeremy described.
    Regards
    Pedro

  • Why do I have two of the same CSS style sheets on my page?

    I created my index page using a 3 column layout, and I brought in one of the sample css style sheets.  Now I have 3 css style sheets for my page:
    1)  thrcolfxdhdr.css
    2)  samplegreenyellow.css (I changed the name of the sample)
    3)  level3_3.css
    The last two have all the same .header .footer, etc.
    When I make a change in #2 it doesn not change anything on the page.
    When I make a change in #3, it does make a change.
    Do I need both.  Right now I am making every change twice!  Can I delete one?  If so, which one?
    Thanks.

    To see if you can do without one of the stylesheets, go to the head of your document (not the stylesheet) in Code View.
    Find one of the link statements (<link href=...etc.) and 'comment it out'. If your page functions without it, you can safely remove the link from your page. If you lose some styles but not all, you will need to spend a little more time with it.
    If your two stylesheets are actually identical, you can remove one with no harm done. Also remove the link and delete the stylesheet itself.
    If there are slight differences (you can find them by viewing them both in Code View, Tile Vertically in the Window menu), add the differences to one of the stylesheets and then delete the other.
    You might be able to compare the two stylesheets quickly in the CSS Styles Panel (but not with either link commented out) while your html page is open, but you won't see details side-by-side there.
    To answer your question (in passing!), the reason you did not see changes in your page when you changed Stylesheet #2 is because Stylesheet #3...called after Stylesheet #2...cancelled out all the changes you had made in Stylesheet #2. Then when you made changes in #3, they were NOT cancelled out by #2 because #3 came AFTER #2 in being called. Precedence is what the Cascade is all about.
    Beth
    Message was edited by: Zabeth69

  • Importing Custom Style Sheets Into UiXML

    Is there any documentation on importing custom stylesheets (.css files) into UIXML. Has anyone one done this or know of a workaround if it cannot be done?
    Tks,
    Booker Northington II

    Hi Booker -
    Thanks for the clarification. Here is a sample which shows how to import a custom CSS style sheet into a UIX document using the HTMLWebBean:
    <?xml version="1.0" encoding="UTF-8"?>
    <page xmlns="http://xmlns.oracle.com/uix/controller"
    xmlns:ui="http://xmlns.oracle.com/uix/ui"
    xmlns:html="http://www.w3.org/TR/REC-html40">
    <content>
    <document xmlns="http://xmlns.oracle.com/uix/ui">
    <metaContainer>
    <head>
    <contents>
    <html:link rel="stylesheet" type="text/css" href="mystyles.css"/>
    </contents>
    </head>
    </metaContainer>
    <contents>
    <body>
    <contents>
    <styledText styleClass="myStyle" text="Hello, world!"/>
    </contents>
    </body>
    </contents>
    </document>
    </content>
    </page>
    Note: The <html:link> element inserts the HTMLWebBean which references the custom CSS file. We can then use styleClass="whatever" to reference the custom styles.
    Andy

  • Where is the default css style sheet for Firefox 5 on a Mac?

    Modern browsers usually have a stylesheet that operates to display webpages (where, for example, the author provides no styles). Where is it?

    The file omni.jar is a ZIP archive in the Firefox installation folder that stores a lot of the extra (chrome) files that Firefox uses. In previous Firefox versions those files were separate files on disk, but those files were moved to one large ZIP archive that has an optimized file order to load the files in it as quickly as possible during the start up. If you want to inspect files in that archive and your file manager doesn't allow access directly than make a copy of the file and add a .zip file extension.
    You can open that archive file and browse to the /chrome/toolkit/res folder.

  • Passing Data to the Purchase Order Style Sheet

    I am new to oracle so please pardon my ignorance.
    I was tasked with switching the Purchase Order from transmitting via a 3rd party application to using XML Publisher.
    I was able to get the PO to generate successfully and I have made a few minor changes to the standard XSL-FO. What I would like to do is send down additional fields (messages that can be changed more easily from within the application without code changes).
    We are on version 11.5.10.2. but this is a layered upgrade, so their report builder version is 6.0.8.25.0.
    I think I figured out how to get the data i want to be added to the xml created by POXPRPOP.rdf.
    My confusion stems from a lack of understanding of how the xml created from POXPRPOP is translated into XML Publisher.
    The original report was generating the following XML before I switched the PO Output Format in Purchasing Options/Control from Text to PDF:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <!-- Generated by Oracle Reports version 6.0.8.28.0
    -->
    - <POXPRPOP>
    - <LIST_G_INIT_INFO>
    - <G_INIT_INFO>
    <MANUAL_PO_NUM_TYPE>ALPHANUMERIC</MANUAL_PO_NUM_TYPE>
    <C_COMPANY></C_COMPANY>
    <C_ORGANIZATION_ID></C_ORGANIZATION_ID>
    <BASE_CURRENCY_CODE></BASE_CURRENCY_CODE>
    <STRUCTURE_ACC></STRUCTURE_ACC>
    <STRUCTURE_CAT></STRUCTURE_CAT>
    <C_CATEGORY_SET_ID></C_CATEGORY_SET_ID>
    <C_YES>Yes</C_YES>
    <C_NO>No</C_NO>
    - <LIST_G_HEADERS>
    - <G_HEADERS>
    <SHIP_VIA />
    <POH_SHIP_TO_ORG></POH_SHIP_TO_ORG>
    <POH_BUYER_PHONE />
    <POH_VENDOR_ID></POH_VENDOR_ID>
    <POH_PO_NUM></POH_PO_NUM>
    <POH_REVISION_NUM></POH_REVISION_NUM>
    While, the PO stylesheet appears to be expecting the following format as defined in the PO_STANDARD_PO.xml document defined in the Standard PO Data Definitions:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- $Header: PO_STANDARD_PO.xml 115.0 2004/08/12 15:33:28 nipagarw noship $ -->
    <!-- dbdrv: none -->
    <!-- GSCC_Category="Xdo Data Definition" -->
    <PO_DATA>
    <TYPE_LOOKUP_CODE>STANDARD</TYPE_LOOKUP_CODE>
    <SEGMENT1>21263</SEGMENT1>
    <REVISION_NUM>0</REVISION_NUM>
    <PRINT_COUNT>0</PRINT_COUNT>
    <CREATION_DATE>12-AUG-2004 00:08:06</CREATION_DATE>
    <PRINTED_DATE/>
    <REVISED_DATE/>
    <START_DATE/>
    <END_DATE/>
    <NOTE_TO_VENDOR>Terms Supplier Note</NOTE_TO_VENDOR>
    <DOCUMENT_BUYER_FIRST_NAME>Pat</DOCUMENT_BUYER_FIRST_NAME>
    Is the XML that was originally being generated from POXPRPOP different now that I changed the output format? If not, how is the original XML being translated to match the correct format as required by the stylesheet?
    Thanks,
    -Tim

    Try
                                oForms.Mode = SAPbouiCOM.BoFormMode.fm_ADD_MODE
                                oForms.Items.Item("4").Enabled = True
                                oForms.Items.Item("38").Enabled = True
                                oMatrix = DirectCast(oForms.Items.Item("38").Specific, SAPbouiCOM.Matrix)
                                oMatrix.Columns.Item("1").Editable = True
                                Dim oEditText As SAPbouiCOM.EditText = DirectCast(oMatrix.Columns.Item("1").Cells.Item(i).Specific, SAPbouiCOM.EditText)
                                oEditText.Value = TempTbl1.GetValue("ItemCode", j)
                            Catch ex As Exception
                                oApplication.MessageBox(ex.Message.ToString)
                            End Try
    No it coming as Not editable see the above code.
    Thanks,
    Ruheena

  • Banner image disappears when I move css to external style sheet

    If I have the following code in the head of the document, the banner image is displayed:
    <link href="css/styles.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="javascript/copyNote.js"></script>
    <style type="text/css">
    <!--
    #banner
    margin: 0 auto;
    width: 980px;
    height: 198px;
    background-image:url(images/banner.gif);
    -->
    </style>
    But if I move the above code to the linked external style sheet (css/styles.css) everything shows up except the banner image.
    Anyone know what I'm doing wrong?

    BcSurvivor08 wrote:
    the image path shouldn't change since the image is still in the image folder, right?
    Yes, but the path to the image in the CSS must be relative to the location of the external CSS file.
    In other words, the following rule in the home page
    #banner
    margin: 0 auto;
    width: 980px;
    height: 198px;
    background-image:url(images/banner.gif);
    would be written in the external CSS file as
    #banner
    margin: 0 auto;
    width: 980px;
    height: 198px;
    background-image:url(../images/banner.gif);
    because the CSS file is inside the css folder (one level down from the root folder).
    ../ says "From the "css" folder, go up a folder level then look for banner.gif inside the "images" folder..

  • HTML Style sheet Ignored

    Hoi all,
    I need some help on an HTML problem. I have a Editor on a form that displays XSL/XML data. The pages are formatted and transformed correctly so the correct layout and data is shown on the screen however the stylesheets i have imbedded into the XSL document are begin ignored. Here is a code snippet from the XSL document:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output method="html" encoding="ISO-8859-1"/>
         <xsl:template match="/">
         <xsl:for-each select="viewerXML">
              <html>
                   <head>
                        <!--#style_insert_start-->          
                        <style>
                             .roweven{
                                  background-color: #F5F5F5;
                                  font-family:Arial, Helvetica, sans-serif;
                                  font-size:10px;                              
                             .rowodd {
                                  background-color: #FCFEE2;
                                  font-family:Arial, Helvetica, sans-serif;
                                  font-size:10px;
                             .resultsetrow{
                                  background-color: #AED7FF;
                                  font-family:Arial, Helvetica, sans-serif;
                                  font-size:12px;
                             .bodytext {
                                  font-family:Arial, Helvetica, sans-serif;
                                  font-size:10px;
                        </style>               
                        <!--#style_insert_end-->          
                   </head>I have found a lot of referance to this problem but all dealing with importing a style sheet and not imbedded style sheets.
    IF anyone has some help, comments of a link to a forum thread that I had missed I will be very appriciative.
    thx
    Werns

    Hi,
    You should correct the path to your css file in your index.html:
    href="/irj/go/km/docs/documents/main.css"
    Regards,
    Praveen Gudapati

  • How Many Style Sheets

    I just had a mooch about a sites's code, and saw that they
    had used about a doxen @import external style sheets. Admittedly,
    this was a much bigger site than I've ever built but the style
    sheetst them selves didn't appear that complex/large. So, here's my
    question:
    Would it be better to have several small external style
    sheets or one big one? I have to say, managing style sheets when
    developing does cause the mebrane that contains my brain to go all
    shiny and stretchy which, isn't very comfortable.
    Regards
    Martin

    "martcol" <[email protected]> wrote in
    message
    news:gnu8aa$3mv$[email protected]..
    >
    > Would it be better to have several small external style
    sheets or
    > one big one?
    > I have to say, managing style sheets when developing
    does cause the
    > mebrane
    > that contains my brain to go all shiny and stretchy
    which, isn't
    > very
    > comfortable.
    The simple answer to this is: yes. ;-)
    As you have pointed out, managing a large number of style
    sheets is
    likely to cause brain strain, if not damage. But the same
    could also
    be said for one massive style sheet. The logic behind several
    small
    style sheets is that it makes it easy to break them up into
    modules:
    one for typography, another for layouts, yet another for menu
    systems,
    and so on. What you gain through modularization, you risk
    losing
    through the complexity of ensuring the cascade isn't broken
    by linking
    the style sheets in the wrong order.
    Which you choose depends on the site and how you work best.
    David Powers
    Adobe Community Expert, Dreamweaver
    http://foundationphp.com

  • Cached Style Sheets?

    Hello
    After having imported an application from a different workspace (and server) I'm not able to change the style sheets. The style sheet source remains the same as before after I've edited the source.
    Even when I delete the style sheet from the shared components, the styles remain the same, which leads me to the question if style sheets are being cached.
    Anyone got an idea?
    Regards,
    Michael

    Hi Michael,
    As far as I can remember there are no static files on the server and the file
    contents reside in the database. Am I right about that?Yes that's right, those files you upload will be stored in the database, rather than on the filesystem.
    Hmmm it's curious, I can't say I've experienced what you're seeing, apologies for asking the silly question, but are you absolutely sure you're changing the correct file? (Also have you associated the uploaded file with an application?), also are you sure you're linking to the right file?
    If you delete the file (after taking a backup of it of course!) and then run your app do you still see the styles? If so then it means either -
    1) You are using a (possibly transparent) proxy which is using a cached version
    2) Your browser is using the cached version
    3) 'other'
    One other possibility, are you sure the application doesn't also have a hard-coded reference to the CSS on the other server? (You said you imported
    from another server).
    John.
    http://jes.blogs.shellprompt.net
    http://apex-evangelists.com

  • Use of tables and style sheet

    Hi all,
    I am strungling using tables in RoboHelp HTML 7, to generate
    webhelp.
    What I try to accomplish is using tables in RH, and have its
    formatting defined in a style sheet. The html code generated by RH
    should be nice and clean. If possible I would not like to go into
    the HTML code, I prefer the use of the Design editor.
    I have the following in a new file in the RoboHelp table
    gallery:
    quote:
    <table>
    <caption>CAPTIONTITLE</caption>
    <COL style="width: 5%;">
    <COL style="width: 40%;">
    <thead>
    <tr><th></th><th></th></tr>
    </thead>
    <tbody>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    </tbody>
    </table>
    The following is in the CSS file:
    quote:
    table {
    border: 2px #c0c0c0 solid;
    border-collapse: collapse;
    width: "100%";
    margin: 10px;
    td, th {
    border: 1px #c0c0c0 solid;
    padding-left: 5px;
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
    th {
    background: #ffc000;
    When I insert a table into a page, using the table file I
    created above, the html looks like:
    quote:
    <table x-use-null-cells>
    <col style="width: 33.333%;">
    <col style="width: 33.333%;">
    <col style="width: 33.333%;">
    <tr><td style="padding-right: 10px; padding-left:
    10px;" width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td></tr>
    <tr><td style="padding-right: 10px; padding-left:
    10px;" width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td></tr>
    <tr><td style="padding-right: 10px; padding-left:
    10px;" width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td>
    <td style="padding-right: 10px; padding-left: 10px;"
    width=33.333%>
    <p> </td></tr>
    </table>
    So, RoboHelp adds a number of styles to the inserted table
    that overrules the style sheet. That shouldn't be done.
    Also, in the RoboHelp editor the table looks different than
    in the preview. That shouldn't be a big deal, but something is
    missing:
    - There's no table caption shown.
    - The background in the table header is not colored as I
    expected to be.
    To eliminate the behavior of RoboHelp with respect to the
    table gallery, I created a new page in RoboHelp, and opened the
    HTML view. I inserted the following to create a new table.
    quote:
    <table>
    <caption>CAPTIONTITLE</caption>
    <COL style="width: 5%;">
    <COL style="width: 40%;">
    <thead>
    <tr><th></th><th></th></tr>
    </thead>
    <tbody>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
    </tbody>
    </table>
    When switching to Design view and bach to HTML, it has been
    converted by RoboHelp to:
    quote:
    <table x-use-null-cells>
    <col style="width: 5%;">
    <col style="width: 40%;">
    <caption>CAPTIONTITLE</caption>
    <tr><th style="width: 5%;" width=5%>
    <p> </th>
    <th style="width: 40%;" width=40%>
    <p> </th></tr>
    <tr><td style="width: 5%;" width=5%>
    <p> </td>
    <td style="width: 40%;" width=40%>
    <p> </td></tr>
    <tr><td style="width: 5%;" width=5%>
    <p> </td>
    <td style="width: 40%;" width=40%>
    <p> </td></tr>
    <tr><td style="width: 5%;" width=5%>
    <p> </td>
    <td style="width: 40%;" width=40%>
    <p> </td></tr>
    <tr><td style="width: 5%;" width=5%>
    <p> </td>
    <td style="width: 40%;" width=40%>
    <p> </td></tr>
    </table>
    That seems ok, there are no styles redefined, other that the
    width.
    In Design view the table looks different than intended,
    however in preview it is as expected. I shows the caption tile, and
    the background of the table header, and text alignment is correct
    (at the top of each cell).
    So, my interpretation is that RoboHelp messes up the nice and
    neat html code when using the table gallery, and does not show the
    table in Design view as it would like in the Preview.
    As a consequence I think I will copy and paste the table code
    into the html directly, rather than using the table gallery.
    Unless, there's a good solution by using the table gallery.
    It would also be nice that the Design view behaves as a
    WYSIWYG editor.
    Has anyone an idea how I can use tables in RoboHelp as easy
    as possible, while keeping the benefits of style sheets?
    TIA,
    Andre
    BTW, my excuses for using quotes rather than attach code, but
    it seemed all code was added to the end.

    You should avoid locking yourself into a single solution for
    anything to do with RH (or any other help authoring tool, for that
    matter). Whether dealing with lists, tables, or images (the three
    major areas that usually create problems), it's wise to strike a
    balance between the features and drawbacks in HTML, CSS, RH, and
    web browsers.
    Confronted with the issue of changing border colors and table
    heading colors earlier this year (and having to do this for the 42
    projects in our merged WebHelp project), I simply used
    FAR to change the hex numbered
    colors in the code, outside of RH (from #808080 to #d8e4f8, for
    example). Some freeware products for content replacement are also
    available.
    If you've used those colors for other things, such as H1/H2,
    or other backgrounds, etc., you'll need to identify all table uses
    first, and then change only those instances. You could then set up
    a batch file to change all border-right-color: #808080;
    border-left-color: #808080; etc. all at once
    You could also just use the RH Multi-File Find & Replace
    if you're only dealing with a few projects, since these table
    attributes are likely to always appear as complete on a single line
    (the RH feature doesn't handle search and replace strings
    interrupted by line breaks and multiple spaces).
    All of our tables had been created using Rick's solution via
    the Table Gallery, and the background and border colors show up
    identically in Design, Preview, and output views. The only use of
    the css for our tables is the styling of the actual text that
    appears in the cells (TableHead, TableRow, TableSubHead), such as
    shown in the attached code below.
    BTW, another look at your original post shows that your claim
    that "RoboHelp adds a number of styles to the inserted table that
    overrules the style sheet," is not quite on the mark. The only
    change is that the
    "padding-left:" value has been increased from the CSS 5px to
    10px. I would guess that you have a 5px indent in either your BODY
    or P tag in the CSS, thereby resulting in the value being increased
    to the total of 10px.
    Good luck,
    Leon

  • Style Sheet Problem with Websphere

    Hello. If anyone here has any experience with Websphere or iSeries, I would appreciate some help. I posted this topic in the Websphere forum , but it seems that forum isn't very active. Anyway, I can't get my style sheet to work with a java servlet application that I installed on an iSeries server. I put together the app and style sheet through WebSphere and exported everything to the server as an .ear file, installed the application and the program works; however, the app isn't accessing the style sheet. I'm new to both iSeries and Websphere. I've been trying this line:
    writer.println("<LINK rel='stylesheet' type='text/css' href='Master.css'>");
    and have tried putting the style sheet in the same folder as the class file, tried putting it in the Java Source folder, tried it all over the place really and have tried making the path absolute. I've also tried pasting the .java file into the classes folder with the .class file. None of my efforts have been successful. Is this even possible? Any help would be appreciated. Thank you.

    have tried putting the style sheet in the same folder as the class file, tried
    putting it in the Java Source folder, tried it all over the place really...In your web application, it should go in the same directory where you would put an HTML file or a JSP file. All those places you tried are places that the web server keeps hidden from clients. You should be able to request the CSS file from your browser in exactly the same way you would request an HTML or JSP file.

  • Problems with style sheets

    I switched to Pages about one year ago because I then found that style management was easy and straightforward compared to Word. I updated to Pages V2.0 in January and since then I have been annoyed with the new way style sheets are managed.
    In V1.0, when copying / pasting text from Word to Pages, styles would not been copied leave the style sheet clean.
    Now, when copying / Pasting text from Word to Pages, the whole Word style sheet is copied in Pages (whatever paste option is used) messing everything around
    I believe this is a bug but I did not get any straight answer from Apple support. Do you face the same problem? Does anyone have a work around?
    Cheers.

    Philippe,
    actually it will indeed be the easiest to remove the Word styles when you're finished with your text.
    You should be aware that Pages will ask you for a style to replace the one you're deleting, if that style is still assigned. If you Paste and Match Style, this shouldn't be a problem.
    I wouldn't number Pages styles but use a prefix, e.g. "pg_". This will still keep the sorting you're probably now used to. A prefix is also usefull if your Pages styles use numbering (text style) since Pages automatically adds a number in front of the style name. This could lead to some confusion.
    Additionally, you should, as suggested by dwb, send feedback to Apple and ask to change the behaviour of Patch and Match Style.

  • XSL-FO Style Sheet Questions..

    Hi,
    I have some questions regarding XSL-FO Style Sheet
    1. How can add some more fields to the XSL-FO Style Sheet when they are not included in the original XML source.. ( like we have attribute1 through attribute3)
    for storing telephone number, fax number and email of the buyer) as we do not have access to the source code that generates the XML.
    2. I need to include the signature image at the bottom of the PO and that depends on the operating unit to which the PO belongs.
    I will appreciate if you can show some light on this with some examples..
    Thanks for your help..
    Shree

    Hi,
    For the question 2, I thinck you can read the XMLP blog entry :
    http://blogs.oracle.com/xmlpublisher/2006/04/13
    Hope you will help.
    Cyryl

  • Customizing Style sheets in Istore

    Hai,
    Is there any way to have multiple .css files pointing to the same minisite registered under the programmatic access name 'STORE_STYLE_SHEET'.
    if I am trying to do this through Store Administration UI then I get the following error
    Error in saving logical to physical mapping
    Error in saving logical to physical mapping
    ORA-00001: unique constraint (IBE.IBE_DSP_LGL_PHYS_MAP_U2) violated in Package IBE_PhysicalMap_GRP Procedure save_physicalmap
    Mapping for site 10040 and all languages exists already exists for deliverable 7473
    any help appreciated
    thanks
    pradeep.

    Two separate issues:
    Netscape references
    Instead of "first and foremost" Netscape code, is the idea
    that the Netscape browser configuration "needs" more code settings
    than do the other browsers. Netscape, if you were unaware, has
    traditionally set itself apart from other browsers (perhaps a noble
    attitude on their part, but definitely a pain for developers and
    users over the last dozen years).
    Style Sheets
    From
    XHTML & HTML: The Definitive Guide, C. Musciano & B.
    Kennedy: "Neither Netscape Navigator nor Internet Explorer support
    multiple <link>ed style sheets as proposed by the CSS2
    standard. Instead, they cascade all the <link>ed style
    sheets, with rules in later sheets overriding rules in earlier
    sheets." Further, "Netscape Navigator [email protected]
    Internet Explorer honors the ...@media at-rules, for both
    document-level and external sheets."
    Seems like your rants might be better directed to the browser
    folks, instead of RH.
    You don't say what your output is, but if it's WebHelp, you
    might be able to accomplish your stated goal by doing some
    post-processing work on the output. You'd need a good tool such as
    FAR, which can find &
    replace multiple lines in your HTM files. You can even set up batch
    files to run multiple changes to files.
    Good luck,
    Leon

Maybe you are looking for

  • Not able to see the request in ODS to activate

    Hi all, I have a content ODS, i scheduled a infopack and the data came in thru ok. But inorder to upload the data into the cube, i know i need to activate it before. But when i rightclick and go to activate data in the context menu .. there is a popu

  • Data extraction from sap r/3 to flatfile

    hello Guru's i am new to this feild. i got a requirement in such a way i have to extract data from feilds of different tables to flatfile. ( actual Scenario is we want to send data to sybase server through flatfile) plz send me some documents how to

  • HTML DB form and reports in on the same Page

    I have a form take input from the user and two reports (please see the URL and LINK). If I click on the Staff report to populate the employee_no, name, and then click on the service report to populate the service_id, service name. The problem is if p

  • Artwork on Safari app on dock has gone missing! How do I get it back?

    Here is a screenshot of the issue. Earlier it was the normal icon, but now it looks like this.

  • Passing literal as bind variable in jena

    Dear all, We are able to use bind variables using the RDFVID id. However if we want to check for a literal using the jena/joseki adapter we are not able to perform the same action. In our case the literal is of type string. We are using: * WLS 12.1.0