How to change the extension that FW's attaches to exported files.

It appears that when FW creates html files for "preview file" function or "export html and images" function, it attaches the ".htm" extension.  But when I am assigning links to varous elements of my design, the "links" drop down menu only offers me ".html" options.  I can manually change the .html's to .htm's.  But is it possible to tell FW to generate .htm files instead of .html's.  Or is there a way to change the offerings in the "links" drop down menu so that it offers .htm's instead of .html's?
Thanks, Mike

You can change the file extension preference in File>HTML
setup.

Similar Messages

  • Where do I find the printer dialog box to change the setting that asks me to save a file before printing

    Where do I find the printer dialog box to change the setting that asks me to save a file before printing

    Hi Sara,
    The problem is every time I try to copy a page from a website or attachment sent to me or anything that I don't create, the dialog box says I have to save it before I can print -- there are no other options on the dialog box.  Very frustrating -- one of the girls in my office is having the same problem and we can't find a way around it.
    Hope you can help
    Thanks
    Carol Laskos
    "Sara.Forsberg" <[email protected]> wrote:
    Sara.Forsberg  created the discussion
    "Where do I find the printer dialog box to change the setting that asks me to save a file before printing"
    To view the discussion, visit: https://forums.adobe.com/message/7070517#7070517
    >

  • Jdeveloper 11g: how to change the extension library Oracle JDBC

    Hello
    We use JDeveloper 11g for our desktop (swing) projects. When I debug the project in IDE, the classpath includes this jar: C:\Oracle\jdevstudio1117\oracle_common\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar
    The ojdbc6dms.jar is in Oracle JDBC extension library. We actually want to use ojdbc14dms.jar as our jdbc library jar. I exclude the ojdbc6dms.jar in the project classpath setting and add a user library for ojdbc14dms.jar. When I run the project, the IDE still use ojdbc6dms.jar in the classpath. I try to use "Manage Libraries" under "Tools" menu to change the jar file in Oracle JDBC extension library, but it cannot be changed.
    Can I ask how to change ojdbc6dms.jar to ojdbc14dms.jar in Oracle JDBC? Or, how can I let the IDE not use ojdbc6dms.jar when I run the project? Thank you
    Leaf

    Replace the ojdbc6dms.jar with ojdbc14dms.jar in C:\Oracle\jdevstudio1117\oracle_common\modules\oracle.jdbc_11.1.1
    The ojdbc14dms.jar may be required to be renamed to ojdbc6dms.jar in the C:\Oracle\jdevstudio1117\oracle_common\modules\oracle.jdbc_11.1.1 as the pre-configured settings are for ojdbc6dms.jar.
    Edited by: dvohra21 on Jun 3, 2013 5:47 AM

  • How to change the sequence that VL10 use for sales order during DN creation

    We are using VL10 for DN creation , VL10 is executed in  background as a batch job ..... we have created a variant and have given range of shipping points for which we want to create  the Deliveries.
    What we want to understand is that how SAP standard code for VL10,  sorts the sales orders for which the delivery are to be created using VL10?
    we would like VL10 to process the sales order which belong to same shipping point in some order....so that delivery needs to be created for the first sales order rather than last sales order for a given shipping point....
    Is there any sort order that SAP follows to pick which order it will consider for delivery creation ....first over the other sales order where the shipping happens to be same ?  if yes then is there any way we can change it  ?
    Any guidance is appreciated
    Thanks
    Rajey

    We are facing the same problem and are running at 4.7.
    There are orders with the same goods issue date and if so, it should be sorted by order no.
    Nevertheless, it does not sort it by order no but we could not find yet what the sort criteria is if it runs in the background and how to change these rules.

  • How to change the page that opens with a new tab to the default thumbnail screen?

    Some nefarious add-on appeared, so I deleted it. But I'm still left with it's search engine as my new tab page, instead of the default page with the thumbnails, which I infact really like.
    This has happened before, and I don't know how to get rid of it without resetting Firefox and losing all of my bookmarks (I know I can back them up), cache and other shizzle.
    So, how do I restore my new tab page to default?

    *1<BR>
    '''''Download the [https://addons.mozilla.org/en-US/firefox/addon/searchreset/ Mozilla Search Reset]'''''<BR><BR>
    This add-on is very simple: on installation, it backs up and then resets
    your search preferences and home page to their default values,
    and then uninstalls itself. This affects the search bar, URL bar
    searches, and the home page.<BR><BR>
    *2<BR>
    Open a new window or tab. In the address bar, type '''''about:config'''''.
    If a warning screen comes up, press the '''''Be Careful''''' button.
    This is where Firefox finds information it needs to run.
    At the top of the screen is a search bar. Enter '''''browser.newtab.url'''''
    and press enter. '''''browser.newtab.url'''''
    tells Firefox what to show when a new tab is opened.
    If you want, right click and select '''''Modify'''''. You can change the
    setting to;<BR><BR>about:home (Firefox default home page),<BR>
    about:newtab (shows the sites most visited),<BR>
    about:blank (a blank page),<BR>
    or you can enter any web page you want.<BR><BR>
    The same instructions are used for the new window setting, listed as
    '''''browser.startup.homepage'''''.

  • How to change the applications that load on start up?

    I keep getting an error message that says no memory and to close programs on the start up disk. How do you do this?

    System Preferences - User & Groups - Login Items - highlight unwanted items and then click the - symbol.
    Also in Lion if you leave an application or application file running when you shutdown it will re-launch on startup. If you dont' like that, System Preferences - General - uncheck the box that says "Restore windows when quitting and re-opening apps."

  • How to change the column header/channel name in an LVM file?

    Hi all,
    I made a VI (see attached JPG) that reads 2 voltages, but after calculations and other processes, ends up writing 6 columns of data to an LVM file (7 if you count the time).
    I have read in other posts that you can change the name of each signal so that the header of each column in the LVM files doesn't just say "untitled". However, as you see in my code, some signals are numeric (double) and one is a logic (1 or 0), so there is no way to edit the waveform properties of those signals (since they are not waveforms).
    Any ideas?
    Thanks!
    Attachments:
    untitled3.JPG ‏40 KB

    I would suggest looking at this existing post:
    http://forums.ni.com/ni/board/message?board.id=170&message.id=175554
    I'll further mention that in the loop, for each channel you want to set the name of, the attribute name for the name of the channel is "NI_ChannelName".  The example in the thread above takes advantage of the fact that "NI_ChannelName" happens to be the first one defined.  I think it would be more robust to not bother reading the existing attributes, and instead just write the "NI_ChannelName" attribute with whatever new value you want.

  • How do change the computer that can upload to my iPod?

    Alright heres the deal: I used to upload songs at my computer at home but recently got a new computer at college. How do I change it so I can upload songs from my new computer at college?

    Connect your iPod to the new computer and you should see this message.
    Click 'yes' and the new computer becomes the iPod 'home'.
    Doing this will erase what's currently on your iPod and replace it with what is in your new iTunes library.

  • How can I change the app that a .pdf attachment opens in on the fly w/o using Preference Pane?

    I have the need to open some .pdf attachments in firefox (24) and some in Skim, pdf reader. I understand that the opening is set in the Preferences Pane. Is there a way or add on that will allow this on the fly ? Or place the option in the attachments dropdown menu on the attachments bar ? It would greatly speed things up.

    You can select 'Always Ask' as action in preferences when opening a pdf attachment. So you'll be prompted every time and can choose which application to use.

  • How to change the fact that after I send 5 emails I get a message to the effect that I cannot send more than 5 in 30 minutes?

    So, I'm busily responding to emails, etc. etc. and, as I say, after 5 emails are sent in quick succession, I get some sort of message saying I may not send more than 5 messages in 30 minutes ... !!! How can I get rid of this limitation? Because, what happens is I then save the emails I'm writing as drafts -- but I don't always remember they are sitting in the drafts folder and am horrified when I go check a few days later and there are my email replies waiting to be sent.

    Talk to your email provider.

  • How to change the default print template for broadcast PDF Export

    Hi,
    I have currently designed a print template for printing purposes and use this as the template for the print button(Export to PDF),if i were to click on this button the output pdf is the desired PDF. But if i were to broadcast the template with output format as PDF it picks the layout of the current template, how do i set broadcast to pick up the print template also???
    Further how to insert a page break in a PDF print template.

    Hi Nagesh,
    These setting are for
    1.Adhoc Template for Queries
    2. Adhoc Template for reports designed through report designer
    3. Template for query precalculation
    4. Template for displaying broadcasting wizard.
    When we use broadcasting from query designer  to email PDF's the system uses 0QUERY_TEMPLATE_BROADCAST_PDF.
    From WAD the system uses the current template layout as PDF Layout.
    P.S: OSS note 1054460 -<b>Depending on the BI object type and possibly other criteria, different Web templates are used in BI broadcasting to generate PDF (and PS or PCL) formats:</b>
    <i>For Web templates: the Web template itself is used</i>

  • How to change the size of every object in a flash file

    i created a flash website but the problem is the size is to large to fit on screen i have imbeded buttons, Movies clips, masks, and about 7 different scenes in this 13 mb movie what do i do to make the physicle size of the objects on screen so i can view it on my sceen?

    the easiest thing to do would be to load your swf into a main swf and resize the target movieclip (as2) or loader (as3) after loading is complete.

  • How to change the path of sysprep files that were copied to reference computer when i capture the image from reference.

    Dears ,,
    how to change the path that sysprep were copied to reference computer when i capture the image from reference.
    Should i modify some codes in LTIAPPLY.wsf? how to modify it?
    Thanks.

    Sysprep and capture has *Three* steps.
    1. Run sysprep on the local machine (easy).
    2. Copy WinPE down to the local machine so we can reboot into winpe for capture.
    3. Capture the drive in an *offline* state from within WinPE.
    What is most likely happening is that you are having problems with step #2. 100MB is *WAY* too small to copy down WinPE. By default MDT will make this System partition much bigger, 499MB. IF you install Windows 7 from the default media. IT will only create
    a 100MB partition.
    By default MDT 2012 Update 1 and greater *should* recover to a fallback drive with the OS on it, however if you are running older versions that might not happen correctly.
    If you are still having problems, copy your BDD.log file to a public share like OneDrive and copy the link here.
    Keith Garner - keithga.wordpress.com

  • How do I change the name that is displayed as one of the main folders on finder?

    I cannot figure out how to change the name that is displayed as one of the folders (in the red circles in the picture). It currently has my dad's name because he set up the computer but he does not use it and I wanted to try and change the name to my own. I have tried system-preferences/users-&-groups and made changed the admin to my own name but that did not change the folder name. And when I clicked the "unlock to make changes" on the folder menu (left window in the picture) it did not allow me to change the name. Any ideas?

    That is your admin account on the computer. Simple solution:
    Create a new admin user account to your liking. Log into that new account then delete the old account.
    See also this article.

  • How do I change the extension directory?

    I installed JBuilder and it changed my extension directory from the default:
    JAVA_HOME\jre\lib\ext
    to:
    JBuilder8\jdk1.4\jre\lib\ext
    how do I change it back?

    nevermind, found a solution:
    uninstall the jdk and reinstall.
    it sets it back to \jre\lib\ext
    (there's still the question of how to change the extension directory arbitrarily, but i'm not going to lose sleep over it)

Maybe you are looking for

  • Prevent using special characters in file and folder names?

    I've recently begun adding windows clients to my network. In doing so, I've found that on my file shares from OS X server, the windows clients are unable to see files and folders which have names containing special characters such as / ? < > \ : * |

  • Can we schedule DI jobs in crontab?

    Hi All, I have one dought ,Can we schedule DI jobs in Crontab.if 'yes' then how? pls give me some suggestion. Thanks-Rajeev khokhar

  • Cluster and proxy

              I understand that if I use in-memory state replication, I need to have a proxy server in front of my WLS cluster. If I don't need to maintain state do I still need to have a           separate proxy? Currently, we plan to have two WLS serve

  • Reusing dynamically loaded movies

    Hello, I am trying to reuse a dynamically loaded movie which has been loaded with a movie clip loader. The movie loads fine and can be displayed once with no problem. However, I would like to be able to store this movie so that it can be resused agai

  • Multi-thread application recompile object with make but runs with old value

    Hi. I am working on a simulation in Java, and there is some behavior going on that I cannot understand. Granted, I'm a mechanical engineer, not a CS student (a fact that is probably made obvious by the code I'm posting below). The simulation comprise