HTML Complier Erroe

Hi,
I have been trying to import our help project from RoboHelp
Classic 9.2 to RoboHelp HTML (version 9.2) everything seems to go
smoothly all the correct topics etc are converted over to HTML, the
problem is when I compile I get the following error,
The Microsoft HTML Help Complier did not complete properly.
Please check the error messages, fix the problems then compile
again.
The compilation then terminates, I can't find anywhere that
states what the actual error is (no .CHM is produced).
After some investigation I can get the project to compile if
I leave the context -sensitive help files (.h file) out - it will
compile fine, but again as soon as I import this I get the same
problem and the project will no longer compile.
We have even created a new project, again this works until
the .h file is imported in. I have checked to ensure the .h file is
in the correct format (our developers provide these to us) and
everything look fine to me.
If anyone could please shed some light on what the problem
could be - that would be great.
Thanks
Jane

HI Murtuza,
you can do this way
place button on the form
and set its system action = hyperlink
in the url give your html url
try this
Regards
Srinivas

Similar Messages

  • RichEditableText: export().equals() and HTML export

    1. How can I find out that two richEditableText.export() are equal?
    At least the order of the attributes in the TextFlow element is random which means that exported strings cannot be compared directly. Take for example the trunk.mxml from http://bugs.adobe.com/jira/browse/SDK-21836 and compile+run it several times and you see the different order of attributes. Is there a utility method somewhere to compare two exports? (BTW releasing the source of TLF would ease these kind of bug hunting...)
    I know how to use richEditableText.textFlow.generation but this only indicates changes in the current component.
    2. Is supporting html import/export on the roadmap?
    (This question got burried in the information stream... http://forums.adobe.com/message/2042067#2042067)
    Gordon Smith: TLF's TextFilter class supports importers and exporters for HTML_FORMAT, but I haven't tried them and don't know how robust they are.
    I think the HTML export in TLF is not yet stable. The thing is that once
    it is stable there is pretty much no way to insert the import
    functionality into RichEditableText without rewriting most of the
    component. In my opinion, it should be either integrated into
    RichEditableText even at this early stage or RichEditableText should be
    refactored to allow extending it in an easier way.
    Thanks for any hints,
    Marc

    Hi Abhishek,
    Nice conversation I do not expect that TLF covers the full HTML standard. After all, browsers are too good when it comes to HTML rendering...
    with varying degrees of fidelity.
    I remember reading in the TLF forum, that HTML import/export was experimental. That's why I wrote that HTML is not ready for prime time. Also your comment shows that HTML is a poor choice from a Flex perspective. Unfortunately, it's unclear what varying degrees of fidelity really means as I'm not aware of any precise documentation or code.
    Concerning your idea about passing around a (mutable) instance of TextFlow, I'm not a great fan. The power of markup is besides others, that it is a comparable description of content and format. So I definitely prefer an equal function. If this function doesn't make it into the Flex 4 release, I  reluctantly add to each TLF markup a dirty flag which is based on TextFlow.generation.
    As mentioned before, I prefer TLF could export all content and formatting into HTML compliant format. There are many reasons why HTML is a huge benefit over any new, widely undocumented format (this is not specific to TLF or FXG). A few reasons that come to my mind:
    - Server side: Apache Lucene has a battle-proof extractor. With TLF or FXG, I had to write and configure my own.
    - Server side: Extract and modify links in content. This is obviously very easy with HTML as there are age-old libs available.
    - Flash Player: Compare two TLF markups. There might be also no actionscript lib for HTML available. But I'd happily start a project for HTML but not for a new format without underlining code and thorough doc.
    - HTTP communication: what's the mime type of TLF or FXG?
    - Every developer knows HTML, TLF/FXG must be learned. I regard this learning as a high barrier as TLF does not seem to be a big step forward compared to HTML.
    Note that I don't prefer HTML because it is an "open standard". It's because the whole world knows HTML and that brings a much higher engineering efficiency (and that's maybe due to the open standard). If not all information of TLF can be export HTML, it's a pity but just document it.
    Looking forward to your thoughts/comments,
    Marc
    abhishek.g wrote: Hi Marc,
    Thanks for your reply.
    TLF supports many different markup formats (TLF, FXG, Plain text, HTML) with varying degrees of fidelity. It would simply not do to compare HTML because there isn't a 1:1 correspondence between TLF and HTML capabilities. From that perspective, TLF format would be your best bet though I realize there is the problem of inconsistent attribute order.
    Perhaps your scenario is better addressed by having utilities to compare TextFlow instances rather than comparing corresponding markup (this needs additional thought).
    As for HTML import/export, it is obviously be beyond TLF's scope to implement the full HTML standard. The current implementation is loosely based on the HTML capabilities of flash.text.TextField (see htmlText property), which itself is a small subset of the standard, and deviates from it in some ways. When you say HTML support is not ready for prime time, are you referring to this limited scope, or have you encountered specific bugs in the implementation? If the former, I'd like to know what your expectations are. If the latter, please report them.
    Thanks
    Abhishek
    (Adobe Systems Inc.)
    This message was sent to: faindu
    To post a reply to the thread message, either reply to this email or visit the message page:
    http://forums.adobe.com/message/2059470#2059470
    --end--
    mail transfer stalled...

  • Seperate GUI & HTML?

    I have results in a form of a Swing JTable. How do I code using design patterns to not update to JTable GUI, but put the results in a HTML table file?
    That way can have one application that can be a Swing compliant or HTML compliant?
    Any smart way with logical code (dont have to be complete) to show these design patterns concepts
    Many thanks
    Abe

    design patternsWhy it should be design patterns?
    I don't think you need them.
    DB results to HTML rendering is a commonplace routine in servlet coding.

  • Spry menu not working in IE for some reason

    Hello, I have an issue at hand that is quite troubling
    I am designing a website in Dreamweaver CS3 for the childcare place I work for, and it was coming along great until I realized that I never stopped to see if the spry worked in Internet Explorer (I use FireFox on average). Turns out, it doesn't, and does this sort of weird thing where all the menu items are backwards and the submenus only show on the far right of the page.
    It works fine in FireFox, so I am truly curious on what I might've done wrong here.
    Check out the page here: http://www.woadove.com/index.html
    And if you need to see the Spry, here it is:
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 72%;
        cursor: default;
        border: 2;
        text-align: center;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: auto;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 16.66%;
        float: right;
        background-color: #550F0F;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0% 73% 0 27%;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        position: absolute;
        left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 120%;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: relative;
        margin: -5% 20% 0 75%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border: 0;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        background-color: #6F3838;
        padding: 0.5em 0.75em;
        color: #FFFFFF;
        text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        background-color: #FFCC00;
        color: #000000;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        background-color: #FFCC00;
        color: #000000;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarDown.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarDownHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
            display: inline;
            f\loat: left;
            background: #FFF;

    Change the HTML markup to read
      <div id="header">
        <h1 align="center"><img src="banner-revised.png" width="700" height="272" /></h1>
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html" class="MenuBarItemSubmenu">Home</a>
            <ul>
              <li><a href="missionstatementcss.html">Our Mission Statement</a></li>
              <li><a href="philosophycsstext.html">Our Philosophy</a></li>
              <li><a href="#">Overview</a></li>
            </ul>
          </li>
          <li><a href="aboutcss.html" class="MenuBarItemSubmenu">About Us</a>
            <ul>
              <li><a href="#">The School</a></li>
              <li><a href="#">The Faculty</a></li>
              <li><a href="calendar.html">Calendar</a></li>
              <li><a href="#">Photo Gallery</a></li>
            </ul>
          </li>
          <li><a href="#">Academics</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">Child Development</a>
            <ul>
              <li><a href="registration_cd.html">Registration</a></li>
            </ul>
          </li>
          <li><a href="elementarycss.html" class="MenuBarItemSubmenu">Elementary</a>
            <ul>
              <li><a href="#">Registration</a></li>
            </ul>
          </li>
          <li><a href="contactuscss.html">Contact Us</a></li>
        </ul>
      </div><!-- end #header -->
    As a last remark, if you want to center text do so using the CSS rule.
    For example instead of <div align="center"> use <div style="text-align: center;">. This will make it HTML compliant.
    Also use normal tags rather than divs to apply styles.
    For example where you had <li><div align='center'><a href='#'>Some Text</a></div></li> use <li style='text-align: center;'><a href='#'>Some Text</a></li>
    The above two examples show the use of in-line style rules which are selective style rules. Better still is to define rules that cover every instance at once so that, if you want to change the rule, you only need to do so once rather than multiple times.
    I hope this helps.
    Ben

  • Is it possible to pull a variable from an embedded html5 page into captivate [6.0]?

    So.  I'm attempting to replicate the functionality of the drag-and-drop quiz question widget in an html5 elearn.  A colleague of mine who is a jquery whiz was able to create the drag-and-drop questions as html pages, and I used this third-party widget to embed them in my elearn.  There's a variable in the html that tests whether the answer has been dropped in the right box, and I'm hoping to use a button to evaluate this and add (or not) the result to the quiz score.  Is this possible?  I've discovered that there's this handy library, but I have no idea how to go about using it. Can anyone give me any pointers as to doing this, or let me kow if I'm attempting to do the impossible? 
    I've also heard that drag and drop is natively html compliant in Captivate 6.1, but is a Creative Cloud license the only solution available to someone with little programming experience?

    I don't know if Philip has updated this for CP6?
    Ooh, good point. I will try to contact him. 
    The other thing is, last I checked, Infosemantics's widgets aren't supported in html5 exports, which is where this whole dilemma comes from.
    Also,
    not in the Creative Cloud, but only available to subscription users (or ASA) not to boxed license users. Captivate is not part of the Creative cloud
    That explains why I'm having so much trouble finding anything about it there.  Thank you!

  • Dealing with MS Word special chars

    Hi,
    Is there a java.String method (or similar) which will replace MS Word special chars - such as "culry apostrophes" - with HTML compliant versions?
    cheers
    Hugh
    Edited by: inabind on Aug 11, 2008 7:39 AM

    Yes. Oddly enough their names start with "replace".
    But you don't necessarily need to convert the left curly quote to &#2017; or whatever it converts to. You could also use UTF-8 as your HTML's encoding and just leave that character as is.

  • applet tag regarding JAR file

    Is there something wrong with the following applet declaration?
    <applet code = "Sheep2.class" archive="Sheep2.jar" width = 500 height = 300
    ALT="If you could run this applet, you'd see a sky, a field, and a moon.">
    Your browser is completely ignoring the <APPLET> tag!
    </applet>
    Works fine (it seems) on my Windows 98 computer with IE 6.0280, but does not work on the same computer when I access the page calling the applet using AOL's v.9 browser.
    I used HtmlConverter to convert the above to Extended version (covering all platforms), and still does not work with AOL's browser. HtmlConverter reported no errors, but now IE shows an error icon in its status bar when I access the page even offline.
    Other html files I converted using HtmlConverter work fine with AOL's browser. They don't have "archive" attribute.
    What could be going wrong? My guess is JAR file reference is causing problems.

    I did more Html Conversion today. I ran one file which didn't show any error mark in the status bar of IE through HtmlConverter. I ran the new file generated by HtmlConverter and an error icon appeared in the status bar of IE. My Java Console didn't show any message. So, it must be an error in the applet related info HtmlConverter generated was not 100% html compliant..
    BTW, I started speculating the cause of my applets not working on the computer of oen of my friends is simply that her Java Plug-in cannot handle Swing components' J classes.

  • Internet Explorer for Mac 5.1 or higher

    Please direct me to where/How I can download internet explorer for my macbook OSX

    Given that the last time Microsoft even pretended to support IE/Mac was when the US federal budget still claimed to run a surplus, I infer the only reason to use IE/Mac instead of Safari, Firefox, Camino, or Opera et al. is that some site you need to access requires IE.
    Bear in mind that if such a site makes use of ActiveX controls, it won't matter if you try IE/Mac; ActiveX is Windows only. However, a large number of sites that require IE do so because the site's programmers were too busy and/or lazy to check their coding was HTML-compliant and work with other browsers. A cheap shortcut to testing the code is to have the site check the browser the visitor is using and refuse anything other than the browser the developer used.
    That can be bypassed by having the visitor's browser report that it's actually another browser and even another platform. That can be done by telling the browser to report it's "user agent" identity to be something else, such as IE5/Mac or IE6/Windows (the latter is probably more useful).
    You can set the User Agent in Safari by unlocking the Debug Menu. To enable Safari’s Debug Menu, open Applications> Utilities> Terminal when Safari is closed and enter:
    defaults write com.apple.Safari IncludeDebugMenu 1
    Restart Safari to see the Debug Menu.
    Set the User Agent to the desired state just before attempting to go to the site for which you need IE/Mac.
    p.s. Welcome to the Apple Discussions!

  • Using of RMI on KVM

    Hallo programmers
    I have problem with use of RMI technologie on Palm Pilot.
    I would like know, if I can use this technologie on PDAs with little memory and slow processing. I think that I can use java virtual machine KVM which is more constricted then JVM.
    But I have dread that it is more memory demanding.
    Is there anybody who can help me and write me some manner of solvetion of this problem ?

    ...for me, I want to have EJB work on Palm and a full HTML compliant browser with SSL and a flash plug-in, and... hum... what about make coffee... after all, it's JAVA ;)

  • DOCTYPE and window scrolling break mouse capture positioning in IE6/IE8

    If I specify the DOCTYPE header in my html page the following bug is observed:
    If you scroll the browser window down using the scroll wheel or the scroll bar and click on the map, the position is recorded with a vertical offset of the amount in which the window was scrolled. This problem happens in IE6 and IE8 (non compatibility mode) Firefox and IE7 work fine. Removing the DOCTYPE specification from the HTML document resolves the scroll button but causes other HTML compliant styling issues that I would prefer not to tackle.
    The doc types that cause the error that I have experimented with:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    or
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    The bug seems to be an IE6/8 bug or abnormality
    var mouseLoc = mapview.getMouseLocation();
    Some reference to this problem and a low level fix is described here
    http://unixpapa.com/js/mouse.html (under Finding Mouse Positions)
    I did override a method in the (unfortunately obfuscated) oraclemap.js
    Add the following method 'after' loading the oraclemaps.js
    This resolves the problem - so far - i am unsure of any side effects it causes.
    MVUtil._f175=function(x56)
    x56=(x56)?x56:((window.event)?event:null);
    var x57=0;
    var x58=0;
    if(x56.pageX)
    x57=x56.pageX;
    x58=x56.pageY;
    else if(x56.clientX)
    x57=x56.clientX+document.body.scrollLeft-document.body.clientLeft;
    x58=x56.clientY+document.body.scrollTop-document.body.clientTop;
    // BUG FIX - Included the scrollTop in the check below....
    if(document.body.parentElement&&(document.body.parentElement.clientLeft || document.body.parentElement.scrollTop))
    var x59=document.body.parentElement;
    x57+=x59.scrollLeft-x59.clientLeft;
    x58+=x59.scrollTop-x59.clientTop;
    Edited by: user11202763 on Oct 6, 2009 3:09 PM
    Edited by: user11202763 on Oct 6, 2009 3:21 PM

    Add the doc type to the FIRST line of the HTML file
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    Add some javascript so that if you click on the map, it places a marker on the map at the point of the mouse click.
    Then show the map, resize the window so you have scroll bars (make it smaller). Scroll down and click the map, you will notice that the point clicked on is the offset by the distance that the window has been scrolled down.

  • How can a custom tag write multiple fragments in the response ?

    I have a custom tag that needs to write at least 2 html/xhtml fragments into the response in order to be html compliant. The custom tag outputs a script that must be located in the head section and other elements that refers to the script.
    Events handlers of html input elements follow this pattern. The handler may need to refer to script functions defined in the head section of the document.
    Is it possible with the custom tag architecture to handle this scenario ?

    I don't think so, unless the tag wraps the entire page, but that's harder to do. Maybe a tag could wrap the whole page and you could have another inner tag that acts as a marker of where to put things (kinda like Jakarta Commons Tiles tags).
    Otherwise, you could use 2 tags and share data put in the request scope by the header tag in the subsequent body tags.
    Or since you are writing Javascripts with the one tag, you don't strictly need to put the JS in the head. Although I'm not sure about that restriction in XHTML.

  • Cannot change "onClick" to "onclick" in code

    I have tried evertything to change this code to be html compliant. It started when I validated a page two days ago. The javascript command "onClick" is not valid. SO I tried to change it to "onclick". Every time I save the document and then open it back up, Dreamweaver has changed it back to "onClick". I have tried everything, including copying the code from Notepad, to editing theTag Library, and choosing lowercase for onClick in code under the html tab. This is driving me nuts, because I have 48 more of these pages to get done ASAP, all with the same basic code containing the onclick attribute. Is rthere anyone else out there has this same problem Can anyone help me fix this error. Much appreciated

    Hi
    First, technically in xhtml you should be using unobtrusive javascript.
    But, (this is an old post) you could try the solution in this sitepoint blog post - http://www.sitepoint.com/blogs/2005/08/03/fixing-the-onclick-in-dreamweaver/.
    PZ
    www.pziecina.com

  • Belle Browser. Entering address problem.

    Hi,
    I've 701 recently updated to 0609 version,
    The problem is with entering web address in address bar of default browser while browsing very long web pages.
    It was possible before update but now it is not.
    Check this link http://www.themobilefanatics.com/nokia-lumia-800-the-full-review/
    scroll down and try to enter without scrolling up. I need to scroll all the way up lol.
    Also we cannot refresh the page.
    -------------------If this post helped you, click on accept as solution.------------------
    -----------------------------Appreciate by clicking on white star.----------------------------

    knurdtech wrote:
    Thanks for the info.  I know it happened to me on another website as well...just used that as an example.  Didn't evaluate if the code was HTML compliant or not...just know it works fine on desktop and Opera Mobile on Belle.
    In any case, I don't think 2MB+ of defective junk should cause the Nokia browser to continually refresh and keep the screen on.  I would still classify that as a bug.
    The page in question does not work fine in any browser, desktop or mobile. It can't, since its html source and scripts doesn't add up - it's only a question when and where the browser decide to stop loading the page. I'm unable to determine whether the page author deliberately try and exploit weaknesses in browsers, or if he is just trying to make some dollars from the affiliates scripts and other stuff on the page, and lacks the competence to do it properly.
    With my standard restrictive and safe settings in Internet Explorer 9 only the main page is shown, none of the comments. It looks about the same as in the Nokia browser with java/ECMA script turned off.
    I agree that the Nokia browser should not be looping on defective scripts - but I still want it to show as much as possible of most websites, also when it is not made for mobile devices. That's the challenge for the developers.
    Best regards,
    Hans

  • Bean:write

    when i use <bean:write>
    say i have "<b>Jave Struts</b>" set in the "property attribute"
    when i out put this on the jsp page using <bean:write>
    it outputs the heading exactly what i wrote....i want the <b> and </b> tags to be html compliant....
    when i "view source" i get <b> for the <b> and </b> for the </b>
    does anyone know how to solve this problem so I can get my heading in bold on my jsp page
    thanks in advance

    <bean:write filter="false" ... />
    The filter attribute specifies whether or not to escape troublesome characters.
    http://struts.apache.org/userGuide/struts-bean.html#write

  • Is iWeb Really "What You See is all You'll Get"

    Not an articulate title I know, but I've been coming to the realization that iWeb has seen it's last updates. I've been holding out hope for iWeb Pro. I still plan on using iWeb for some time to come, but here's my question. Will IOS kill iWeb. Right now my iWeb sites seem to look and act fine on IOS devises, with the exception of the iWeb standard Slideshow that used when publishing to FTP. On my photo album pages, the slideshows work on IOS, but the second line or more of the photo description is cut off. So is this a problem with iWeb not publishing HTML 5 compliant sites.
    Alot of my customers are now viewing my site on iPhones and iPads and I want to be sure the viewing experience is equal on both Desktop and Mobile devises.
    So I'm assuming that many iWeb users are more so experimenting with other Apps such as Rapidweaver, Sandvox, Freeway, Macflux and more. Most of the posts I've searched on the iWeb Forum are from 2010 and mid 2011. Does anyone have any 2012 input as to my HTML5 question in regards to iWeb and IOS and or with other website apps.
    Ref: I've only downloaded trial versions of Sandvox 2, Rapidweaver and I will download Freeway tonight. Apps are either to complicated or to restraining. Still like iWeb the best.

    2012 is only 19 days old.
    Progress is fast, but not that fast that your 2011 info has become obsolete.
    iWeb is HTML compliant. And your photo problem has nothing to do with HTML5. When viewed on a mobile device, the browser chooses the mobile version of the photo slideshow page.
    <script type="text/javascript"> // <![CDATA[ if(navigator.userAgent.match(/iPhone/)) { location = 'phoneshow.html' + location.search; } // ]]> </script>
    Simply make the text fit. Rewrite the captions.

Maybe you are looking for

  • After upgrade to outlook 2013 Contacts have the default picture in reading pane

    I'm using Windows 8 on a domain (using a domain account not a Microsoft account) connecting to Exchange, all my Contacts were outlook contacts with pictures and other data, I could see the picture of the contact in the reading pane and people pane wh

  • Macromedia/Adobe" Max 2006 Conference?.....

    Are there any firm plans for a "Macromedia/Adobe" Max 2006 Conference?...I see nothing on the Macromedia/Adobe web site anywhere, is this a "dead deal" now that it's in the Adobe stable of products?.......... _|_| _|_| Dave in Orlando _|_|

  • Did we lose Comcast Sportsnet New England in HD?

    Tonight I saw the old "blue screen" CSNNE on the HD version, channel 577, which has long since been gone in favor of full programming in HD for this channel. Did something happen all of a sudden with whatever agreement existed between Comcast and Ver

  • Playing videos on Zen Mozaic

    I have a 6gb Zen Mozaic and I am having trouble finding videos that I can put on the player. I looked at the format of the sample videos that came with the player and they are .avi format so I tried to upload a few other .avi video files to the playe

  • Hello Experts, I have a question, how I can import "linq" file to ms sql?

    Hello Experts, I have a question, how I can import linq (OpenUIPlayersDB.linq) file to ms sql? Form Sample OpenUI applications? BR Lukas