Breadcrumb Link Attributes

Hello All,
I'm trying to modify breadcrumb link appearance. On 'Edit Breadcrumb Template' page I fill 'Link Attributes' field with style="text-decoration:none;" This doesn't work and the target source html page has no changes.
Question: should I directly modify the theme's css file ? Is there a smarter workaround?
Thanks

Hello,
Just override the breadcrumb class in your page or your page template. You usually don't want to edit the shipped css's unless you know exactly what you are doing because it will effect every application using that theme.
Carl

Similar Messages

  • How to restore the "Linked" attribute of a picture to "false"?

    Just after importing a picture, the "linked" attribute of the
    picture member is "false". When distributed, the data of picture is
    packed in the DCR file.
    If some lingo code changed the "filename" of the member,
    like follow:
    member("MyPicMember").filename = ".\NewPicture.jpg"
    The content of the picture would be changed. And as a
    result, the "linked" attribute of the member would be changed to
    "true" at the same time. A triangle appears on top right conner of
    the icon of the picture member. If distributed again at this time,
    the data of picture is not packed in DCR file. Picture file must
    exist beside the DCR.
    Now I want to restore the "linked" to "false" (because I
    want to write new projects based on the old, I want to let the
    picture data in the DCR again). I found it is difficult to restore
    it. The "linked" attribute can not be modified, whether in Property
    Inspector or in code. I found the only method is delete the member
    and import again, manually, one by one. But there are many pictures
    in my program, so it makes me tired.
    Anyone tell me a good method to restore them? I hope it can
    use code to do it.

    put the following handler in a movie script:
    on mUnlinkBitmaps
    cl = the activecastlib
    sel = the selection of castlib cl
    anz = sel.count
    repeat with n = 1 to anz
    repeat with m = sel[n][1] to sel[n][2]
    memref = member(m, cl)
    if memref.type = #bitmap then
    fname = memref.filename
    if fname.length then
    memref.importfileinto(fname, [#trimwhitespace:0])
    put "imported:"&&memref
    end if
    end if
    end repeat
    end repeat
    end
    select the members you want to import (or "select all" to
    import all linked bitmaps) and type
    mUnlinkBitmaps
    into the message window and press return.
    you can also take a look at my handlermenu tool:
    http://www.farbflash.de/cgi-bin/blosxom.cgi/Dokumente/Director/Tools/handlermenu.html
    which has this among other authoring utilities in the
    utilities menu.

  • RoboHelp for Word - Breadcrumb Links in .CHM?

    From what I've read, 8.0 supports breadcrumbs in .CHM files but I can't find any reference to it in RoboHelp for Word.  If I create a new blank project in RoboHelp for HTML and go to generate the .CHM, I get the breadcrumb option and it works correctly.
    Am I looking in the wrong place or are breadcrumb links not supported for .CHM in RoboHelp for Word version 8.0?
    (Because I know it will be suggested - no, unfortunately I can't just import my documents into RoboHelp for HTML and maintain the project there.)
    Thanks!

    Hi there
    It would appear that you have your answer. If you choose to create CHM from Word, don't expect to see an option for Breadcrumbs in the CHM file.
    Sorry you can't maintain things in the proper tool. I feel for you. Using Word to create and manipulate HTML content is sort of like trying to mix oil and water. You find yourself often frustrated with issue after issue.
    Cheers... Rick
    Begin learning RoboHelp HTML 7 within the day - $24.95!
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Link Attribute in Report

    Hi:
    I have an id column in a report that links to another page.
    I want to shaow the id (ORDER_ID) in the column and use it as the link text. I have this working.
    How can I set the Link Attibute such that the link looks like a traditional page line (underlined) etc. Right now it just looks like a normal number.
    Thanks.
    Bruce

    It's probably the CSS that is being used with your theme that is dictating this.
    Try putting
    style = " text-decoration : underline "
    in the LINK ATTRIBUTES of the COLUMN LINK section. (Take out the spaces.. I needed to put those in to make it show up here).
    Doug
    www.sumneva.com

  • Modifying the placement of the breadcrumb links

    I created a header in my topic template and applied the
    template to all my topics. After generating the WebHelp, I found
    that my breadcrumb links would look like this:
    <Breadcrumb links>
    <Header>
    <Topic title>
    <Topic body>
    instead of
    <Header>
    <Breadcrumb links>
    <Topic title>
    <Topic body>
    In the output dialog, it looks as if you can only place the
    breadcrumb links at the top or bottom of the page. What I want to
    do is move the breadcrumb links below the header.
    Any help would be appreciated.

    Hi, Feldman. You may be able to pinpoint the location of the sleep switch that the magnet activates by moving a small handheld magnet (perhaps a bit of that flexible, cuttable magnetic material used for signs, magnetic business cards, etc.) around over the PB until it goes to sleep. Then take measurements that will help you position the PB's own magnet directly over that spot when the display is closed. I've done this with my Tibook to identify the exact position of the sleep magnet, even though I haven't actually seen the magnet.

  • Why do my breadcrumb links come out wrong?

    I'm using the snipet function under the window tab in CS6 for breadcrumb links.  I'm following directions, and including the correct link and text in the correct order.  For some reason, the order comes out wrong.  The two >> first, then the text for the current page (which is not a link), then the second link, followed by the first link.  I tried to see if the formatting of the hyperlinks was affecting this, but it does not appear so.
    I tried writing the code without using the snipet function, and this exact same result still happens.
    Please advise with any help if you can.
    Thanks!

    Hello John,
    because of your "I tried writing the code ..." I recommend that you have a look at http://kaosweaver.com/extensions/details/Breadcrumbs.
    Good luck!
    Hans-Günter

  • Many App Modules - breadcrumb links jumbled

    Hi,
    We use the JHeadstart 10.1.3.3 to develop multiple app modules for our projects.
    As per the documentation available, we have modified the
    Main Faces Config,
    Group Beans Faces Config Directory,
    UI Pages Directory,
    UI Regions Directory names for different modules.
    The functionality works for all the modules. But the breadcrumb links seem to have problem.
    when we come out of one app module completely and start with the new traversing of the second module, the old breadcrumb values seem to remain.
    ie.
    I traverse and update Master and detail tables of 1st App module, i see the breadcrumb to be.
    "App Module 1 Master Table -> App Module 1 Detail Table ->"
    Then i switch to next app module(App Module 2) link,
    Now i expect to see
    "App Module 2 Master table "
    but i see
    "App Module 1 Master Table -> App Module 1 Detail Table -> App Module 2 Master Table"
    How do we remove the existing breadcrumbs when we come out of one app module?
    Or in other words, is there any other settings we need to modify?
    Thanks,
    Siva

    See More than one Application definition Files

  • Command Link attribute is returning null.

    Hi all,
    I have a pojo iterator with me. I have to generate command link for a attribute from that iterator. I generated them using a ForEach loop as below and put address of employee as an attribute of that tag. Now in the Action Listener i am fetching this attribute using actionEvent as below : -
        public void displayUploadAttachment(ActionEvent actionEvent) {
           System.out.println("Content Id:- "+actionEvent.getComponent().getAttributes().get("adr"));
    My action Listener returns it as NULL. I am not getting why it is doing this.
    <af:forEach items="#{bindings.myEmpIterator.children}"
                                  var="emp">
                        <af:commandLink text="#{emp.firstName}" partialSubmit="true" id="cl22"
                                        actionListener="#{viewScope.empBean.displayEmpAddress}">
                        <f:attribute name="adr" value="#{emp.address}"/>
                        </af:commandLink>
                      </af:forEach>
    J dev version
    Studio Edition Version 11.1.1.6.0

    Hi,
    Couple of things to check.
    1. Check if the address is really null (instead of #{emp.firstName} as text for the commandLink, try with #{emp.address}).
    2. Instead of
    System.out.println("Content Id:- "+actionEvent.getComponent().getAttributes().get("adr"));
    try
    System.out.println("Content Id:- "+((RichCommandLink)actionEvent.getSource()).getAttributes().get("adr"));
    -Arun

  • Link attribute structure to the hierarchy of territory management

    HI verybody
    I'm working on territory management. I created the hierarchy and I defined the attributes. But now, how is possible to link this attributes to the hierarchy?
    thank for your help
    Stefano

    found it, the structure name is WPLOG.

  • How to give a value an Hyper link attribute

    Hi,
    I am pulling some data from the database and displaying on a report. One of the feilds in that report is the DATA. How can I give Hyperlink to that data value and then when I click on that DATA one of the SQL or PL/SQL script needs to be triggered and then an Summery sheet needs to displayed.
    My question is
    1) how to create an hper link on that perticuler column value DATA and how to make it action according to my requirement mentioned above when user clicked on that value.
    Cheers,
    Krishna.

    Hi Rene,
    The following is a comment that I posted into the wrong thread but hopefully explains how this works:
    You can specify the value from any column for use in the link by using #columnname#.
    In the example, linked to above, the column link text is: Show employees for #ENAME#
    I have a hidden item on the page called P39_MGR. The link branches back to the same page (in this case, page 39) and sets the value of P39_MGR to #MGR# (the column that contains the manager's ID).
    The second report then has a filter:
    SELECT fieldnames
    FROM EMP
    WHERE MGR = :P39_MGR
    Regards
    Andy

  • My "Home" breadcrumb link does not point to my home page.

    I have set my Home page as start page and main menu works fine just not the breadcrumb.
    The Home on the breadcrumb still points to index.html.
    Any suggestions?
    Thanks

    Sidney
    I also responded by adding to my original request.
    Problem still there in cache cleared Firefox as well as new IE browser.
    Page in question is http://airflowinc.businesscatalyst.com/test
    Steve
    Steve Lettau
    Business Solutions
    N78 W8060 TopView Trail
    Cedarburg, WI  53012-3407
    Phone: 262.204.8138
    Cell: 262.339.3110

  • How do you link attributes in data warehouse

    I am new to data warehouse and I am trying to get some direction on how tables, data is linked in the data warehouse archieture. For example in a rational database inorder to get data from several tables to print on a report I would have to join tables, or maybe have a unique field in each table that retrieves the information for that record. How does this work in Data Warehousing. I will appreciate some insight on this subject.
    thanks

    11616,
    Welcome to the exciting world of Data Warehousing! The relational concepts you are referring to still apply in data warehousing. There are also dimensional concepts, for the data that has inherent hierarchy. And too much more to mention here.
    The following resources are great places to start. They are widely recognized in the industry and are vendor independent:
    1. Bill Inmon
    http://www.billinmon.com//library/articles/article2.asp#General
    2. Ralph Kimball
    http://www.rkimball.com/html/articlesfolder/DWfundamental.html
    Almost vendor independent:
    3. "Oracle9i Data Warehousing Guide Release 2", Chapter 1: "Data Warehousing Concepts".
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96520/concept.htm#43555
    Nikolai

  • Html link attributes

    Would you please help me with the html code to create a link
    that will open the new browser window without menu bars/navigation.
    I can't find how this is done in Dreamweaver nor straight coding.
    Thanks so much for your help!

    I wouldn't recommend it as if I went to your site, I would
    leave after such
    browser manipulation, but...
    If you haven't already, you would be well served searching
    through the
    archives for the answer to your question. The archives can be
    found here:
    http://groups.google.com/group/macromedia.dreamweaver
    http://groups.google.com/group/macromedia.dreamweaver.appdev

  • How do create different link attributes on the same page

    I am using CSS links for my menu. The links are white, large and bold, but I want an email link to be a different color, font and smaller in size. How can I do this?

    Yow 400 somthing views and no one to help this guy...wow you people are mean....
    Ok just use a class for the email link....
    put a span around that email link
    <span class="class_name"><a>email link</a></span>
    then in the css place the class
    .class_name{
    color:red;
    If this doesnt work then that means the class needs to be more specific example
    span .class_name{
    color:red;

  • Not able to open Modal Page through a report attribute link

    Dear All,
         Not able to open Modal Page through a report attribute link, kindly help me...
      I am using skill builders modal page plugin ...
    Thanks and Regards,
    Madonna

    Here's what you have to do.
    You set up your column link like this:
    Link text: whatever you like
    Link attributes: onclick="return false;" class="open_modal"
    Target: Page in this application
    Page: number of the page you want to open in your modal window
    You set up your dynamic action like this:
    Event: Click
    Selection type: jQuery selector
    jQuery selector: .open_modal
    (notice the dot at the beginning!)
    Action: SkillBuilders Modal Page (2.0.0) [Plug-in]
    Event Scope: Dynamic
    And finally, in your True Action (SkillBuilders Modal Page (2.0.0)), URL Location should be set as Attribute of Triggering Element.
    And that's pretty much all it takes.
    Hope this helps.

Maybe you are looking for