How to remove the underlining on text links in Muse...

Hello

Someone knows how to remove the annoying underlining of text links in Muse. I of course, my link to have no underlining - Muse who works, but does not work once online style.

Even better - nobody how to create a style of hover through Muse? I used to do it via Dreamweaver without problem - but have had no luck with the Muse so far.

And is it possible to style 2 links to text in a sentence? It seems to only be able to style the entire sentence rather than just links

If anyone can help?

Laura

Not to worry - it worked!

For someone who does not know, go to file/Site properties and click on the text tab. Its all here!

Tags: Adobe Muse

Similar Questions

  • Windows XP: How to remove the underline of my icons? The standard method (Tools |) Records | etc) doesn't change anything

    Windows XP: How to remove the underline of my icons?  The standard method (Tools |) Records | etc) doesn't change anything

    In addition to the information provided by Imran, you can also watch the following option:
    Go to start > settings > Control Panel > Folder Options.
    On the general tab, uncheck the box 'Underline titles compatible icon. "
    with my browser.

    This was suggested in another forum by Carey Frisch.

    It will be useful.

    Marilyn
    .

  • How to remove the underline from a StandardListItem

    Hello, I want to remove the underlining of a StandardListItem, I tried to increase the height to match the underlining with my background image but no result

    {StandardListItem}
    reserveImageSpace: false
    Description: {}
    ListItemData.type;
    }

    }

    Thanks to you all

    Ok

    So instead of StandardListItem, try setting the ListItemComponent. Something like the bellows of the sample, and you need to override the default behavior of GroupDataModel::itemType() also.

    function itemType (data, indexPath) {
        return "myItem";
    }
    listItemComponents: [
        //-- define delegates for different item types here
        ListItemComponent
        {   type: "myItem"
            Label {
                text: ListItemData.text
            }
        }
    ]
    

    https://developer.BlackBerry.com/Cascades/reference/bb__cascades__listitemcomponent.html

    I hope this helps.

  • How to run the AP div text link?

    Dreamweaver CS 5.5 site.  I then place a lot of images in the middle of the text uses a lot of AP div tags.  I added an AP div with text inside.  I want this text to post a link to a video so I have highlighted the text and creates a link to an external page (youtube video), but the link does not work.  (I also tried to make a new separate page within my website which was held only as video and by linking to THAT, but the link does not work like that either.)

    I searched the internet for two days now to find answers about how to make the link work, or what I am doing wrong.  I tried just add text to the page (without AP div) and to that, but with all the images in the AP div tags, that I have on the page, I can't move the text where I need on the page - it just seems in a long column to the left of all the other AP div

    Any help on this is accepted with gratitude!

    (If you want to display - website is www.shutupandsign.com--le ' see the announcement "link for video of sign-Christmas song)

    Thank you!!!

    Marty

    (On Mac OSX)

    Line 321 of your HTML file:

     

    Delete this for your link to work. It sits on top of the Div "see the announcement", this does not affect the 'cliquabilite' of this div.

    Also, I noticed your document uses a large NUMBER of spacers - he is very old school and is not necessary. In addition, APDivs are not necessary and are not at all necessary. You can use normal DIVs and use the CSS position property to position elements on the page either relatively or absolutely to the document.

    Come to your real location, if you remove the line 321, as mentioned above, the link will work, but your alignment will go for a draw. Realign the 'foot' again!

    Also, you have a lot of conflicting values of z-index. Use them only to the extent necessary, not throughout your code.

    Also go through your document the W3 validator and correct errors: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.shutupandsign.com%2F&charset=%28detect+ automatically % 29 & doctype = Inline & group = 0

    Sure seems to me that you have tons of corrections on the site!

    Good luck

    -ST

  • How to remove the default 'Contours' text when creating forms of vector layers?

    Hi all!

    You know the text, it adds to the layer name when you create forms of a vector layer who says the contours? Well, someone knows if it is possible to change it or remove it?

    It sucks to have to remove it manually, especially when there are a lot of layers and you took the time to prepare them in illustrator.

    Thankss,

    Oliver

    So the answer is no, there is no way to automate this process. There is no rename the lot for layers in AE, Illustrator, Photoshop, In Design or any other application I've ever used and that has layers.

  • How to remove the underline in ibooks

    I inadvertently pointed out a passage from the ibook.  I saw a chance to go to the notes and then slide the passage, but it does not work

    I just started iBooks tabs a word choose brand

    It turned out to be yellow

    I have the word clicked on the icon to the trash can in the context menu on tabs

    He stopped being yellow

  • Script to search for text and remove the hyperlink and characterstyle link which applies (back to normal)

    I need help with my script to search for text and remove the hyperlink and characterstyle link which applies (returns the normal text).

    I can't do either as I want.  I want the user to be able to type in a dialog text they want to search for, do search this text IGNORING case (case insensitive) and then for all instances that he find it, remove character styles that are applied to the (set to [none]) and delete the hyperlinks.

    My code seems to define the character style [None], when I click on the text and look at the window of character Styles, BUT all old styles (font color, underline) are always applied and removed not as I want.

    Also, I can't understand how to remove all of the old links.

    Here is my code:

    myDocument var = app.activeDocument;

    var noneStyle = myDocument.characterStyles.item ("[None]");

    var myFindVal = "";

    var myErrorText = "";

    var myErrorCount = 0;

    myDialog = app.dialogs.add var ({name: "search user submitted text and delete hyperlinks from objects found.", canCancel: true});

    {with (MyDialog)}

    {with (dialogColumns.Add ())}

    {with (borderPanels.Add ())}

    staticTexts.add ({staticLabel: "search and delete hyperlinks for :"}); "})

    myTextBox var = textEditboxes.add({minWidth:100});)

    }

    }

    }

    If (myDialog.show () == true) {}

    myFindVal = myTextBox.editContents;

    doSearchAndReplace();

    app.findTextPreferences = NothingEnum.nothing;

    app.changeTextPreferences = NothingEnum.nothing;

    If (myErrorCount == 0) {}

    Alert ("done! ("Part of the links have been removed for: '" + myFindVal + ""! "");

    }

    else {}

    Alert ("last error: '" + myErrorText + "' & number of errors:" + myErrorCount);

    }

    }

    myDialog.destroy ();

    function doSearchAndReplace() {}

    app.findTextPreferences.findWhat = myFindVal;

    app.findChangeTextOptions.caseSensitive = false;

    app.findChangeTextOptions.includeFootnotes = false;

    app.findChangeTextOptions.includeHiddenLayers = false;

    app.findChangeTextOptions.includeLockedLayersForFind = false;

    app.findChangeTextOptions.includeLockedStoriesForFind = false;

    app.findChangeTextOptions.includeMasterPages = false;

    app.findChangeTextOptions.wholeWord = false;

    var myFoundItems = myDocument.findText ();

    for (i = 0; i < myFoundItems.length; i ++) {}

    myRemoveHyperlinkAndStyle (myFoundItems [i]);

    }

    }

    function myRemoveHyperlinkAndStyle (myFoundItem) {}

    try {}

    myDocument.hyperlinkTextDestinations.item (myFoundItem) .remove ();

    myDocument.hyperlinkTextSources.item (myFoundItem) .remove ();

    myDocument.hyperlinkURLDestinations.item (myFoundItem) .remove ();

    myFoundItem.applyCharacterStyle (noneStyle);

    }

    {catch (MyError)}

    myErrorCount ++;

    myErrorText = MonErreur;

    }

    }

    Hello

    Right, some hyperlink might be a pageItem...

    expand the 'if' condition with:

    If (myHyp [len].source.hasOwnProperty ("sourceText") &... content ==...)

    Jarek

  • How to remove hidden links (how to remove the links, ONLY the hidden parts of the document)

    in Acrobat XI-> after deletion "text hidden" using the tool 'Remove hidden information'-> links still remain in the hidden passage / cropped -> so the real question is - HOW TO REMOVE THE LINKS HIDDEN in a PDF. An approach may be to remove 'links, Actions and Javascripts' tool 'Remove' hidden information - BUT it removes links TO the WHOLE OF the DOCUMENT - "how to remove the links, ONLY the hidden parts of the document"

    Hidden text is the collection of glyphs in the PDF page using the text rendering mode 3 (no terms, no fill).

    The links set up in connection with this hidden text are not 'hidden' (this isn't how it works with annotations PDF link - see ISO 32000-1: 2008).

    Any link annotation placed in a PDF file are the same as any other annotation link (with the exception, of course, of whatever Action the link happens to).

    Thus, no special sauce for the links that were placed in conjunction with now deleted "no hidden text.

    In the context of what you wrote, maybe it's you select - Ctrl + click the link annotations of interest and press the delete key.

    Be well...

  • How to remove a file that is linked to the file have?

    Hi, I reuse an old file I with a linked file and make some changes.  But I don't need the file linked in my file to have revised.

    Please let me know how to remove the file linked, so that I need not not to click on "ignore" in the pop-up window to remind me unable to find the linked file when I open the new file have every time.

    Thank you very much!!

    Hi lhcheng, I know that you can search for the file in your layers panel and delete (I must say linked file) even if its lack and that should remove it from the links aswell

  • How to remove the text box enclosing white

    Hello

    I am a student in multimedia and need to create a portfolio manager and would like to know how to remove the white text box when writing text? Already, I have a background and would like to have white on bakground or plain black writing, don't want the white bounding box. How can I remove that?

    Thank you

    This depends really on what type of Member of text that you used, but in general, you should select the sprite on the stage, then go to the Sprite of the property inspector tab.  Find the ink setting and change into Transparent or Matt.

  • How to remove the character within a text.

    How to remove the character within a text.
    If I have a text like: "[4, 5, 6, 3, 9]" How can I remove the commas?
    Thank you
    and Merry Christmas.

    A possible technique would be to use a repetition structure that loop until all of the commas are removed:

    on mouseUp me
     
    theString = '[4, 5, 6, 3, 9].
     
    Repeat while theString contains «,»
    thePos = offset ("," rope)
    delete theString.char [thePos]
    end repeat
     
    put the rope
     
    end mouseUp

    However, this probably isn't the most effective technique if you are dealing with very long strings.

    If you use the JavaScript syntax, you can strip characters with a regular expression.

  • How to remove the spaces of a template header

    I'm trying to work myself through the understanding of the html codes using a model dreamweaver and creating a page for my company. I used dreamweaver before CC, but I try to understand the new changes.

    I came across a problem with the fact that I'm hoping to get help.

    I tried to replace a logo placeholder on the template with my own logo. I seem to have a little space to white at the bottom of the logo when I see mode live view or a browser. How can I get rid of him. I've tried combinations of 0 margins and changing the filling, but it seems I'm just whistling in the dark. Here is the code:

    The CSS associated with this page is here:

    !-[CodeBlockStart:dec9d6ff-17ba-4058-9575-0b88476c1251]-->@charset "UTF-8"; body {make: 100% / 1.4 Verdana, Arial, Helvetica, without serif;}]   background-color: # 42413.   margin: 0;   padding: 0;   Color: #000; } / * ~ ~ Tag of the element selectors / ~ ~ * / ul, ol, dl {/ * because of variations between the browsers, it's best practices to zero padding and the margin on lists.} For consistency, you can specify the amounts you want to here, or on the list (LI, DT, DD) items they contain. Don't forget that what you're doing here cascade to the .nav list unless you write a more specific selector. * / padding: 0;   margin: 0; } h1, h2, h3, h4, h5, h6, p {margin-top: 0; / * deletion of the top margin works around a problem where margins can escape its container block.} The margin of the low rest it will take away from all of the following items. * / padding-right: 15px;   padding-left: 15px; / * adding padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any mathematical model of box. A block nested with side pads can also be used as an alternative method. {* /} an img {/ * this switch how to remove the default blue border displayed in some browsers around an image when it is surrounded by a link * / border: none ;} / * ~ ~ style for your site links must remain in this order - including the Group of selectors that create the hover effect.} ~ ~ * / a: link {color: # 42413;}   text-decoration: underline; {/ * unless that you style your links seem to be extremely unique, it is best to predict stresses quick visual identification * /} a: visited {color: #6E6C64;}   text-decoration: underline; } a: hover, a: active, a: focus {/ * this group of selectors will give a browser keyboard the same experience of hovering as the person who uses a mouse. * / text-decoration: none ;} / * ~ ~ this container fixed-width surrounds all the other blocks ~ ~ * / .container {width: 960px;}}   background-color: #FFFFFF;   margin: 0 auto; {/ * set to auto on the sides, coupled with the width available to the centres * /} / * ~ ~ the header is not given a width. It will extend to the entire width of your layout. ~ ~ * / header {background-color: #A36BE8 ;} / * ~ ~ these are the columns for layout.} (~ ~ 1) padding is only placed on the top and/or bottom block elements. The elements contained in these blocks have padding on their sides. This avoids any «mathematical model of box» Keep in mind, if you add lateral pads or border to the block itself, it will be added to the width that you set to create the * total width. You can also remove the padding of the element in the block element and place a second inner block with no width element and the necessary padding for your design. (2) no margin was given to the columns, because they all floated. If you need to add the margin, avoid placing on the side you're floating into (for example: a right margin on a block set to float to the right). Many times, padding can be used instead. For blocks where this rule needs to be broken, you need to add a statement of ' display: inline ' to the rule of the block element to tame a bug where some versions of Internet Explorer double the margin. (3) given that the classes can be used several times in a document (and an element can also have several classes applied), the columns have received the names of classes instead of IDs. For example, two blocks from the sidebar could be stacked if necessary. These can easily be changed to the ID if that's your preference, as long as you don't use them once per document. (4) If you prefer your nav on the left instead of the right, just float those columns the opposite direction (to the left instead of all rights), and they will return in reverse order. There is no need to move the blocks in the HTML source code. * / .sidebar1 {float: right;}   Width: 180px;   background-color: #C5C2B8;   padding-bottom: 10px; } content {padding: 10px 0;}   Width: 780px;   float: right; } / * ~ ~ This group selector gives the lists in the domain content space ~ ~ * / content ul, ol content {padding: 0 15px 15px 40px; / * this padding reflects the right padding in the titles and the paragraph above net.} Padding was placed on the bottom for the space between the other elements in the lists and on the left to create the withdrawal. These can be customized as you wish. {* /} / * ~ ~ The list of navigation styles (can be removed if you choose to use a contextual menu premade as Spry) ~ ~ * / nav ul {list-style: none; / * this command deletes the list marker * / border-top: 1px solid #666; / * this creates the top border for the links - all others are placed using a bottom border on the LI * / margin-bottom: 15px; / * it creates space between the following content browsing * /} nav li {border-bottom : 1px solid #666; {/ * Creates the separation of button * /} has nav, nav a: visited {/ * these selectors of grouping allows you to ensure that your links to retain their look button even after visiting * / padding: 5px 5px 5px 15px;}   display: block; / * Gives the link properties block causing it to fill the whole container LI. This causes the entire area responds to a mouse click. * / Width: 160px;  / * This width makes all the clickable button for IE6. If you do not need to support IE6, it can be removed. Calculate the width by subtracting the padding on this link of the width of your sidebar container. * / text-decoration: none;   background-color: #15EE00; } nav a: hover nav a: active, nav a: focus {/ * this changes the background and color of text for browsers of mouse and keyboard * / background-color: #ADB96E;}   color: #FFF; } / * ~ ~ Footer ~ ~ * / footer {padding: 10px 0;}   background-color: #CCC49F;   position: relative; / * This gives hasLayout IE6 to erase correctly * / clear: both; {/ * This clear property forces the .container to understand where the columns end up and contain them * /} / * HTML 5 support - sets new HTML 5 tags to display: block so browsers know how to render the tags correctly. * / section, footer, said by the way, article, header, figure {display: block ;}}

    Thank you very much for your help!

    Try this-

    What you are because space is the placeholder for the descenders of glyph on any item that is rendered in a text box (that is, an inline element). By making the image "display: block" you eliminate that space, because a block element is not top-down. If it works to your satisfaction then you can give the logo an id and creation of a CSS selector that contains this kind of block.

  • How to remove the translations

    Hi all

    We have two ways to remove customizations
    (1) using the Funcational administrator-> customization
    the query page and manage personalization and remove the customization.

    (2) using the script.
    Start
    jdr_utils.deleteDocument('/Oracle/Apps/PON/award/completion/WebUI/customizations/site/0/ponCompleteAward2PG ');
    end;

    How to remove the translations.
    One way is still change target language text for English and import the file .xlf.
    Is there another way?

    With respect,
    Kali.
    OSSI.

    Hi Kali

    Please check if this link helps out. It gives a method to remove translations.

    http://ramaatoracleapps.blogspot.com/2010/03/migrate-OA-framework-personalizations.html

    Thank you
    AJ

  • How to remove the message "not using current Version" boring?

    For months, my Firefox home page included a note that I do not have the latest version and provides a link to update. When I use the link I said "Congratulations, you are using the latest version." Adding insult to injury, there are not 20 minutes, I downloaded 27, and the message is still there. Almost the end of the world, but at this point, it is very annoying. How to remove the message?

    The old page of Google-Firefox has not changed since Firefox 4 is released, please disregard the information updated on this page.

  • Please tell me exactly how to remove the AVG search function

    Please tell me exactly how to remove the AVG search function

    edited by a moderator for clarity

    You need not repeat dozens of times or use profanity to get help.

    (1) disable all non-essential or unrecognized extensions on this tab. Don't know what it does? When in doubt, turn off:

    Firefox orange (or the Tools menu) button > addons > Extensions category

    Use the links above a disabled extension to restart Firefox if some seem to.

    (2) restore your Google search engine:

    https://addons.Mozilla.org/en-us/Firefox/addon/SearchReset/

    (3) check a user.js file (before the release of Firefox, otherwise the parameters in this file can cancel your cleaning) as described in this article: How to fix preferences that will not save.

    (4) If AVG search took over your page to the new tab (Ctrl + t), which changes as follows:

    (A) in a new tab, type or paste Subject: config in the address bar and press ENTER. Click on the button promising to be careful.

    (B) in the filter box, type or paste newtab and make a pause so that the list is filtered

    (C) double-click the preference browser.newtab.url and enter the desired value for your favorite page:

    thumbnails (i) (default) Page = > subject: newtab

    (ii) blank tab = > subject: empty

    Firefox homepage integrated (iii) = > topic: welcome

    (iv) any other page = > full URL of the page

    IMPORTANT: If you have AVG software in your Windows Control Panel, you need to remove it.

Maybe you are looking for