Is it possible to create menus without boxes around the text?

I'm relatively new to Muse, but I'm hooked on this issue.  I would like to insert a text menu without boxes around the text.

What I tried:

Moved in a horizontal menu of the Widget Library to my head for my main menu.  I have spent over an hour trying to find a way to make the surrounding areas go, but I can't.  I realize that I can insert text and text a link to some pages, but I don't want to have to do that if possible.

Thank you!

Hello

You can use no padding for menu items and set the same for all States:

Also if there is value stroke, you can decrease up to 0 which would remove all border weight.

Let me know if I'm missing something here.

Thank you

Sanjit

Tags: Adobe Muse

Similar Questions

  • My final document has a black box around the text. How can I remove it?

    When I receive my final signed document information text box has a solid black box around it.  Is there a way to remove it?

    Hi SimonATS,

    I thought about it!  It has been implemented in the original document, which I downloaded.  Text boxes have been set up to have a black border.

    Thanks anyway!

  • How to display the box around a text field read-only - Jdev 11.1.2

    Hello:

    In an ADF Web application:

    I have an af:inputText field, but I want to say read-only. So I put the readonly = true property, but when I did I lost the video box around the field. How can I make the text read field only but keep the box around the text display? I also tried setting to off but then it displays in gray. Is it possible to have the look of text just like a field of regular text input field but make unmodifiable?

    Thanks for the help.

    Hello

    I think that you should use the disabled property and with skinning, change the color of what you want.

    For example:

    af|inputText:disabled::content {
    background-color: White;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    }
    

    Kind regards

  • Adobe Reader highlight tool is more full of text, simply create a line around the text

    The highlight in Adobe reader tool no longer works as before.  Instead of filling the text, as it is used, the tool creates just a line around the text.  This makes it much harder to identify strengths.

    I am running Win 8 and using Adobe Reader XI version 11.0.09.

    I have attached a screenshot to illustrate.  The way the tool used to work, they testify as I want it, highlight all the text in the document.  As it is it currently works, is shown on the first line of the text, where a part of the text was highlighted with the tool as it works now.  I have just created a yellow line around the text.

    I checked how the highlight settings are both the former highlight text and the new text, and they look identical.  Percentage of the color settings and opacity are the same.

    Screenshot (2).png

    Very frustrated.  Any help appreciated.

    Try to run a repair from Acrobat (via the Help menu) installation.

  • Is it possible to create a tag that lists the individual labels [keywords] for each position? The current {tag_blogtaglist} creates an endless list of tags.

    Is it possible to create a tag that lists the individual labels [keywords] for each position? The current {tag_blogtaglist} creates an endless list of tags.

    If you can get hands on with the ID of blog post that you can list the tags assigned to this post particularly blog using module_data. It would be only possible with the new BC. Active following rendering engine. Here are some resources to point you in the right direction: how to activate the BC. Next - http://docs.businesscatalyst.com/developers/liquid/introduction-to-liquid#enable how to use module_data - odule_data http://docs.businesscatalyst.com/developers/liquid/consuming-apis-in-the-front-end-using-m install app BC API discovered to get you started on the syntax - http://docs.businesscatalyst.com/developers/apps/bc-api-discovery module data that lists the tags assigned to a blog post looks like this: {module_data = 'blogposts' version = "v3" field resource = subresource 'tag' = "tags" resourceId = collection "303870" = "myData"} resourceId is the blog ID to render tags for. Hope this helps, Mihai

  • Is it possible to create a style sheet in the APEX?

    Hi experts,

    I'm in I'm in Oracle Enterprise Manager 11 g 11.2.0.1.0.

    Is it possible to create a style sheet in the APEX of any version?
    I want to create a style sheet and use APEX report column link to it.

    Thank you.

    Cow

    Well, mine is about 4 000 lines of code to cover all of the tables in my database, so I have a separate procedure in the package for each table.

    I'm going by calling a procedure doc_start that comes to generate the HTML page header, as follows:

    PROCEDURE doc_start
    IS
    BEGIN
    HTP.
    PRINT)
    '');
    HTP. PRINT (')');
    HTP. PRINT (')');
    HTP.
    PRINT (')New system of mineral resources (NewMRDS) data');
    HTP.
    Print(' ');
    HTP. Print(' ');
    HTP. PRINT (')');
    HTP. PRINT (')');
    END doc_start;

    Then I get calls to all other procedures for tables, then I just end with a doc_end procedure to add the required data for end to an HTML page:

    PROCEDURE doc_end
    IS
    BEGIN
    HTP. PRINT (')');
    HTP. PRINT (')');
    END doc_end;

    All basically, it's pretty simple, although a lot of time. The initial package of writing took me a whole day to write, and then I had to go back several times over the years to add some adjustments or other re-formatting.

    Hope that this help put you on the right track.

  • Is it possible to create a new file using the XML via java Script?

    Hello everyone,

    Is it possible to create a new file using the XML via java Script

    • I have xml information that need to use for file name, size.
    • Based on xml file we can create a new file in InDesign with java script?
    • Kindly help me if anyone has an idea about this.

    I use InDesign CS4 on windows 7

    Sample file is attached below.

    Kind regards

    Siva

    <UpdateAd>
    <AdId>3403699</AdId>
    <Width type="mm">91,79</Width>
    <Height type="mm">80,00</Height>
    <ProductionCategory>4</ProductionCategory>
    <BookedCCIColors>sw</BookedCCIColors>
    <WorkFlowType>PDF</WorkFlowType>
    <CustomerNumber>652224</CustomerNumber>
    <CustName1>Erich Prang</CustName1>
    <Description/>
    <Description2>R</Description2>
    <UpdateIns>
    <Titel>RHZ</Titel>
    <Publication>B2</Publication>
    <RunDate>26-07-2011</RunDate>
    <Zone>H30</Zone>
    <KDDATEN>nein</KDDATEN>
    </UpdateIns>
    <WorkflowStep>IR</WorkflowStep>
    <Proof>No</Proof>
    </UpdateAd>
    
    

    xml.png

    Try this:

    var f =File.openDialog ();
    f.open('r');
    var xml = new XML(f.read());
    f.close();
    
    var myDocument = app.documents.add();
    myDocument.documentPreferences.pageHeight = xml..Height+"mm";
    myDocument.documentPreferences.pageWidth = xml..Width+"mm";
    var rect = myDocument.pages[0].rectangles,add();
    rect.geometricBounds = myDocument.pages[0].bounds;
    rect.strokeAlignment = StrokeAlignment.INSIDE_ALIGNMENT;
    rect.strokeColor = myDocument.swatches.item("Black");
    rect.strokeWeight = 1;
    myDocument.save(File(f.path + "/" + xml..AdId + ".indd"))
    

    Substances

  • How do you multiline text in a continuous form between the lines without scaling of the text?

    Help. How do you multiline text in a continuous form between the lines without scaling of the text?

    I tried to put each line of the form for amounts of specificity so that it ends at some point and does not change the text size to fit on the line but different key characters have different widths, so you do not get a length of the same line.

    I tried to remove the long text scrolling, but it changed nothing.

    I can create a text box great to fill out and have this scrolling of additional lines, but then I get too much information from people and I would need to clarify the lines behind the answer multi line text, or delete the lines...

    Is there a better solution?

    I usually just remove the lines and set the field "Does not scroll long text" so that all the text is visible. Including the lines is really only useful if the form may be printed and completed by hand, in which case you can use scripts as in this example is: http://acroscript.net/pdf/demos/multiLine_Demo1.pdf

    It works as expected in Acrobat/Reader, but not in Chrome and other PDF viewers who have little or no support for JavaScript. It uses scripts customized to validate on Focus and blur.

  • The menus in Photoshop and the text is so small to be unreadable on my new laptop.

    CC5: I just bought a new laptop which has a Display that is native to 3200 x 1800. InDesign and Adobe PDF can be used to this resolution. But the menus in Photoshop and the text is so small to be unreadable. Is it possible to expand the menus and other stull, who sits on the desk. I fiddled with the settings in windows (WIN10 Needless to say, it is perhaps that it is a problem), but I got nowhere.

    Brian Mennis

    Click Edit > Preferences > interface > ui > 200% (or increase the font size of the user interface) level.

  • Icons and boxes around the icons of web pages not displayed

    Imagine when you look at the Mozilla "enter your user name and password page" all you see is the text but no boxes around the fields. Well well... that's what I see. I see "Enter your username" but next door is no boxes around the field to enter the user name. I have to click around to see where I can type in the box.

    Other pages like the page of 360 desktop messaging used for arrow display little bent buttons as "reply" and "reply to all" and "Delete" with a grey but red X now just looking for pages. I tried to reset default FF.

    Hello, the behavior you described could be the case when you have activated a theme contrasting in your control panel windows - please move on to another topic...

  • How can I get rid of the black box around the exported video?

    I am importing video recorded with OBS in resolution 1920 x 1080. Watch the video, it seems fine. But once I run the video in Adobe first Elements 9, when I export it as a file .m2t in resolution 1920 x 1080, it has a thick black box around the video. The video source is in .mp4 format. Can someone help here?

    Versions prior to version 11 of Premiere Elements must have their projects manually configured to match the source media.

    Start a new project, in the project Panel, click settings and select project settings that correspond to your video specifications. This can be difficult because you are not editing video camcorder but the video which is produced by a third-party software. You will probably need open a sample of this video G Spot or Media Info in order to get the exact resolution, the frame rate and audio and video codecs that are in use - and, in the Premiere Elements 9 version, these codecs are not fully supported.

    You can try the free download of version 13 and see if it works better with your video. Earlier versions of the software were much greater with sources video camcorder and non-standard.

  • How to get the bounding box of the text element boundaries.

    Hi all

    I try to get the boundaries of the bounding box of the text of paragraph element. I found the following link,

    the coordinate of a bounding box is the same as the coordinates of the layer?

    But the solution does not work for me. It is for me as the layer of destination each time that is the limits of the actual text.

    Can someone have an idea how to do this?

    Thank you.

    Ok.. Looks like these settings that if the upper line of fonts is calculated from the highest point of the highest glyph or above the normal uppercase and can go above this. What is it changes by the police?  And if the exchange difference, the bottom of the bounding box moves it or increase the height?

    Discover the values limits-descriptor, especially 'top '. I think that it used to have small values of values that could be the delta of the value of the position. Note that there might be the scaling issue that I explained earlier

    Var ref = new ActionReference()

    ref.putEnumerated (charIDToTypeID ("Lyr"), charIDToTypeID ("Ordn"), charIDToTypeID ("Trgt"))

    var action = executeActionGet (ref)

    var textKey = action.getObjectValue (stringIDToTypeID ('textKey'))

    var limit = textKey.getObjectValue (stringIDToTypeID ('bounds'))

    Top Var = bounds.getUnitDoubleValue (stringIDToTypeID ('top'))

    var left = bounds.getUnitDoubleValue (stringIDToTypeID ('left'))

  • Box behind the text

    Is there a way to type text and at the same time create a fill around the text area? Like here on the left?

    Screen shot 2011-11-05 at 9.28.40 AM.jpg

    Again, check and change the Rectangle effect.

  • Is CP5.5 - possible to create a summary screen of the quiz with all issues on one screen?

    Hello Forum members

    I was wondering if it is possible, rather than having a quiz to review where you look at a screen at once quiz questions, it is possible to create a quiz summary screen, which will provide a summary that the questions were answered incorrectly/correctly (without actually giving the user the correct answers)?

    Below is an example of what I want to achieve:

    question_summary.png

    Is this possible in CP5.5? Perhaps with stocks advanced/variables?

    Thank you very much

    Loraine

    For more information, Lilybiri has now provided a more detailed explanation of how to realize the idea of vishhere above, which can be found at:

    http://forums.Adobe.com/message/3995154#3995154

    Thank you very much

    Loraine

  • Is it possible to create Transaction Type command in the world?

    Hello

    We do 200 ORGANIZATIONAL unit configuration. Where each OU works the same way.

    In the management of orders, we need create transaction Types of command for each ORGANIZATIONAL unit.

    Is it possible to create a Type of Transaction that can be used worldwide (in multiple OUS).

    Appreciate any help on this.

    Thank you

    LS

    Hello

    The answer is simple-no

    Each transaction type is linked to an ORGANIZATIONAL unit design. There is no way that you can change that.

    Kind regards

    Bashar

Maybe you are looking for