How can I vertically resize an HTML Snippet?

It will only let me vertically resize my HTML Snippets a certain amount--there's about a centimeter of space in between the bottom of the Snippet and my actual HTML object. It's not just certain HTML Snippets--no matter what it is, this always happens. I used to know a trick for resizing it smaller, but I've forgotten it now.

Man this is some heavy work; I would suggest moving this on to the "Server" section of support as they have more business workarounds.

Similar Messages

  • How can I embed an DOCTYPE HTML Form from Adobe Forms central into a responsive html5 page?

    How can I embed an DOCTYPE HTML Form from Adobe Forms central into a responsive html5 page?
    -Luis

    Hi,
    You can embed the form on your website, but you need to make sure that javascript has been enabled in the browser. You need to copy the embed code and add it into your HTML code. If you would like FormsCentral to generate embeded HTML form without using javascript, you may post a feature request and vote it. Hope it helps! Thanks!
    Kind regards,
    Shiyao Bao

  • Html snippet is not working on iweb 9. i can't write a code, Html snippet is not working on iweb 9. i can't write a code

    Html snippet is not working on iweb 9. i can't write a code, Html snippet is not working on iweb 9. i can't write a code

    You don't get this window when you insert an HTML snippet on the page?
    Click to view full size
    If you don't try the following:
    delete the iWeb preference files, com.apple.iWeb.plist and com.apple.iWeb.plist.lockfile, that resides in your Home() /Library/Preferences folder.
    go to your Home()/Library/Caches/com.apple.iWeb folder and delete its contents.
    Click to view full size
    launch iWeb and try again.
    OT

  • How can i get the code html and css of my form please help me

    how can i get the code html and css of my form

    HI,
    If you like to embed the HTML form in your web page then you will need to obtain the form code from the Distribite/Embed tab. Additional information can be found here: http://forums.adobe.com/docs/DOC-1991
    You will not be able to access/modify the css code or the rest of the form html code.  If you like to view the source of of a HTML page, please use your browser 'view source code' functionality.
    I hope this answer your question,
    Thanks,
    Lucia

  • How can I detect in Business HTML that the app was called from portal?

    How can I detect in Business HTML that the app was called from portal?
    I need to distinguish whether the application was called from portal (URL iView) or by using an URL outside of portal.
    So what I'm looking for is a variable or function that can be used like this:
    `if (~within_portal==1)`
      do this if called from portal
    `else;`
      do that if not called from portal
    `end;`
    For example, can I check in the program that there is a SSO2 cookie from the portal?
    I'm using Integrated ITS in Basis 700.

    Here is the trick:
      if (sapwp_active=="1")
        in portal
      else
        without portal
      end;

  • How can I open help file (HTML or .chm) from Java Web Start (new to JAVA)

    Hi All,
    Im trying to open the help file of my application.
    When trying to access the help file from the GUI (pressing F1 for launching the help file), I'm geting the an error, something like:
    "Can't show help URL: jar:file:C:\Documents and Settings\%USER%\Application Data\Sun\Java\Deployment\javaws\cache\http\Dlocalhost\P7001\DMwebstart\RMjar-name!/com/resources/helpFiles/MyHelpFile.html"
    It seems that the file which is packed in a jar, was downloaded to the Java Web Start cache directory:
    C:\Documents and Settings\%USER%\Application Data\Sun\Java\Deployment\javaws\cache\http\Dlocalhost\P7001\DMwebstart
    The code which is activated when launching the help file is:
    try
                ResourceBundle resourceBundle = DoubleResourceBundle.getBundle("Resource", "ResourceImpl");
                RuntimeUtil.launchFile(new File(resourceBundle.getString("help.file")));
            } catch (IOException e)
                // TODO Auto-generated catch block
                e.printStackTrace();
            }where the property "help.file" is in some property file in the resource bundle named "Resource", and looks like this :
    help.file="com/trax/docs/help/global/MyHelpFile.html"
    The function "RuntimeUtil.launchFile" knows how to launch any file in its default application, and indeed it does launches the html, when giving it an absolute path to the file on my PC, as "C:\Helpfiles\MyHelpFile.html" as such:
    RuntimeUtil.launchFile("C:\Helpfiles\MyHelpFile.html");My question is :
    The application is going to be deployed on a Customer PC. How can I access the html file from the code, with a relative path and not its absolute path on the customer pc, which I can't know?
    I found these restrictions regarding web start:
    (copied from "http://rachel.sourceforge.net/"):
    *Rule 1: Java Archives only. No loose files.* All your resources have to be packaged in Java Archives (jar) if you want to have
    them delivered to the user's machine and kept up-to-date automatically by Java Web Start.
    *Rule 2: No file paths.* You can't use absolute or relative file paths to locate your
    jars holding your resources (e.g. <code>jar:file:///c:/java/jws/.cache/resources.jar</code>).
    Absolute file paths won't work because you never know where Java Web Start
    will put your jar on the user's machine. Relative file paths won't work because Java Web Start
    mangles the names of your jars (e.g. <code>venus.jar</code> becomes <code>RMvenus.jar</code>)
    and every JNLP client implementation has the right to mangle your names
    in a different way and you, therefore, can't predict the name with
    which your jar will be rechristend and end up on the user's machine in
    the application cache.Seems complex or impossible, to perform a simple task like opening a file.
    Please advise (I'm new to Java and Web Start).
    BTW, I'm working with IntelliJ IDEA 5.0.
    Thanks,
    Zedik.
    {font:Tahoma}{size:26pt}
    {size}{font}

    the follwing method i have used to open html file ...
    so to access html file i am shipping resources folder with jar file ..
    private void openHtmlPages(String pageName) {
         String cmd[] = new String[2];
         String browser = null;
         File file = null;
         if(System.getProperty("os.name").indexOf("Linux")>-1) {
              file = new File("/usr/bin/mozilla");
              if(!file.exists() ) {
              }else     {
                   browser = "mozilla";
         }else {
              browser = "<path of iexplore>";
         cmd[0] = browser;
         File files = new File("");
         String metaData = "/resources/Help/Files/"+pageName+".html"; // folder inside jar file
         java.net.URL url = this.getClass().getResource(metaData);
         String fileName = url.getFile();
         fileName = fileName.replaceAll("file:/","");
         fileName = fileName.replaceAll("%2520"," ");
         fileName = fileName.replaceAll("%20"," ");
         fileName = fileName.replaceAll("jarfilename.jar!"," ").trim();
         cmd[1] = fileName;     
         try{
              Process p = Runtime.getRuntime().exec(cmd);
         }catch(java.io.IOException io){
                   //Ignore
    can anyone give me the solution..???
    Regards
    Ganesan S

  • How can i render a dynamic html file in jsp page

    Hi everybody,
    i am trying to render a dynamic html file in jsp page with the result of querying a database.
    The response of the query is a xml document. And i have a stylesheet to transfer it to html.
    How can i render the html in a jsp file?

    I am using below code for HTML files
    private var appFile:String="index.html";
    if (StageWebView.isSupported)
                        currentState = "normal";
                        webView.stage = stage;
                        webView.viewPort = new Rectangle( 10, 130, (stage.stageWidth)-20, 750 );
                        var fPath:String = new File(new File("app:/assets/html/aboutus/"+ appFile).nativePath).url; 
                        webView.loadURL(fPath);
                        addEventListener(ViewNavigatorEvent.REMOVING,onRemove);
                    else {
                        currentState = "unsupported";
                        lblSupport.text = "StageWebView feature not supported";
    above code is working fine for me.

  • Vertical align page html snippet

    hi
    Does anyone have example of html code for vertically aligned content in iweb?

    Cyclosaurus is not always complete with his instructions.
    I don't do tutorial, therefore there is no instruction.
    my examples work, which means the code is good.
    you will have to decode my iweb pages, my codes and my methods. (same apply to apple sw guys)
    i saw this page (http://temp.cyclosaurus.com/VerticalCenterPage/ShortPage.html), but i could not aquire necessary code... but it does not work
    because the code won't work when inserted using html snippet, it only works when directly inserted on the page.
    /ShortPagefiles/widget0CustomCode.html
    that's where my widget CustomCode does the work.
    give them feedback: http://www.apple.com/feedback/iweb.html
    and ask for tools to build widgets.

  • How can I avoid this strange HTML while blogging?

    Hello,
    Am not sure, if am posting in the right forums.
    I have my BLOG in draft mode and when I click on 'Your View', it brings some strange HTML. AM not sure how this came in. How can I remove / avoid this?
    <![if gte mso 9]><xml>  Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 </xml><![endif]><![if gte mso 9]><xml>  </xml><![endif]> <![if gte mso 10]> <style>  /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin-top:0in; mso-para-margin-right:0in; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin;} </style> <![endif]>
    Thanks,
    Kiran

    That's just the way I do it. There are probably better ways. I think I tried pasting from MS-Word to Dreamweaver and then to the blog, but there was still a lot of re-formatting that needed to be done (if I recall correctly).
    Rob

  • How can I delete the extension .html in the web browser if I do not have Business Catalyst?

    I have been working on my site for quite some time but just realized that if I type in www.website.com/page it will not work unless I type in www.website.com/page.html.  This will be really detrimental for my client.  Is there a way to allow customers to type in www.website.com/page if I do not have Business Catalyst.  (I saw the forum with the BC workaround)
    Please advise.
    Thank you.

    You can edit the .htaccess file on your web server.
    Check this out:
    http://css-tricks.com/snippets/htaccess/remove-file-extention-from-url s/

  • How can I reopen an index.html saved to iDisk?

    Hi there,
    I created a personal site on a Powerbook laptop in iWeb a year or so ago and published it through my .mac account. It was great and I updated it on a fairly regular basis. Then my existing laptop died of old aged and I replaced it with a new MacBook Pro. I have located the original index.html in the appropriate "Sites" folder under the iDisk icon on my "new" desktop but it won't reopen the files in iWeb. (I'm just dragging and dropping it onto the iWeb icon.) Am I doing something wrong or can a web site created in iWeb only be changed on the Mac that first created it? I'm guessing (and hoping) that this isn't the case but I'm at a loss as to what to do. Please help.
    Regards,
    Ian David

    blokewriter wrote:
    ...or can a web site created in iWeb only be changed on the Mac that first created it?
    Ian ~ Welcome to the discussions. A web site created in iWeb can be changed on a Mac other than the one which first created it. But only iWeb's Domain file can be opened in iWeb. See this Apple doc on How to back up MobileMe data. It says:
    Any websites you have published with iWeb should still be available within iWeb. iWeb stores everything in a Domain file, normally located in the ~/Library/Application Support/iWeb folder (although it can be moved). If you no longer have this file, you can view your currently published pages and manually recreate them within iWeb, but there is no way to import published pages back into iWeb. You can manually back up the Domain file, or use Backup to back it up.
    Paragraph 2.3 of this FAQ page gives some tips on how to use published files, graphics, photos, etc., to help rebuild the site from scratch:
    http://iwebfaq.org/site/iWebBackupretrieve.html

  • How can i include css in html file when exported

    I want the CSS should be included in the html file when exported, how is that posable?

    Muse follows its own structure and keeps HTML, CSS and JS code in separate files as and when possible. If you want all that code to be merged into the HTML file itself, then there is no option to force Muse to do that. You can however, add your own CSS code into the HTML page by adding the CSS using either the Insert HTML option or using the HTML for <head> option in Page Properties > Metadata.
    Cheers,
    Vikas

  • Why can't I place an html snippet where I want it?

    I am trying to place a snippet at the bottom of one of my pages. I save the page. Publish it, and when I view the page after refreshing, it is somewhere else entirely, covering up text on another part of the page. Thanks in advance for your help. Here is the page that is messed up: http://www.creativeweddings-somd.com/Site/Reviews.html
    Scroll down the page until you see "Review Creative Weddings..."
    thanks,
    Joe

    Have you tried putting the snippet in the page's footer?  If you don't see the outlines of the various sections of the page use the View ➙ Show Layout menu option to see them.
    If all you're doing is using the snippet as a hyperlink to that page why not add the text Review Creative Weddings of Southern Maryland-Joe Orlando, Reverend at WeddingWire at the bottom of the page in the same text box, format it with the size and font (use Web Safe Fonts) you want and then use that text as a hyperlink to the site using the Inspector/Linik/Link pane.  You can also set the color, rollover and visited color in the same pane.
    Click to view full size
    This way that will reduce the number of files needed to load the page and speed up page loading.
    OT

  • How can I efficiently resize photos and add zooms to send to Premiere Elements

    Hi
    I am regularly making DVDs in Premiere Elements V3 with about 200 pics from my  V5 Catalogue ,with  some zooms and then adding about a dozen edited video sequences, adding sound, transitions etc in premiere Elements. This is the normal profile of what I do
    I now need to find a simple and efficient work flow  to do this.
    What I am doing so far ( but it might have to change very soon when I upgrade to V7 depending on how compatible the versions are, and whether they offer better ways to do this) is
         Make Collection in Photoshop
         Export to Folder  ( my folder destination for the resized images),  changing the resolution in the dialogue box
         Then use that folder as source for Premiere.
    This works EXCEPT
         Issue1        The order of the pics was changed ,and was not that in the Collection. This was done during the export phase, so seems to do with PS, rather than the import to PE. It seems random, not date etc
        Isuue 2         Now how do I do my zooms, as currently this can only be done in slide show creation , I think,. And I don't think you can the save a slide show to file.
        So I am getting a bit confused
    At first I used "process multiple images", but it used an extra stage, first "export to file", then  "process Multiple files". This was not as quick but did retain the order.
    So if there are suggestions on the best way to do this in general and for PE7and PS7 that would be helpful.
    Thanks
    Chris

    update your mac to the latest and greatest lion software.  then you can photo stream wirelessly through wi-fi.  but that is about it.  and beware, lion has had many issues.  make sure you look at the comments people are making on the reviews page and make sure the problmes have been updated.  i have not upgraded yet, for i want to wait to see if they get all the bugs worked out before doing so.  been issues with losing information and firmware issues.

  • How can I add a facebook wall snippet to my Iweb site?

    Hi,
    I am working on a new website and have added a snippet of my tweets to the website and would like to do the same for my facebook wall. I can't seem to find how this works (other than using an Iframe - which I can't get working...) Does anyone have suggestions?
    thanks!

    What a little research can do.
    Here are results you want to study regarding the Facebook wall :
    http://www.google.com/search?q=display+facebook+wall+on+website

Maybe you are looking for