How to attach css stylesheet to TextFlow

how to attach css stylesheet to TextFlow?

Hi Jans,
You can do this in Transaction SE80. ClicK on Mime Repository > BW >Customer > Stylesheets folder. Right click and choose Import MIME object. Or you can also create and then copy paste your CSS code.
After you upload, you need to delete the global cache in transaction SMICM > Goto > HTTP Server Cache > Invalidate > Global in system.
In the web application you have the ability to choose the stylesheet in the template properties box.
Hope this helps...

Similar Messages

  • Automatically attaching CSS style sheets to new documents

    I wanted to alert everyone to a great new Community article published by Adobe Community Expert David Powers. The article details how to attach CSS style sheets automatically when you create new documents.
    Here's the article:
    http://kb2.adobe.com/community/publishing/505/cpsid_50564.html
    This handy option is easy to miss, especially if you don't use the New Document Dialog box to create documents, so big thanks to David for highlighting this.
    Furthermore, the appearance of such an article is a great example of how Community content can interact and live symbiotically with Adobe Help. We've linked directly to David's piece from our documentation, and this is indeed a great thing because David is able to go into much more detail about the process of automatically attaching style sheets than we are able to do in Help:
    Create a blank page
    Create a page with a CSS layout
    If you're interested in publishing Community articles of your own, you can download the Community Publishing AIR application and get right to work!

    Jon Michael Varese wrote:
    We've linked directly to David's piece from our documentation, and this is indeed a great thing because David is able to go into much more detail about the process of automatically attaching style sheets than we are able to do in Help:
    Can I ask why?
    David's excellent standard should be the minimum standard for Help files.
    The quality of software manufacturers' Help (not just Adobe) has deteriorated greatly over the past decade - to the point where it's now my last resort for learning.
    Software manufacturers seem to tacitly rely on 3rd party book authors (such as David's brilliant material), bloggers and online tutorials to explain their products these days.
    I'm happy not to have a printed book with my software any more because they were always out-of-date and hard to update. However the quality of PDF and online Help docs is so poor and sparse for my use that I prefer to get my answers by Googling, visiting forums or buying the occasional book.

  • How to attach a CSS style sheet ?

    Hi,
    How to attach a CSS Style sheet to a portal page ?
    Thanks for your help,
    Jean-Christophe

    For a standard Portal page you should use the Portal styles and associate them to a page. These effectively generate a CSS style sheet anyway if you view the HTML source of a rendered page in your browser.
    Using the correct PDK APIs you effectively reference the CSS tags in your Java or PL/SQL code.
    If your portlet need to open a page in a new window you can no longer reference the Portal page style as the CSS style sheet does not get attached.
    In this situation, code your HTML as normal and reference your CSS style sheets as normal.
    If you create you CSS sheet you can store it in a page as a file and access using the direct access URL like I showed you in a previous response regarding the storing of images.
    Cheers,
    John

  • How to parse a CSS Stylesheet from a JApplet - PLEASE HELP!

    Hi all
    This is not a "how to read a file" question!! Please read on
    I have a JApplet embedded on an HTML page which uses a CSS Stylesheet to set the document's colors, fonts, etc. and I would like to apply the same font/color scheme to the applet, by reading from the same CSS file.
    I HAVE SUCCESSFULLY read the file via URLConnection+BufferedReader... So all I have left to do is to parse the CSS file so as to be able to extract the parameters that I need.
    Given this very simple test.css :
    BODY {
    background: red;
    Would someone be kind enough to write up the code for how to read the BODY.background property? I mean by using the "proper" Java StyleSheet facilities as oposed to just parsing the file "manually". I think we need to use the StyleSheet class, maybe also HTMLDocument and some others, but I've been reading the Javadocs and I can't figure it out myself, so I hope you can help me out!
    Thanks in advance.

    You can try the following approach to get all of the elements in your html file and do whatever you want with the element you want:
    try {
       ElementIterator it = new ElementIterator(doc);
       javax.swing.text.Element elem;
       while ((elem = it.next()) != null) {
          System.out.println(elem.getName() + " " + doc.getText(elem.getStartOffset(), elem.getEndOffset() - elem.getStartOffset()));
    } catch (Exception e) {
       e.printStackTrace();
    };o)
    V.V.

  • RoboHelp 10:Did Adobe change how RoboHelp 10 handles CSS stylesheets in the .htm files that are generated?

    I work on Java application that utilitzes the .chm and .jar file (which include the .htm files) to display our applications help documentation. We recently upgraded from RoboHelp 8 to RoboHelp 10. The .htm files that were generated with RoboHelp 8 display fine. However, the new .htm files generated by RoboHelp 10 seem to ignore the CSS stylesheets used. I compared one of the .htm files from RoboHelp 8 to the same .htm file in RoboHelp10. I did notice differences within the files. Can you tell me what the differences are, regarding the usage of CSS stylesheets, between RoboHelp 8 & RoboHelp 10?
    Thank you.

    You need to post a bug report to get Adobe's attention. This is a user to user forum. Please follow this link.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    Not sure but I believe it may be a bug in the Microsoft Help Compiler over which Adobe have no control. Microsoft last updated in 2004. Good luck!
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Attaching a external CSS stylesheet crashes Dreamweaver CC

    When I either choose Attach CSS Style Sheet from the Menu: Format > CSS Styles > Attach Stlye Sheet or using the + (symbol) on the the CSS Designer panel for Sources, I get no response or dreamweaver crashes completely. Just wonder if anyone else is experiencing this problem or if anyone has suggestions to why this might be happening?

    I tried restoring the preferences and it still doesn't work. When I go to select Attach Existing CSS File from the CSS Designer panel it will not let me click on that option the pop up menu just dissappears and nothing happens. If I try selecting the same option from the Format menu it just crashes Dreamweaver.

  • CSS stylesheet selection issue

    I am building a fluid grid with CS6. I have two stylesheets - the default boilerplate and my layout.css. In monitor view everything attaches to the layout.css file. In pad and mobile view everything attaches to the boilerplate.css file. How do I get all views to use the layout.css? When I try to attach the stylesheet none of the styles become available. Thanks.

    Can you upload your test page to a remote server and post the URL?
    My guess without seeing your code is that you're missing some double closing brackets in Layout.css.
    #LayoutDiv6 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    Nancy O.

  • How to apply CSS to a BC menu

    Hi there,
    I have done a lot of reading, gone to BC gurus, looked at Liam's post on Web Menu V2and I am still stumped on this one. The BC gurus tutorial and Liams' item were way above my head.
    How do you apply CSS you have written to a BC menu?
    I have set up a BC menu and put items in it. The menu type is CSS (HTML) Only
    The menu items have a name, a page link Item Height of 30 and .menuLeft in the Item CSS Class Name
    The template the menu is on is responsive and linked to a stylesheet with the CSS code below in it.
    The menu is completely unaffected by the CSS in the stylesheet. All menu items have a dot in front of them, and look like the default link style for the site.
    So the CSS below is not having any affect on the menu items. Why is this?
    What basic, simple step have I missed here?
    How do I get the menu in BC to notice the CSS below?
    I have also tried making the CSS into an id #menuLeft and putting that into the Item ID Name field in each menu item. The CSS is still completely ignored. Why? (anguished cry)
    .menuLeft {
              list-style-type: none;
    .menuLeft ul{
              list-style-type: none;
              padding: 5px;
              margin: 0px;
              line-height: 30px;
              border: thin solid #CCCCCC;
              border-radius: 3px;
              text-decoration: none;
    .menuLeft li a:link {
              color: #3F823D;
              text-decoration: none;
    .menuLeft li a:visited {
              text-decoration: none;
              color: #999999;
              background-color: #B9E09A;
    .menuLeft li a:hover {
              color: #999999;
              text-decoration: underline;
              background-color: #B9E09A;
    .menuLeft li a:active {
              color: #999999;
              text-decoration: none;
              background-color: #B9E09A;

    Hi Liam,
    The class is definitely .menuLeft and that is what is showing in the code. However, for the menu, only the line height set in the backend of BC is showing. All other styling in the CSS is ignored. By the way I have to have two CSS stylesheets as this is a responsive design using CCDW. You have to use a separate stylesheet to style body, links, headers and other items. I have done this in eternityfonts.css which is where the styling for the menu is. The webpage is using all other instructions from the eternityfonts.css file, including headers, links etc, but it is ignoring the menu styling.
    TEST PAGE SHOWING THE MENU NOT WORKING
    Here is the test page where I am trying to style the menu. http://eternitycosmetics.businesscatalyst.com/test
    It is linked to these stylesheets:
    <link href="/StyleSheets/ModuleStyleSheets.css" type="text/css" rel="StyleSheet" /> BC standard stylesheet with all sites
    <link href="../boilerplate.css" rel="stylesheet" type="text/css"> DW CC stylesheet that comes with fluid design
    <link href="/stylesheets/eternity4.css" rel="stylesheet" type="text/css"> DW CC stylesheet that accompanies the fluid design - the fluid design will break if I edit this stylesheet manually
    <link href="/stylesheets/eternityfonts.css" rel="stylesheet" type="text/css"> stylesheet containing body bground, header, a link and other manual styles for the site. I can edit this stylesheet manually
    CODE RENDERING ON THE PAGE
    Here is the code on the page for the menu in question when I do view source. It appears to be ignoring the .menuLeft code in eternityfonts.css and just looks at the setup in the BC menu.
    <div id="leftMenu" class="fluid"> (this div is in the DWCC generated stylesheet that I cannot touch called /stylesheets/eternity4.css)
    <script type="text/javascript" src="/CatalystScripts/Java_DynMenusSelectedCSS.js"></script><!-- Dynamic Menu Begin CSS Output -->
    <div id="cat_673629_divs">
    <ul id="nav_673629">
    <li class=".menuLeft" style="height:30px;"><a href="/index.htm">Home</a></li> (this class is in the /stylesheets/eternityfonts.css stylesheet that I can edti)
    <li class=".menuLeft" style="height:30px;"><a href="/about-us">About Us</a></li>
    <li class=".menuLeft" style="height:30px;"><a href="/products">About Our Products</a></li>
    <li class=".menuLeft" style="height:30px;"><a href="/impact-cosmetics">Products Online</a></li>
    <li class=".menuLeft" style="height:30px;"><a href="/anti-aging-treatments">Anti-aging Treatments</a></li>
    <li class=".menuLeft" style="height:30px;"><a href="/acne-treatments">Acne Treatments</a></li>
    <li class=".menuLeft" style="height:30px;"><a href="/doctor-services">Doctor Services</a></li>
    <li class=".menuLeft" style="height:30px;"><a href="/testimonials">Testimonials</a></li>
    <li class=".menuLeft" style="height:30px;"><a href="/contact-us">Contact Us</a></li></ul></div>
    <script type="text/javascript">catSetSelectedCSSItem('nav_673629');</script>
    <!-- Dynamic Menu End CSS Output --></div>
    BC MENU SETUP SCREEN
    Here is the BC setup screen showing that I have applied the class of .menuLeft to the menu items:
    CSS CODE THAT IS BEING IGNORED WHEN THE PAGE IS DISPLAYED
    Here is the code in eternityfonts.css that is not being applied to the CSS menu. I have bolded the code that is not being actioned in the BC CSS/HTML menu.
    WHY IS THIS CODE BEING IGNORED?
    What step have I missed here?
    Full dump of code in eternityfonts.css
    @charset "utf-8";
    /* CSS Document */
    body,td,th {
              font-family: Arial;
              font-size: 12px;
              color: #000;
              font-style: normal;
              font-weight: 400;
    body {
              background-color: #FFFFFF;
              background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(178,221,145,1.00)),color-stop( 100% , rgba(255,255,255,1.00)));
              background-image: -webkit-linear-gradient(270deg,rgba(178,221,145,1.00) 0%,rgba(255,255,255,1.00) 100%);
              background-image: linear-gradient(180deg,rgba(178,221,145,1.00) 0%,rgba(255,255,255,1.00) 100%);
              background-repeat: no-repeat;
    a {
              color: #3F823D;
              text-decoration: none;
    a:visited {
              color: #3F823D;
              text-decoration: none;
    a:hover {
              color: #3F823D;
              text-decoration: underline;
    a:active {
              color: #3F823D;
              text-decoration: none;
    h1 {
              font-size: 20px;
              color: #3F823D;
    h2 {
              font-size: 18px;
              color: #FF7546;
    h3 {
              font-size: 16px;
              color: #3F823D;
    h4 {
              font-size: 14px;
              color: #FF7546;
    #buyButton2 {
              width: 100px;
              margin-top: 10px;
              padding-top: 5px;
              padding-bottom: 5px;
              text-align: center;
              border: thin solid #CC6600;
              border-radius: 3px;
              background-color: #FFAC77;
              float: right;
    #buyButton1 {
              width: 100px;
              margin-top: 10px;
              padding-top: 5px;
              padding-bottom: 5px;
              text-align: center;
              border: thin solid #CC6600;
              border-radius: 3px;
              background-color: #FFAC77;
    .menuLeft {
              list-style-type: none;
    .menuLeft ul{
              list-style-type: none;
              padding: 5px;
              margin: 0px;
              line-height: 30px;
              border: thin solid #CCCCCC;
              border-radius: 3px;
              text-decoration: none;
    .menuLeft li a:link {
              color: #3F823D;
              text-decoration: none;
    .menuLeft li a:visited {
              text-decoration: none;
              color: #999999;
              background-color: #B9E09A;
    .menuLeft li a:hover {
              color: #999999;
              text-decoration: underline;
              background-color: #B9E09A;
    .menuLeft li a:active {
              color: #999999;
              text-decoration: none;
              background-color: #B9E09A;
    .menu{
    border:none;
    border:0px;
    margin:0px;
    padding:0px;
    .menu ul{
    height:50px;
    list-style:none;
    margin:0;
    padding:0;
    .menu li ul{
    display:none;
    height:auto;
    padding:0px;
    margin:0px;
    border:0px;
    position:absolute;
    width:200px;
    z-index:200;
    .menu li:hover ul{
    display:block;

  • How does linked CSS work in Word 2010?

    I'm trying to figure out how to work with the "linked CSS" feature in Word 2010. Can someone who has used it give me advice?
    I'm somewhat hampered by being unable to find any documentation for the thing, but it seems to me that I should be able to use it like this:
    With a document open, select File > Options.
    Select the Add-Ins tab.
    In the Manage dropdown, select Templates, then click Go.
    Select the Linked CSS tab.
    Click Add, select a CSS file, and click Open. Word adds the CSS file to the "Linked style sheets" list.
    So far, so good. But now it seems to me that Word should be able to apply the styles defined in the style sheet, and that doesn't seem to happen.
    I've added a style sheet that looks like this:
    outrage {
    line-height:400%;
    If I set a paragraph to the style outrage, it should acquire the properties of the
    outrage style rule. But it doesn't.
    I tried labeling the style rule as p.outrage to clarify that it's supposed to be a paragraph style (actually I tried that first), but it didn't make any difference.
    Have I missed some necesssary step here? Or have I simply misconstrued what "linked CSS" files are supposed to do?

    Hi,
    If we want to apply an external CSS stylesheet to the current document in Microsoft Word 2010. We may save your Word document as 'Web page (*.htm; *.html) first. We can't apply a css stylesheet to a .docx file directly as it's not html.
    Regards,
    George Zhao
    TechNet Community Support

  • Attach CSS error

    I'm creating a website for a client and connecting it to ICE everything's working except the ability to show the css styles in ICE.  All of my text is in CSS and all of the styles were created on the template, so everytime I try to attach style to an editible region on a page it tells me I need to attach the styles to the page.  When I try to look for them to attach I don't see them, I only see my template, and when I tried to attach that (hoping it would pick up the css from it) nothing happened (not a surprise.)
    Do I really need to recreate my style sheets on each page? That seems unlikely.
    I would really appreciate any help.
    Thank you

    Hello Angela,
    The "Class" dropdown menu in the Editable Region Properties panel isn't for defining a class style (you use the CSS Styles panel to define styles). From the Class dropdown menu you can select a class style that currently exists in the document or in an attached stylesheet - basically all of the class styles the Dreamweaver associates with the document. You can also attach an external stylesheet to the document, then all of the class styles in the external stylesheet will be available in the menu list. The external stylesheet file should be a CSS document that contains only CSS styles and is named something like "mystyles.css" - you can't attach another HTML document as a stylesheet.
    I copied and pasted your source code from your link into a new document, and I do see all of the class styles that are defined in the head section of your document (e.g., .Address, .links, etc) in the Class dropdown menu.
    Applying a class style using the this menu doesn't apply the class to all Editable regions - only the currently selected editable region.
    Also, if you want to apply multiple class styles to a single Editable Region (e.g., <div class="Address links" ice:editable="*">...</div>), you would have to do this manually.
    All of that said, this does not make class styles available to editors/publishers of your InContext Editing site - it simply applies a class style to an Editable Region. If you want to make class styles available to your InContext Editing users, you need to put class styles in an external stylesheet, attach the stylesheet to the document, then use "Manage Available CSS Classes" from the Insert > InContext Editing menu or panel
    Please let me know if you need more information.
    Best regards,
    Corey

  • Preview external css stylesheet

    I open two pages, both linked to the same external stylesheet
    .In design view, the first appears with the CSS stylesheet's specs,
    the other without. How do I set the second one so it appears too
    with the stylesheet specs?
    Thanks for the help.
    Mark

    Check and fix your link in the second page. There's something
    funky going on.

  • How to make a link in textflow that send parameters to a function?

    How to make a link in textflow that send parameters to a function?

    In the examples included with the weekly builds there is a CustomLinkEventHandler.as example.  Passing parameters would be done in the CustomClickHandler function.  You could attach the parameters to the LinkElement as user styles using the setStyle API.
    Hope that helps,
    Richard

  • Dreamweaver cs3 sudden break to attached css sheet

    While editing code in DW CS3 the Design view will lose
    connection to the attached CSS style sheet. This just started
    happening. I can't get the style sheet to link back up even after
    deleting the tag and re-attaching it. I have to reload a back up of
    the page to get the styles to show in Design view.
    As this just started happening, after months of using DW CS3,
    I am confused and concerned. I have to make a back up folder of the
    site so I can get another copy of the page when the css link
    decides to blow out.
    Thanks for any ideas about this problem.
    Wm Lombardo

    is it just one page?
    the stylesheet is linked correctly, but after making some
    changes in code,
    the design view no longer shows the styles?
    I'd suspect code problems? something dw can't make sense of?
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Css stylesheets for web reports

    Does any one know how to open the css stylesheets used by BW3.0B so that they can be edited?

    Hi Ian,
    you can open the style sheet by using the mime repository -> Transaction "SO2_MIME_REPOSITORY" or with "SE80" and than Mime Repository!
    You can edit it by hand or download an existing stylesheet and make a new one.
    Of course there are a lot of editors. One of the best - and of course for FREE - is TopStyle! It has an WYSIWYG Editor so you can see the effects after any change! You can find it here: http://www.bradsoft.com/download/index.asp!
    You can use also Microsoft Frontpage and many other editors.
    Regards,
    Adem

  • Crystal 2008 How to Add a stylesheet to a report?

    Crystal 2008 How to Add a stylesheet to a report?
    I have no idea where to start:
    - Dont know how to link css to report
    - Dont know how to format different fields etc
    Please help.

    Hello,
    Hit the F1 key in CR Designer and then search on StyleSheet and it will give you info on to.
    Thank you
    Don

Maybe you are looking for

  • When ITunes changed their format it duplicated songs in my library.  How do I get rid of the duplicates without having to indivdually delete them.

    When ITunes changed their format it duplicated songs in my library.  How do I get rid of the duplicates without having to indivdually delete them?

  • Refresh rate problem on sunstudio 8

    Dear gurus, I telnet to a sun server running solaris 9 from my desktop and whenever I run studio 8 and click/drag my mouse over the debug window which displays my source file, I get a gibberish display. The gibberish display takes a while to go away

  • Organizing music for iTunes/ipod- help

    Example, I have several Tom Petty songs. However, 3 songs are in one place, 1 song in another place, 7 songs in another place. SO.. when I go to play all my Tom Petty, and I hit the Tom Petty song that is in a separate folder it will auto stop after

  • PR creation

    Dear all, Is it possible to to take the price from the last Purchase Order instead of the MAP in the material master while creating PR? Thank you.

  • Use of database.

    Hi, I have a application with some simple database activity. and the table structure are very very simple. So i think if i use mysql for the simple / minor database activity then it not simple to install the software. So if possible to do some simple