How do I insert a link to an internal page into .mucow

Hi,
I am quite new to Muse and I want to build a .mucow Widget, to configure a an external JS file.
As I am having some links to place, I was wandering, how to get a option for an internal link.
The documentation is only talking about external links, but not internal.
<url>
Can someone give me a hint?
Thanks in advance.
wim

Unfortunately, mucow files don't yet have support for linking to files. This is something we'll explore adding in a future version of Muse. Until then, you could use a text field and have users type in the URL to the asset, or suggest they use the 'add files for upload' to get the files into the /assets/ folder, so you can tell where the file will be.

Similar Messages

  • How can I insert a link to an image file into numbers

    I wish to include access to images in a numbers spreadsheet without actually inserting the images. Doing this where the image is a web page is not difficult but these images are on my local drive. I tried dropping an image file onto Safari ( the image opens as a page in Safari) and then copying the URL ( it has the form:  file:///Users/JTC_49/Documents/Pictures/IMG_0248.JPG )  and using it to create a link ( Format>Add a Link>paste the URL into the 'link' field). That all seems to work but when you click on the link you get a message " Couldnt Open Link ". A web page link would open a browser and display the linked page. This does not appear to try to open a browser to pass the URL.
    MacBook Pro, OS X Mavericks (10.9.3), Numbers 3.2

    Open the parent file. Go to Tools> Advanced Editing> Link tool. Then draw an area in the parent file with the link tool to open the new file. You will get the Create link dialog box. Under Link action, select "Open a file" and click on next. Select the file to open and click on Select button. You will get the "Specify Open Preference Window".  Select  "New Window"  and Click on OK. Save the file and re-open it. This time the new file will open in a new window keeping the parent file.
    Bobby Johnson.

  • How can I insert a link to a YouTube video in RoboHelp?

    How can I insert a link to a YouTube video in a RoboHelp CHM topic or in a WebHelp topic. On YouTube, I can select Share \ Embedded and get this HTML:
    <iframe width="560" height="315" src="//www.youtube.com/embed/hz1egoBSukE?list=PLAAC40DA8171E6038"  frameborder="0" allowfullscreen></iframe>
    But when I generate the project, I get the msg, This program cannot display the webpage.

    Or just paste the embed code from Youtube in the topic (using HTML view)
    Greet,
    Willam

  • Is it possible to create a "click to expand" text box, instead of linking to another internal page?

    I am working on a personal website, but I want to segment my bio into sections. Ideally I would refer users to "click to expand" under each segment, but I am finding that I can only link to additional internal pages. Any suggestions?

    Hi there
    As Lilybiri said, you could insert a Smart Shape and configure it as a button. Then have a second Smart Shape or a Caption with the hint text. Assign the action of showing the hint when the Smart Shape is clicked.
    Note that this would be an either/or situation. You could not perhaps show the Caption for a determined time and have it disappear.
    Cheers... Rick

  • Create a photo page and have the photo's link to other internal pages

    really basic quesiton, sorry but I can't do this for some reason. I created a photo page that is going to be a menu page to link to some internal pages. for some reason the Enable as a Hyperlink is greyed out and I can't click on it to make the image a hyperlink.
    Any help or suggestions?
    Thanks

    What you need to do is place a shape over the top of the image, then using Inspector, Graphic Tab give it an Opacity of 1% then you can make the shape a hyperlink.
    The imageholders on the photo page cannot be used as hyperlinks.
    Alos you must giv ethe shape an opacity of at least 1%, if you try 0% it will not work.
    Will
    1GHz G4, 15" PowerBook, Airport Network, 1G iPod Mini   Mac OS X (10.4.6)   www.willg4pb.com for iWeb tips

  • How can I copy and paste table cells from Pages into InDesign with minimum reformating?

    How can I copy and paste table cells from Pages into InDesign with minimum reformating?

    Do you mean you want to retain the formatting from Pages, or retain formatting already applied in ID?

  • How to fetch the SAP Standard Prog. built internal table into my_z_prog.?

    Hi Experts,
    Pls. let me know that,
    How to fetch the SAP Standard Prog. built internal table into my_z_prog.?
    For more explannation, pls. see my other thread with name of yestrday,
    SUBMIT RFGLBALANCE WITH selection criteria, then How to get resulted itab?
    thanq

    Hi
    Suppose RFGLBALANCE is your standard program and you have an internal table named I_RFGLBALANCE.
    And lets say your Z program name is Z_SRINIVAS.
    First find out the type of the internal table you want in your Z-program in the standard program. And declare an internal table of similar type in your Z-program.
    I hope you can do this much.
    Later wherever you are putting the below mentioned code.
    SUBMIT RFGLBALANCE WITH selection criteria
    Write the code which i have written.Obviously modify it to suit your requirement.
    Please show what is not working fine so that even anyone else can help you with the problem you are facing.
    Regards,
    Mayank

  • How do I create a link to a different page in my portal website

    This is probably a no brainer for someone. I've got Oracle Portal 10.1.4, and I'm writing a portlet. I want to create a link in that portal to another page in the portal. How should I do that in Java? Currently when I put in the link to the other page it just loads in the current portlet cell.
    Thanks mucho!
    ft

    >Would the following be a part of it:
    >
    >Outer join
    Probably not. When updating/inserting/deleting from 2 tables you perform each seperately. Table updates may join two or more tables to resolve the correct row(s) but you still only update one table at a time. Procedurally you would create a transaction, update the first table, update the second table and then commit the transaction.
    EDIT: Well I take back my last comment. I see that MySQL does seem to support multiple table updates. I don't use MySQL so I can't really help you on that but the MySQL manual gives pretty clear syntax.

  • NEED INFO ON HOW TO REMOVE  ""LOGIN ASSISTANCE LINK'' ON THE MAIN PAGE r12

    Hello, we want to remove (or make it invisible) the "LOGIN ASSISTANCE' on the main page of the r12 instance before we go live. WE will not be given that option to our end-users. Can you please advise how to. THanks.

    Pl see MOS Doc 735964.1 (How to Disable Login Assistance link in R12?)
    HTH
    Srini

  • How do I insert textarea values one at a time into database?

    I have a a simple form:
    Select List - populated by a recordset that gets a list of technicians.   In this format:   Label - >  Tech name   Value - > Tech ID
    Textarea - To paste zip codes into that the tech services.    In this format:   12345,12346,12347,etc..
    When I want to submit the form, I want it to take all of those zip codes and insert them into the database as a single record each with the tech's id from the select list. 
    The code I have is thus:
    $zipcodes = explode(",", $_POST['textarea']);
    $countZips = (count($zipcodes));
    if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
    foreach($zipcodes as $key=>$value)
    while ($countZips >= 1) {
    $editFormAction = $_SERVER['PHP_SELF'];
    if (isset($_SERVER['QUERY_STRING'])) {
      $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
      $insertSQL = sprintf("INSERT INTO zip_zip (zip_code, tech_id) VALUES (%s, %s)",
                           GetSQLValueString($value, "int"),
                           GetSQLValueString($_POST['select'], "int"));
      mysql_select_db($database_localhost, $localhost);
      $Result1 = mysql_query($insertSQL, $localhost) or die(mysql_error());
              $countZips--;
    //Done value exists
    //Now moving to next page when done
              $insertGoTo = "index.php";
      if (isset($_SERVER['QUERY_STRING'])) {
        $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
        $insertGoTo .= $_SERVER['QUERY_STRING'];
      header(sprintf("Location: %s", $insertGoTo));
    //END
    The issue is - let's say I paste 105 zip codes into the text area.   It will insert the FIRST zip code 105 times into the database instead of inserting the 105 zip codes individually.
    Any idea what I'm doing wrong here?
    Thanks!

    Ok, so all of that mysql stuff just needs to be ran once until the connection is closed.  I didn't know that.  That probably makes it run better too.
    Ok, so here is what that code looks like now.  There are a few additions because it turns out I also have to check to make sure the zip code is in a state that the tech is licensed in.  : (  I have a question about how to do that because it is different.  Do I need to post a new question or is better to ask here since my stuff is usually in left field?
    Any way here is my code now.  I think it is much better, right?
    //Start
    //This is my recordset to get the last tech added
    mysql_select_db($database_localhost, $localhost);
    $query_getTechs = "SELECT * FROM zip_tech ORDER BY tech_id DESC";
    $getTechs = mysql_query($query_getTechs, $localhost) or die(mysql_error());
    $row_getTechs = mysql_fetch_assoc($getTechs);
    $totalRows_getTechs = mysql_num_rows($getTechs);
    //This is where I'm getting all zip codes that are serviceable by stupid regulations
    mysql_select_db($database_localhost, $localhost);
    $query_Recordset1 = "SELECT zip_code, state_prefix FROM zip_code";
    $Recordset1 = mysql_query($query_Recordset1, $localhost) or die(mysql_error());
    $row_Recordset1 = mysql_fetch_assoc($Recordset1);
    $totalRows_Recordset1 = mysql_num_rows($Recordset1);
    //ARRAYS
    $results = array();
    $states = array();
    do {
      $results[] = $row_Recordset1['zip_code'];
      $states[] = $row_Recordset1['state_prefix'];
    } while ($row_Recordset1 = mysql_fetch_assoc($Recordset1));
    //Check if form is filled out
    if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
    //If so, explode textarea values into an array or something
    $zipcodes = explode(",", $_POST['textarea']);
    //MySQL Stuff
    mysql_select_db($database_localhost, $localhost);
    $editFormAction = $_SERVER['PHP_SELF'];
    if (isset($_SERVER['QUERY_STRING'])) {
    $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
    //my loop to go through each zip code one by one
    foreach($zipcodes as $value)
    //Let's see if the value from the textarea is in our $results array from above
    if (in_array($value, $results)){
    //If it is in the array - then insert it into the database with the tech id
      $insertSQL = sprintf("INSERT INTO zip_zip (zip_code, tech_id) VALUES (%s, %s)",
                           GetSQLValueString($value, "int"),
                           GetSQLValueString($_POST['tech_id'], "int"));
      $Result1 = mysql_query($insertSQL, $localhost) or die(mysql_error());
    //Done value exists
    //Now moving to next page when done
              $insertGoTo = "index.php";
      if (isset($_SERVER['QUERY_STRING'])) {
        $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
        $insertGoTo .= $_SERVER['QUERY_STRING'];
      header(sprintf("Location: %s", $insertGoTo));
    //END
    Message was edited by: Drymetal

  • How can I insert/move a table cell in Pages?

    I'm making labels for tab dividers (specifically, for dividers in comic book boxes) and I'm trying to figure out how I can insert an empty cell in the table. Or move the other cells over/down and have them "wrap" from the end of the row to the beginning of the next row if neccessary. Can this be done?

    KonKrypton wrote:
    Jerrold, I can do that, but I was hoping for a way to "scootch over" the cells so I can keep them in order. That would require me to cut and paste every cell from the target cell to the end of the document (or page). I have a feeling that what I'm looking for doesn't exist.
    Thanks, I appreciate the idea.
    Kon,
    It would be easy to move a group of rows, but there's no way to get it to snake down or up. This is a 2-D array, not not a linear array that has been meandered into a rectangle. You could write an expression to do this, but it would take several steps, and would involve a second table. You could also write an Applescript to do what you want. All of this seems a lot of work for what, as Peter notes, seems a rather simple result.
    Jerry

  • How can I add a link to an external page to the iWeb created navigation menu?

    I want to add a link to a Wordpress blog to my iWeb created navigation menu.  Dream Host is hosting my site.

    Here's a JavaScript that inserts a link in the navbar
    <script language="JavaScript" type="text/javascript">
    <!--
              theNavUL = parent.document.getElementById("widget0-navbar-list");
              // insert a LI before the current list of li's
              TheLi = parent.document.createElement("li")
              TheLi.innerHTML = "<a href='http://www.wyodor.net' title='Wyodor&#39;s Homepage'>Home</a>";
              TheLi.classname = "noncurrent-page";
              theNavUL.insertBefore(TheLi, theNavUL.getElementsByTagName("li")[0]);
              // append a LI to the current UL list
              TheLi = parent.document.createElement("li")
              TheLi.innerHTML = "<a href='http://www.wyodor.net' title='Wyodor&#39;s Homepage'>Home</a>";
              TheLi.classname = "noncurrent-page";
              theNavUL.appendChild(TheLi);
    // -->
    </script>
    Paste the code in a HTML Snippet.
    Edit:
    See it in action (the More and Home links are added this way) :
         http://www.wyodor.net/mfi/ipad/

  • How can I insert a a chart made with Numbers, into a Pages document?

    Hallo. How can I insert a document of "pages" made a chart with "numbers"?

    Open the numbers file, select the chart, tap copy. Opne the Pages document, tap and hold for the menu, tap paste.

  • How to make an anchor link also refresh the page?

    I'm trying some new things with some widgets (compositions) and I'd like to make certain anchor links also refresh my page (on the mobile version of my website). I tried putting the entire link in instead of just selecting my anchor (.com/mypage#myanchor) but that only works the first time (maybe because the user already is on .com/mypage#myanchor ?)
    A bit of Googling found me a way to do this:
    window.location.href = 'mypagetoreload.htm#jumptosection1';
    window.location.reload(true);
    but I don't know how to use this in Muse..
    Thanks in advance!

    Im experimenting with some different versions of a mobile version of my website. In this one I'm trying to put all content (everything except the header and footer) in a composition slideshow. I made the triggers invisible and placed them over my menu buttons in the header, so that the content scrolls horizontally. I like this because people only need to load 1 page (my mobile version only has about 6 pages) and they can also swipe between content, like my product pages.
    This all worked out fine, but now every "page" is the same length (because in reality its just one page with a slideshow on it). So now I had to add content to some pages (like home and about us) to kinda fill all space (the pages with my products on it have alot more content). I decided to put pages together, like put "about us" on the same page as "home". I made an anchor and linked to that anchor with my "about us" menu button. But, as "about us" is on slide 1 with home, the slideshow must also reset when people click it (otherwise you would only scroll down on the wrong slide). If I make my website refresh the slideshow resets (it would also work if i open the link in a new window, but that'd be very annoying).
    English isn't my first language, please excuse my bad grammer.
    Thanks in advance!

  • How can you have two link styles on one page?

    I have one style (formatted link style) for internal links in
    my footer but I want a different style for the external links in my
    mainContent. Is it possible to have two different "styles" of links
    on one page? I tried creating a new set for the mainContent links
    and being positioned underneath my footer link's styles, the "new"
    mainContent link styles overrode the footer link style. Is there
    another way of going about this?
    Thanks anyone, Julie

    Julie:
    > I'm just not code savvy.
    As long as you permit yourself to offer this argument, you
    will struggle
    with Dreamweaver. If you are serious and want to improve, you
    will have to
    overcome your code-phobia.
    What is in these two files?
    > <link href="css/area.css" rel="stylesheet"
    type="text/css" />
    > <link href="css/footlinks.css" rel="stylesheet"
    type="text/css"
    > media="screen"
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Rock Artist" <[email protected]> wrote in
    message
    news:[email protected]...
    > Murray, I was just looking over my code and noticed the
    links in my footer
    > are
    > styled, in the first place, by a class I created in my
    main.css (for all
    > of my
    > pages) called ".webdis" (nickname for webmaster and
    disclaimer). I do see
    > my
    > link format style in the head of this document but am I
    supposed to see it
    > where the footer is (in the code)?
    >
    > If you look at the first external link (the only one I
    have attached a
    > link to
    > so far):
    > </p>
    > <p class="contentlinx"><a href="
    http://www.hotsprings.org/">Hot
    > Springs
    > Convention &amp; Visitor's Bureau</a><br
    />
    >
    http://www.hotsprings.org/<br
    />
    > </p>
    >
    > It took on same style as my footer links. I'm a little
    frustrated, it just
    > seems like it should be so simple. I'm ready to launch
    this thing tonight
    > and
    > this is the only "little" thing I have left to do. I
    hate to cheat and
    > make
    > each one of these site links a graphic and link it as a
    graphic, but I am
    > so
    > ready to get this thing up.
    >
    > I'm just not code savvy. I am going to attach my code to
    this reply and
    > maybe
    > you can tell me what I'm doing wrong. Thanks, Julie
    >
    >
    >
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />
    > <title>Area Interests</title>
    >
    > <link href="css/main.css" rel="stylesheet"
    type="text/css" />
    > <style type="text/css">
    > <!--
    > .contentlinx {
    > font-family: Arial, Helvetica, sans-serif;
    > font-size: 14px;
    > color: #336600;
    > }
    > -->
    > </style>
    > <link href="css/area.css" rel="stylesheet"
    type="text/css" />
    > <link href="css/footlinks.css" rel="stylesheet"
    type="text/css"
    > media="screen"
    > />
    > </head>
    >
    > <body>
    >  <div id="wrapper">
    > <div id="header"></div>
    > <div id="sidebar">
    > <p align="center"><a
    href="index.html"><img
    > src="images/vert_nav_bar/home_button.jpg"
    alt="navigation button to home"
    > width="155" height="50" /></a><a
    href="property.html"><img
    > src="images/vert_nav_bar/property_button.jpg"
    alt="navigation button for
    > property" width="155" height="50" /></a><a
    href="maps.html"><img
    > src="images/vert_nav_bar/maps_button.jpg"
    alt="navigation button for maps"
    > width="155" height="50" /></a><a
    href="gallery.html"><img
    > src="images/vert_nav_bar/gallery_button.jpg"
    alt="navigation button for
    > photo
    > gallery" width="155" height="75" /></a><a
    href="gallery.html"><img
    > src="images/vert_nav_bar/area_button.jpg"
    alt="navigation button for area
    > interests" width="155" height="75" /></a><a
    href="contact.html"><img
    > src="images/vert_nav_bar/contact_button.jpg"
    alt="navigation button for
    > contact
    > us" width="155" height="75" /></a></p>
    > <div id="sidephoto"><img
    src="images/tree_flower.jpg" alt="garvan tree
    > flower" width="145" height="275" /></div>
    > </div>
    > <div id="header2">
    > <h2 class="style2">AREA INTERESTS</h2>
    > </div>
    > <div class="proptext" id="content">
    > <p>HOT SPRINGS NATIONAL PARK, ARKANSAS</p>
    > <div id="photofeature"><img
    src="images/garvin_stream.jpg" alt="garvan
    > gardens" width="275" height="218" /></div>
    > <p align="left">America's first resort, also
    referred to as &quot;The
    > Spa
    > City&quot;, Hot Springs definitely has a pulse
    > of its own. Visit the sites below to find out why this
    is one of
    > the
    > most popular vacation destinations in the South.
    Featuring world famous
    > natural
    > hot springs, historic bathhouse row, and thoroughbred
    horse racing at
    > Oaklawn
    > Park. The perfect place to relax, the perfect place for
    adventure, Hot
    > Springs
    > provides a year-round opportunity for outdoor
    recreation, world-class bass
    > fishing and fabulous water sport activities, hiking,
    horseback riding and
    > quartz crystal hunting. In fact, take a day trip to
    Murfreesboro to the
    > Crater
    > of Diamonds State Park, the only diamond-producing site
    in the world that
    > is
    > open to the public and try your hand at diamond hunting
    or searching for
    > 40
    > other types of semi-precious stones, rocks and minerals.
    Garvan Woodland
    > Gardens, a 210 acre forested peninsula jutting into Lake
    Hamilton with a
    > showcase of floral landscapes, streams and waterfalls,
    is a &quot;must
    > see&quot;. Hot Springs has a strong art community as
    well. Enjoy artist's
    > galleries, film-making events and musical venues all
    over town. Did I
    > mention
    > historical architecture? There is too much to mention
    here about this
    > wonderful
    > city, please see for yourself by visiting the local
    sites below to see
    > what's
    > happening in and around town.<br />
    > </p>
    > <p class="contentlinx"><a href="
    http://www.hotsprings.org/">Hot
    > Springs
    > Convention &amp; Visitor's Bureau</a><br
    />
    >
    http://www.hotsprings.org/<br
    />
    > </p>
    > <p class="contentlinx">Facts About Hot
    Springs<br />
    >
    http://www.hotsprings.org/media_room/news-detail.asp?news_id=9</p>
    > <p class="contentlinx">City of Hot Springs<br
    />
    >
    http://cityhs.net/</p>
    > <p><span class="contentlinx">The Greater Hot
    Springs Chamber of
    > Commerce<br />
    >
    http://www.hotspringschamber.com/</span><br
    />
    > </p>
    > </div>
    > <div id="footer">
    > <p><span
    >
    class="webdis">WEBMASTER     |    &
    > nbsp;<a
    href="disclaimer.html">DISCLAIMER</a></span></p>
    > </div>
    > </div>
    > </body>
    > </html>
    >

Maybe you are looking for

  • Multithreading in a Swing Application

    Hello, my Problem is: I did a Swing Application which shows data records from a Database. In a layer I fetch the data records from the database and create "SelectRowObjects" which are put into a Vector These SelectRowObjects have a Method "createView

  • External display problem after 10.9.2 update

    Hello I have a Mac Book Pro 15" Mid 2012, OS X 10.5.8, 2.6 GHz i7, 8GB Ram, i have a 128 SSD (OCZ-VERTEX4 Media) & a 750 HDD (APPLE HDD HTS727575A9E362 Media) in the optical drive, i have an external Led 1080p View Sonic VX2253 conected via thunderbo

  • Images in scroll text

    How can I insert JPG images or similar into a scrolling text? I need to insert logos, like Dolby and stuff, and I don't know how to do this. Do I have to do it in After FX? Motion? Livetype? Thanks in advance for any advice.

  • Serializing PageFormat

    I would like my application to remember the page format selected in the PageDialog and use that setting as the default next time the application is executed. Sounds easy...but PageFormat is not serializable. Ok I could extract page size and image off

  • Export Process in Rice industries

    Dear All SD Guru, My client selling the rice products in domestic without excise duty and  also wants to export the same product , can any one tell me the export process without excise duty step by step? Every answer would be highly appreciatied . Th