HTML quirks doctype

Hi All,
As far as I know, WebLogic Portal 8.1 has "standards compliance" Look and Feels out-of-the-box. And WebLogic Portal 9.2 has "legacy" Look and Feel, which renders HTML in "quirks" mode.
And we have problems with that, because HTML content of our remote portlet (accessed via wsrp) is not "standards mode" compatible and thus not properly displayed on out-of-the-box Look and Feels.
Does anybody faced problem like this? And what is the best solution? Develop custom "quirks" Look and Feel? Or is there any other "quirks" Look and Feel (except "legacy") that can be used for such purpose?
Please share your expirence.
Thanks in advance,
Dzianis

Hi Walter,
I don't remember the reasons to choose this DOCTYPE. Maybe we did not
consider all options. At any rate, the DOCTYPE has to work with all
supported browsers as the same HTML code is delivered to all of them, so
changing it would require thorough testing.
If you think there are good reasons to change it, please open a bug in
bugzilla. This way, your points won't get lost.
Regards, Ralf
Walter Rumsby wrote:
> There are no rendering issues with IE8, but that's to be expected
> because the DOCTYPE triggers quirks mode rendering. You may be using
> IE8, but since it's pretending to be IE7 in quirks mode the experience
> should be the same as for IE7.
>
> However, it is possible to force IE8 to use IE8 Standards Mode rendering
> either via the Developer Tools or if you configure your web
> server/servlet container to set the X-UA-Compatible header to IE=8.
> Using the Developer Tools I forced the use of IE8 Standards Mode and
> didn't notice any issues, although I didn't perform any indpeth testing.
>
> The reason I noticed the DOCTYPE was that I was trying to work out why a
> widget in our RAP-based application that relies on excanvas worked when
> I used IE8 - it shouldn't have been working since all but the latest
> version of the library do not work with IE8 (as expected the widget
> didn't work when using IE8 Standards Mode). If RAP used a DOCTYPE that
> triggered standards mode the behaviour would be different and
> applications in the Internet Zone would render in IE8 Standards Mode (by
> default applications in the Intranet Zone would render in IE7
> Compatibility Mode).
>
> My interest in any possible change to the DOCTYPE and rendering mode is
> because we've developed some inhouse guidelines for developers, support
> and QA around ensuring IE8 support and having a better understanding
> RAP's direction here would help with guidelines specifically for parts
> of our application suite that rely on RAP.
>

Similar Messages

  • Set up my own HTML 5 DocType

    I would like to set up my own HTML 5 DocType, eg: "mydefault.html" file in Dreamweaver CS6 to have an additional code.
    I have been searching everywhere to find out how to do it without success.
    Can you please point me where and how to set up?

    Hi Preran,
    The code i intend to add is something like:
    <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
    <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
    <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
    <!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
    What i expect is i can set my own HTML 5 DocType, so i can select this customize blank page & the additonal code i want is already insde there, so i no need to type manual everytime when create a blank page. Thx...

  • Why is my HTML email showing up wrong in different email account?

    I've seen this before and I think it has to do with CSS (which I realize isn't supposed to be in emails), but I'm super new to this and have scoured the internet to find out exactly what I'm doing wrong and how to fix it. It shows up properly in my Yahoo acccount, but not in my Gmail accounts (which initially threw it in Spam, if that has anything to do with it). I only know the very basics of HTML and CSS, but still have get this work done and I'm assuming someone will be able to view the code and see what my issue is pretty quick - I hope! It previews in browsers just fine, it's only when I'm click "Forward to a Friend" to send it to myself to test.
    See the HTML and screencaps of the difference in view below...
    My HTML:
    <!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=ISO-8859-1" />
    <meta name="Description" content="LandOf.org is a land use information salon for Minnesota developers, planners and the public to learn about growing smarter. LandOf.org covers everything along the transect from central cities to rural areas with topics such as mixed land use to stakeholder collaboration with experts, downloadable plans, case studies and images for each. LandOf.org is a mingling of voices that asks, &ldquo;how can we do what&rsquo;s best for Minnesota?&rdquo;
    " />
    <title>Summer Reading List: Best of Smarting Off Blog</title>
    <style type="text/css">
    .rulebottom {
              border-bottom-width: 1px;
              border-bottom-style: dotted;
              border-bottom-color: #483225;
    .ruleleft {
              border-left-width: 1px;
              border-left-style: dotted;
              border-left-color: #483225;
    .texta {
              font-family: arial, helvetica, sans-serif;
              font-size: 11px;
              color: #483225;
    .texta a {
              font-family: arial, helvetica, sans-serif;
              font-size: 11px;
              color: #483225;
    .titlea {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 19px;
              text-decoration: none;
              color: #80CCA9;
    .titleb {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 19px;
              text-decoration: none;
              color: #154051;
    .textblue {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 11px;
              text-decoration: none;
              color: #154051;
    .bottominfo {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 11px;
              line-height: 16px;
              color: #FFFFFF;
    .border {
              border: thin solid #7C5A45;
    .text {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 12px;
              color: #977347;
              line-height: 16px;
    .intro {
              font-family: Georgia, "Times New Roman", Times, serif;
              font-size: 12px;
              line-height: 16px;
              color: #977347;
              font-style: italic;
    .publisher {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 14px;
              color: #3D1B01;
    .text a {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 12px;
              color: #87C1A9;
              line-height: 16px;
    body {
              background-color: #EAF5AE;
    .text1 {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 12px;
              color: #171800;
              line-height: 18px;
    </style>
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try {
    var pageTracker = _gat._getTracker("UA-2283394-35");
    pageTracker._trackPageview();
    } catch(err) {}</script>
    </head>
    <body>
    <table width="750" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#EAF5AE">
      <tr>
        <td><p align="center"> </p>
          <p align="center"><span class="text">Summer reading list from LandOf.org. Having trouble viewing this email? <a href="http://www.landof.org/email/7-13.html" target="_blank" style="color:#6CA233">View it online.</a></span></p>
          <table width="650" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
            <tr>
              <td colspan="6"><div align="right"><a href="http://www.landof.org" target="_blank"><img src="http://www.landof.org/email/images/head.jpg" width="650" height="129" border="0" /></a></div></td>
            </tr>
            <tr>
              <td width="26" rowspan="6" valign="top"><img src="http://www.landof.org/images/spacer.gif" width="25" height="1" /></td>
              <td width="425" valign="top"></td>
              <td width="14" rowspan="6" valign="top"><img src="http://www.landof.org/images/spacer.gif" width="14" height="1" /></td>
              <td width="16" rowspan="6" valign="top"><img src="http://www.landof.org/images/spacer.gif" width="15" height="1" /></td>
              <td width="150" rowspan="6" valign="top"><table width="150" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td><table width="150" height="3" border="0" cellpadding="0" cellspacing="0">
                        <tr>
                          <td></td>
                        </tr>
                        <tr>
                          <td bgcolor="#FFFFFF"><table width="150" border="0" cellspacing="0" cellpadding="0">
                              <tr>
                                <td><table width="150" height="3" border="0" cellpadding="0" cellspacing="0" bgcolor="#154051">
                                    <tr>
                                      <td></td>
                                    </tr>
                                  </table></td>
                              </tr>
                              <tr>
                                <td><p align="left"><br />
                                    <img src="http://www.landof.org/email/images/blog-bubble.jpg" width="87" height="69" /><br />
                                  </p>
                                  <font style="color:#154051;font-family:Arial;font-size:8pt;font-weight:bold;line-height:10pt;"> THE LATEST FROM THE SMARTING OFF BLOG </font><br />
                                  <br />
                                  <font style="color:#154051;font-family:Arial;font-size:8pt;font-weight:normal;line-height:11pt; "><strong>Recommendations: Who to Check out on Facebook</strong><br />
                                  <br />
                                  The following are a few of our favorites to keep in touch with on Facebook. Like them too for resources, news and more.</font><br />
                                  <br />
                                  <font style="color:#154051;font-family:Arial;font-size:8pt;font-weight:normal;line-height:11pt; "><a href="http://blog.landof.org/2012/09/recommendations-who-to-like-on-facebook.html" target="_blank" style="color:#6CA233">Read more. &raquo;</a> </font> <br/>
                                  <br />
                                <br/></td>
                              </tr>
                            </table></td>
                        </tr>
                      </table></td>
                  </tr>
                  <tr>
                    <td height="3px" bgcolor="#154051" ></td>
                  </tr>
                  <tr>
                    <td><div align="center"> <a href="http://www.landof.org/email/12-12.html"><img src="http://www.landof.org/email/images/last-issue.jpg" alt="Read the last issue" width="150" height="208" border="0" /></a> </div></td>
                  </tr>
                </table>
                <a href="http://blog.landof.org/2011/02/celebrate-life-in-twin-cities-watch.html" target="_blank"></a></td>
              <td width="20" rowspan="6" valign="top"><img src="../images/spacer.gif" width="20" height="1" /></td>
            </tr>
            <td valign="top"><img src="http://www.landof.org/email/images/recommended.jpg" alt="Recommended" width="425" height="75" /><br />
                <table width="421" border="0" cellspacing="0" cellpadding="0">
                </table></td>
            </tr>
            <tr>
              <td valign="top"><p><strong><a href="http://blog.landof.org/2013/05/16-rules-for-growing-smarter-city.html" target="_blank" style="color:#977347;font-family:Arial, Helvetica, sans-serif;font-size:15px;line-height:20px">16 Rules for Growing a Smarter City</a></strong>
                <p><font style="font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #977347;line-height: 16px;">Kaid Benfield&mdash;professor, nonprofit founder and author specializing in the topics of smart growth and sprawl&mdash;discusses the need for moving past simply advocating for smart growth to putting quality plans into action.<br />
                  <br />
                <a href="http://blog.landof.org/2013/05/16-rules-for-growing-smarter-city.html" target="_blank" style="color:#6CA233">Read more.</a></font>           
                <hr noshade="noshade" size="1" />
                <p><strong><a href="http://blog.landof.org/2013/05/northfield-named-as-having-complete.html" target="_blank" style="color:#977347;font-family:Arial, Helvetica, sans-serif;font-size:15px;line-height:20px">Northfield Named as Having a &quot;Complete Street Policy&quot;</a></strong></p>
                <p><font style="font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #977347;line-height: 16px;">There are 488 cities, states and regions with Complete Street policies in the US. In 2012, 130 new policies were passed. Northfield, MN has made the cut.<br />
                  <br />
                  <a href="http://blog.landof.org/2013/05/northfield-named-as-having-complete.html" target="_blank" style="color:#6CA233">Read more. &raquo;</a></font></p>
                <hr noshade="noshade" size="1" />
                <p><strong><a href="http://blog.landof.org/2013/05/walk-score-ranks-most-walk-and-bike.html" target="_blank" style="color:#977347;font-family:Arial, Helvetica, sans-serif;font-size:15px;line-height:20px">Walk Score Ranks Most Walk- and Bike-Friendly US Cities</a></strong><br />
                  <br />
                  <font style="font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #977347;line-height: 16px;">Where do the Twin Cities rank regarding their walking and biking scores? What cities are doing better? How can we improve?<br />
                  <br />
                  <a href="http://blog.landof.org/2013/05/walk-score-ranks-most-walk-and-bike.html" target="_blank" style="color:#6CA233">Read more. &raquo;</a></font></p>
                <hr noshade="noshade" size="1" />
                <p><strong><a href="http://blog.landof.org/2013/05/generation-y-prefers-walkable-downtown.html" target="_blank" style="color:#977347;font-family:Arial, Helvetica, sans-serif;font-size:15px;line-height:20px">Generation Y Prefers Walkable Downtown Living&mdash;For Now</a></strong><br />
                </p>
                <table width="425" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td width="267"><font style="font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #977347;line-height: 16px;">People in the 18-to-34 age bracket currently prefer to rent in downtown areasover the suburbs and a sprawling yard. But what happens when they decide to raise families in larger homes?<br />
                      <br />
                      <a href="http://blog.landof.org/2013/05/generation-y-prefers-walkable-downtown.html" target="_blank" style="color:#6CA233">Read more. &raquo;</a></font></td>
                    <td width="18"> </td>
                    <td width="140" valign="top"><img src="http://www.landof.org/email/images/7-13-walkabledowntown2.jpg" width="140" height="105" alt="Downtown Mpls" /></td>
                  </tr>
                </table>
                <hr noshade="noshade" size="1" />
                <p><strong><a href="http://blog.landof.org/2013/06/barcelona-fold-out-apartment-is-just.html" target="_blank" style="color:#977347;font-family:Arial, Helvetica, sans-serif;font-size:15px;line-height:20px">Barcelona Fold-Out Apartment Is Just 250 Square Feet</a></strong><br /></p>
                <p><font style="font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #977347;line-height: 16px;">This ingenious tiny studio apartment has everything a larger home does&mdash;a dining room, a kitchen, a bedroom, a lounge and more. How does it all fit into 250 square feet?<br />
                  <br />
                <a href="http://blog.landof.org/2013/06/barcelona-fold-out-apartment-is-just.html" target="_blank" style="color:#6CA233">Read more. &raquo;</a></font></p>
                <p> </p></td>
            </tr>
          </table>
          <div align="center">
            <p align="center"><a href="http://www.landof.org/email/forward/forwardplease.html" target="_blank"><img src="http://www.landof.org/email/images/forward.png" width="200" height="50" border="0" /></a></p>
            <p align="center" class="texta"><a href="http://www.landof.org/privacy.html" target="_blank" style="color:#483225">Privacy Policy</a></p>
            <font style="font-family:arial,helvetica,sans-serif;font-size: 11px;color:#483225;">To ensure you continue to receive this email, please add <a href="mailto:[email protected]" target="_blank" style="color:#483225">[email protected]</a> to your address book.<br />
            Did someone forward this email to you? <a href="http://www.landof.org/contact.aspx" target="_blank" style="color:#483225">Sign up</a> to receive your own notifications from LandOf.org.<br />
            <br />
            <u><a href="mailto: [email protected]" target="_blank" style="color:#483225">Request more information or contact LandOf.org</a></u>.<br />
            <br />
            <a href="http://www.landof.org" target="_blank" style="color:#483225">www.LandOf.org</a> | &copy;2012 LandOf.org<br />
            26 E. Exchange Street, Suite 206, St. Paul, MN 55101</font>
            <p align="center" class="texta">
              <!-- AddThis Button BEGIN -->
              <a href="http://api.addthis.com/oexchange/0.8/forward/facebook/offer?pco=tbxnj-1.0&url=landof.org%2 Femail%2F10-12.html&pubid=xa-4feb7dd23fdf0efa" target="_blank" ><img src="http://cache.addthiscdn.com/icons/v1/thumbs/facebook.gif" border="0" alt="Facebook" /></a> <a href="http://api.addthis.com/oexchange/0.8/forward/twitter/offer?pco=tbxnj-1.0&url=landof.org%2F email%2F10-12.html&pubid=xa-4feb7dd23fdf0efa" target="_blank" ><img src="http://cache.addthiscdn.com/icons/v1/thumbs/twitter.gif" border="0" alt="Twitter" /></a> <a href="http://www.addthis.com/bookmark.php?source=tbxnj-1.0&=250&amp;pubid=xa-4feb7dd23fdf0efa&ur l=landof.org%2Femail%2F10-12.html " target="_blank"  ><img src="http://cache.addthiscdn.com/icons/v1/thumbs/more.gif" border="0" alt="More..." /></a>
              <!-- AddThis Button END -->
            </p>
            <p align="center" class="texta"><a href="http://www.adsoka.com/w2e.html" target="_blank" style="color:#483225">Email by Adsoka</a></p>
          </div></td>
      </tr>
    </table>
    </body>
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-2283394-35']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    </html>
    How it's supposed to show up:
    How it's showing up in Gmail (Incorrectly! All the copy should be within the white box.):
    Screencap from DW:
    So, is it CSS causing this? Are the Tables setup incorrectly? Something not Inline? Not enough info for you? Gmail HATES ME?!
    I'm just not seeing it and need to put the question out there while I continue to search for an anwer. Please respond!
    Thanks!

    Many mail clients reject images, JavaScript and embedded CSS styles.  For best results use plain text near the top to communicate your message and give a link to the actual web page on your server.
    For mail clients that do have limited support for HTML, use uncomplicated tables and inline CSS rules (inside the body tag).  
    All that meta data description is a red flag to spam filters.  You shouldn't be using meta description or keywords in e-mails.
    The article below has some good tips & resources for reliable e-mail templates you could use:
    http://alt-web.com/Articles/HTML-Emails.shtml
    Nancy O.

  • Problem with CSS and HTML

    I don't understand what is wrong but I don't see the styles when I preview my html in chrome.
    Here's my CSS
    @charset "UTF-8";
    /* CSS Document */
    html {
              min-width: 768px;
    body {
              font-size: 100%;
              font-family: Arial, Helvetica, sans-serif;
              line-height: 1.5rem;
    .wrapper {}
    img {
              width: 100%; /*All images will be 100% the size of their parent */
    .baseline {
              background-image: url(../images/baseline.svg);
    strong {
              font-weight: bold;
    em {
              font-style: italic;
    /* ----------------------------------------------------------------------------------------- ------------- Masthead */
    .masthead {
              height: 6rem;
              background-color: rgba(51,153,255,1);
              margin-bottom: 1,5rem;
    h1 {
              font-size: 1.5rem;
              color: #9F6;
              position: absolute;
              margin: 2.25rem 0 0 4%;
    /*---------------------------------------------------------------------------------------- --------------------article --*/
    article {
              padding: 0 4% 1.5rem;
    .headline {
              height: 4.5rem;
              margin-bottom: 1.5rem;
              background-colour: rgba(0,0,0,.15)
    h2 {
              font-family:Georgia,"Times New Roman", Times, serif;
              font-size: 2.25rem;
              position: absolute;
              margin: 1.5rem 2% 0;
    .placeholder {
              width: 20%;
              flow: left;
              margin: 0 2.5% 1.5rem 0;
    p {
              margin-bottom: 1.5rem;
    .footnote {
              height: 4.5rem;
              background-color: rgba(0,0,0,.15)
    .footnote p {
              font-size: .875rem;
              position: absolute;
              margin: 1.5rem 2% 0;
    /*---------------------------------------------------------------------------------------- -------------------- Bottom --*/
    .Bottom {
              height: 15rem;
              background-color: rgba(51,153,255,1);
    .bottom p {
              font-sizes: .875rem;
              color; #FFF;
              position:absolute;
              margin: 1.5rem 4%
    Here's my HTML
    <!doctype html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Box Model Tutorial</title>
    <link href="box-model/reset.css" rel="stylesheet">
    <link href="box-model/general.css" rel="stylesheet">
    </head>
    <body class="baseline">
    <!-------------------------------------------------------------------------- Masthead -->  
                      <header class="masthead baseline"> <!-- A group of introductory or navigational aids -->
                                    <h1>Victoria</h1>
    <!-------------------------------------------------------------------------- Masthead -->
               <div class="wrapper">
                             <article>
                              <header class="headline">
                                        <h2>Tourism British-Columbia</h2>
                              </header>
                                   <img src="box-model/images/images/British_Columbia_Legislative_Building,_Victoria,_BC_Wallpape r_2c8nm-1.jpg" alt="box-model/images/images/British_Columbia_Legislative_Building,_Victoria,_BC_Wallpape r_2c8nm-1.jpg">
                                    <!-- Don't Forget the alt -->
                                    <p>The capital city of British Columbia, Victoria boasts many historic buildings and some of the most fascinating museums in Western Canada. The city benefits from one of Canada's mildest climates, which allows its residents to pursue outdoor pleasures all year round.
    Victoria enjoys some of the country's most exhilarating scenery: there's an ocean or mountain vista around every corner, while the city's flower gardens are famous the world over. Whether your taste runs to golfing, hiking, biking and fishing or you're more the shopping, dining and theatre type, there are no end of delights for you and your family in Victoria – the city was included in the Top 10 Family Vacations in Canada in the TripAdvisor 2011 Travelers' Choice awards.
    Established in 1843 by James Douglas as a fort for the Hudson's Bay Company, Victoria's British ancestry is apparent in the double-decker buses, horse-drawn carriages, formal gardens, and tearooms. The city is now a cosmopolitan centre with a lively entertainment scene and a wonderful array of attractions.</p>
                   <footer class="footnote">
                                         <p> Article Footer (Related Articles, Footnotes, Authors Bio, etc.) </p>
                                     </footer>
                          </article>
                           </div> <!-- Wrapper Close -->
    <!---------------------------------------------------------------------------------------- -------------Bottom -->
        <footer class="bottom">
                 <p>Main Footer (Copyright, related Links, Legal, privacy, logo, etc.)</p>
        </footer>
    </body>
    </html>

    Lines 6 & 7 of your HTML file (exercise-boxmodel.html), change this:
    <link href="box-model/reset.css" rel="stylesheet">
    <link href="box-model/general.css" rel="stylesheet">
    to this:
    <link href="reset.css" rel="stylesheet">
    <link href="general.css" rel="stylesheet">
    Your CSS files are in the same folder as your .html file. But your original linkage shows that they're within a sub-folder called 'box-model'. That link was returning a 404 Not found error. Hence, the browser was unable to load your CSS files.
    Replace the code and you should be able to view it.

  • How can I use my Html/CSS Navigation bar to control an Edge Stage?

    I have an HTML/CSS navigation bar set up in my EDGE created page. The Navbar is not created in edge. I would like to use these buttons to control the stage. 
    Inside the stage the main timeline has labels and stop actions every 1.5 secs to create a horizontally sliding site.
    The labels are as follows: home, work, blog, profile, and contact. I can easily use a symbol created inside edge for example:
    sym.play("home");
    and animate a 6000px width symbol across my 1000px stage in 1000px increments.
    I do not want to use a symbol inside of edge to do this because I cannot create the effect that the html/css navbar has on mouseover inside of edge.
    So I am interested in knowing if I can use this bar to control my main timeline so I don't have to sacrifice design for functionality.
    currently the link list is setup with the standard hyperlink. What code would I use to play the stage on click of the html navbar?
    Many thanks to anyone who can help with this!
    Here is the code for the navbar:
    <div id="menu"><ul class="block-menu">
                        <li><a href="/home" class="three-d">
                                  Dynamic
                                  <span class="three-d-box"><span class="front">Dynamic</span><span class="back">Artisans</span></span>
                        </a></li>
                        <li><a href="/demos" class="three-d">
                                  Work
                                  <span class="three-d-box"><span class="front">Work</span><span class="back">Work</span></span>
                        </a></li>
                        <li><a href="/deals" class="three-d">
                                  Blog
                                  <span class="three-d-box"><span class="front">Blog</span><span class="back">Blog</span></span>
                        </a></li>
                        <li><a href="/about" class="three-d">
                                  Profile
                                  <span class="three-d-box"><span class="front">Profile</span><span class="back">Profile</span></span>
                        </a></li>
            <li><a href="/about" class="three-d">
                                  Contact
                                  <span class="three-d-box"><span class="front">Contact</span><span class="back">Contact</span></span>
                        </a></li>
              </ul>
    <span class="block-menu"></span></div>
    Full HTML:
    <!DOCTYPE html>
    <html>
    <head>
              <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
              <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
              <title>Untitled</title>
    <!--Adobe Edge Runtime-->
        <script type="text/javascript" charset="utf-8" src="workapp_edgePreload.js"></script>
        <style>
            .edgeLoad-EDGE-57204389 { visibility:hidden; }
                  .block-menu {
                                  display: block;
                                  background: #000;
                        .block-menu li {
                                  display: inline-block;
                        .block-menu li a {
                                  color: #fff;
                                  display: block;
                                  text-decoration: none;
                                  font-family: 'Passion One',Arial,sans-serif;
                                  -webkit-font-smoothing: antialiased;
                                  -moz-font-smoothing: antialiased;
                                  font-smoothing: antialiased;
                                  text-transform: uppercase;
                                  overflow: visible;
                                  line-height: 20px;
                                  font-size: 24px;
                                  padding: 15px 10px;
                        /* animation domination */
                        .three-d {
                                  -webkit-perspective: 200px;
                                  -moz-perspective: 200px;
                                  perspective: 200px;
                                  -webkit-transition: all .07s linear;
                                  -moz-transition: all .07s linear;
                                  transition: all .07s linear;
                                  position: relative;
                                  .three-d:not(.active):hover {
                                            cursor: pointer;
                                  .three-d:not(.active):hover .three-d-box,
                                  .three-d:not(.active):focus .three-d-box {
                                            -moz-transform: translateZ(-25px) rotateX(90deg);
                                            -webkit-transform: translateZ(-25px) rotateX(90deg);
                                            -o-transform: translateZ(-25px) rotateX(90deg);
                                            transform: translateZ(-25px) rotateX(90deg);
                        .three-d-box {
                                  -webkit-transition: all .3s ease-out;
                                  -moz-transition: all .3s ease-out;
                                  -ms-transition: all .3s ease-out;
                                  -o-transition: all .3s ease-out;
                                  transition: all .3s ease-out;
                                  -webkit-transform: translatez(-25px);
                                  -moz-transform: translatez(-25px);
                                  -o-transform: translatez(-25px);
                                  transform: translatez(-25px);
                                  -webkit-transform-style: preserve-3d;
                                  -moz-transform-style: preserve-3d;
                                  -ms-transform-style: preserve-3d;
                                  -o-transform-style: preserve-3d;
                                  transform-style: preserve-3d;
                                  pointer-events: none;
                                  position: absolute;
                                  top: 0;
                                  left: 0;
                                  display: block;
                                  width: 100%;
                                  height: 100%;
                        .front {
                                  -webkit-transform: rotatex(0deg) translatez(25px);
                                  -moz-transform: rotatex(0deg) translatez(25px);
                                  -o-transform: rotatex(0deg) translatez(25px);
                                  transform: rotatex(0deg) translatez(25px);
                        .back {
                                  -webkit-transform: rotatex(-90deg) translatez(25px);
                                  -moz-transform: rotatex(-90deg) translatez(25px);
                                  -o-transform: rotatex(-90deg) translatez(25px);
                                  transform: rotatex(-90deg) translatez(25px);
                                  color: #FFE7C4;
                        .front, .back {
                                  display: block;
                                  width: 100%;
                                  height: 100%;
                                  position: absolute;
                                  top: 0;
                                  left: 0;
                                  background: black;
                                  padding: 15px 10px;
                                  color: white;
                                  pointer-events: none;
                                  -moz-box-sizing: border-box;
                                  box-sizing: border-box;
        </style>
    <!--Adobe Edge Runtime End-->
    </head>
    <body>
    <div id="menu"><ul class="block-menu">
                        <li><a href="/home" class="three-d">
                                  Dynamic
                                  <span class="three-d-box"><span class="front">Dynamic</span><span class="back">Artisans</span></span>
                        </a></li>
                        <li><a href="/demos" class="three-d">
                                  Work
                                  <span class="three-d-box"><span class="front">Work</span><span class="back">Work</span></span>
                        </a></li>
                        <li><a href="/deals" class="three-d">
                                  Blog
                                  <span class="three-d-box"><span class="front">Blog</span><span class="back">Blog</span></span>
                        </a></li>
                        <li><a href="/about" class="three-d">
                                  Profile
                                  <span class="three-d-box"><span class="front">Profile</span><span class="back">Profile</span></span>
                        </a></li>
            <li><a href="/about" class="three-d">
                                  Contact
                                  <span class="three-d-box"><span class="front">Contact</span><span class="back">Contact</span></span>
                        </a></li>
              </ul>
    <span class="block-menu"></span></div>
    <div  id="Stage" class="EDGE-57204389">
    </div>
    </body>
    </html>

    I've come across this from the Edge API:
    Edge.getComposition(compId)
    Anyone having trouble with this same issue should try this:
    var targetComp = AdobeEdge.getComposition('TARGETCOMPID');
       targetComp.getStage().play();
    in their trigger or event handler.
    How I got it to work:
    <li><a href="javascript:var targetComp = AdobeEdge.getComposition('EDGE-57204389');
       targetComp.getStage().play();" class="three-d">
                                  Dynamic
                                  <span class="three-d-box"><span class="front">Dynamic</span><span class="back">Artisans</span></span>
                        </a></li>

  • Index.html - SWF file not working in browser

    The navigation button on my Flash/SWF intro page (www.benscarrillustration.com) isn't working in web browsers. What am not doing correctly.
    I have the following 3 files in my cPanel File Manager....
    1. index.html
    2. Ben Scarr Illustration.swf
    3. Ben Scarr illustration.html
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8">
            <link rel="shortcut icon" href="/avatar.ico" type="image/x-icon">
            <title>Ben Scarr Illustration</title>
            <style type="text/css" media="screen">
            html, body { height:100%; background-color: #ffffff;}
            body { margin:0; padding:0; overflow:hidden; }
            #flashContent { width:1214px; height:100%; margin:auto;}
            </style>
        </head>
        <body>
            <div id="flashContent">
                <object type="application/x-shockwave-flash" data="Ben Scarr Illustration.swf" width="1214" height="717" id="Ben Scarr Illustration" style="float: none; vertical-align:middle">
                    <param name="movie" value="Ben Scarr Illustration.swf" />
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#ffffff" />
                    <param name="play" value="true" />
                    <param name="loop" value="true" />
                    <param name="wmode" value="window" />
                    <param name="scale" value="showall" />
                    <param name="menu" value="true" />
                    <param name="devicefont" value="false" />
                    <param name="salign" value="" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <a href="http://www.adobe.com/go/getflash">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
                    </a>
                </object>
            </div>
        </body>
    </html>

    Thanks for the information about Flash no longer being the best or contemporary way to design web sites. This shows me how long I've been away from designing them.
    I will redesign my web site in Dreamweaver very soon, as I would like it to play on iOS devices.
    But at the moment I would just like to see my Flash page working in a browser.
    I have inserted my Flash page in to Dreamweaver, and new code has been automatically added. But still the navigation button doesn't work.
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8">
            <link rel="shortcut icon" href="/avatar.ico" type="image/x-icon">
            <title>Ben Scarr Illustration</title>
            <style type="text/css" media="screen">
            html, body { height:100%; background-color: #ffffff;}
            body { margin:0; padding:0; overflow:hidden; }
            #flashContent { width:1214px; height:100%; margin:auto;}
            </style>
        <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
        </head>
        <body>
            <div id="flashContent">
                <object type="application/x-shockwave-flash" data="benscarrillustration.swf" width="1214" height="717" id="benscarrillustration" style="float: none; vertical-align:middle">
                    <param name="movie" value="benscarrillustration.swf" />
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#ffffff" />
                    <param name="play" value="true" />
                    <param name="loop" value="true" />
                    <param name="wmode" value="window" />
                    <param name="scale" value="showall" />
                    <param name="menu" value="true" />
                    <param name="devicefont" value="false" />
                    <param name="salign" value="" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <embed src="benscarrillustration.html" width="1214" height="717" quality="high" bgcolor="#ffffff" play="true" loop="true" wmode="window" scale="showall" menu="true" devicefont="false" salign="" allowscriptaccess="sameDomain"><noembed><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></noembed></embed>
                    <a href="http://www.adobe.com/go/getflash">
                    </a>
                </object>
                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1214" height="717" id="FlashID" title="benscarrillustration.swf">
                  <param name="movie" value="benscarrillustration.swf" />
                  <param name="quality" value="high" />
                  <param name="wmode" value="opaque" />
                  <param name="swfversion" value="6.0.65.0" />
                  <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
                  <param name="expressinstall" value="Scripts/expressInstall.swf" />
                  <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
                  <!--[if !IE]>-->
                  <object type="application/x-shockwave-flash" data="benscarrillustration.swf" width="1214" height="717">
                    <!--<![endif]-->
                    <param name="quality" value="high" />
                    <param name="wmode" value="opaque" />
                    <param name="swfversion" value="6.0.65.0" />
                    <param name="expressinstall" value="Scripts/expressInstall.swf" />
                    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
                    <div>
                      <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                      <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
                    </div>
                    <!--[if !IE]>-->
                  </object>
                  <!--<![endif]-->
              </object>
            </div>
        <script type="text/javascript">
    swfobject.registerObject("FlashID");
            </script>
        </body>
    </html>

  • Create HTML that links 100 PDF files in a folder

    I would like to publish my wife's recipes on our website, hoping she can then have access from the iPhone. I have about a 100 and really don't want to use iWeb to create 100 hyperlinks to a file, especially since she is continuously adding recipes.
    Does anyone have a hint that could help generate such a page?

    Does anyone have a hint that could help generate such a page?
    Try AppleScript, it's easier than you think. Here is a short script:
    -- start script
    on run
        tell application "Finder"
            -- ask for folder contains PDFs
            set recipesFolder to choose folder with prompt "Please select the folder that contains recipe PDFs"
            -- get all files name
            set recipeFileNames to name of every file in recipesFolder whose name extension is "pdf"
            -- convert folder path to POSIX so can be used with Unix command
            set posixFolderPath to POSIX path of recipesFolder
        end tell
        set DOCTYPE to "<?xml version=\"1.0\" encoding=\"UTF-8\"?><!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><title>My Recipes</title></head><body>"
        set closeTags to "</body></html>"
        -- write DOCTYPE
        do shell script "/bin/echo " & quoted form of DOCTYPE & " > " & quoted form of (posixFolderPath & "My Recipes.html")
        -- write page title
        do shell script "/bin/echo " & quoted form of "<br/>My Recipes<br/><br/>" & " >> " & quoted form of (posixFolderPath & "My Recipes.html")
        repeat with recipeFileName in recipeFileNames
            -- write recipes entries
            do shell script "/bin/echo '<li><a href=\"" & recipeFileName & "\">" & recipeFileName & "</a><br/>'" & " >> " & quoted form of (posixFolderPath & "My Recipes.html")
        end repeat
        -- write close tags
        do shell script "/bin/echo " & quoted form of closeTags & " >> " & quoted form of (posixFolderPath & "My Recipes.html")
    end run
    -- end script
    Launch Script Editor, it can be found in /Application/AppleScript/ folder, copy& paste the script, I added comments above each line. You can run the script from Script Editor or save it as an application (File menu --> Save as..). Run the script, it'll do the following:
    1) prompt you to locate the folder which contains the PDFs
    2) make 'My Recipes.html' file in the same folder, that way you can upload the whole folder to you host.
    Be sure you *do not* have any file with the name 'My Recipes.html'.
    *If you're unsure of anything post back or make back up your important stuff (aka everthing you home folder).*
    Now, the script generates a very raw page with a list of PDF files and links to them.
    But potentially, AppleScript can generate html page with different catagories... such as: vegan, veggies or carnivore dishes... or French, Thai or Indonesian dishes... etc, etc... great for searching!
    But, you need to add those key words in the PDF file's Spotlight Comments (in Finder select an item, then hit command+i, you'll see comments field at the top on info pane).
    Spotlight Comments is meta data for Finder to find things (data base indexing).
    Lastly, you can automate all these by using AppleScript's Folder Action

  • HTML Email

    Hi,
    I'm having trouble creating an html email that works accross
    all email clients. Right now I'm testing on a Macbook and my email
    works fine in Entourage but won't appear at all in Apple mail. I
    know I have to set a multi part MIME header but I'm not sure where
    to put that code.
    Here is what I have so far...
    <CFMAIL TO="#email#" FROM="[email protected]"
    SUBJECT="Global Lifeguard discount coupon">
    <!--- Embed image via the local file system. --->
    <cfmailparam
    file="#ExpandPath('#application.imagepath#Email-Header.gif')#"
    contentid="header"
    disposition="inline"
    />
    <cfmailparam
    file="#ExpandPath('#application.imagepath#GLG_logo.gif')#"
    contentid="logo"
    disposition="inline"
    />
    <cfmailpart type="html">
    <!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>
    Mime-Version: 1.0 Content-Type: text/html;
    charset="ISO-8859-1"
    </head>
    <style>
    body,td,a,p,.h{font-family:arial,sans-serif;font-size:small;}
    a:link {color:##c02026; }
    .footer {font-size:x-small;}
    a.footer {font-size:x-small;}
    </style>
    <body>
    <cfoutput>
    <table width="600" cellpadding="0" cellspacing="0"
    border="0"> <tr> <td align="center"
    bgcolor="##c20803">
    <img src="cid:header" alt="E-mail Header" />
    <table width="580" cellpadding="15" cellspacing="0"
    border="0" bgcolor="##ffffff">
    <tr><td align="left">
    <p>Dear <b>#name#</b>,</p>
    <cfif IsDefined("attributes.Personal")>
    <cfif trim(attributes.Personal) EQ
    ""><p>#session.Account.UserName# has invited you to join
    Global Lifeguard, the first service in Canada that allows you to
    access your medical records over the
    internet.</p><cfelse><p>#attributes.Personal#</p></cfif>
    <p><b>Use your Service Voucher below to sign up
    now, and you both get 1 month free!**</b> </p>
    <cfelse>
    <p>#session.Account.UserName# has invited you to join
    Global Lifeguard, the first service in Canada that allows you to
    access your medical records over the internet.</p>
    </cfif>
    <p>--------------------------------------------------------------------------------------- --------------------</p>
    <h3>What is Global Lifeguard</h3>
    <p>Global Lifeguard is a new health record management
    system that provides Canadians with secure, web-based access to
    their medical information.
    Up-to-date health records can be accessed by patients, their
    physicians, and other authorized health care personnel over the
    Internet from anywhere in
    the world, 24 hrs a day, 7 days a week.</p>
    <p><b>Member Benefits:</b></p>
    <ul>
    <li>Secure, 24/7 access to up-to-date health
    information from anywhere in the world.</li>
    <li>All your medical records in one, secure
    location.</li>
    <li>Always have access to your critical information,
    even in emergency situations and when traveling abroad. </li>
    <li>Powerful security features ensure that your
    information remains completely confidential. </li>
    <li>Easily manage the healthcare of loved ones.
    </li>
    <li>Diary functions allow you to keep track of
    important changes to your health status.</li>
    </ul>
    <p>To learn more about Global Lifeguard, visit us today
    at <a href="
    http://www.globallifeguard.com"
    target="_blank">www.GlobalLifeguard.com</a>.</p>
    <p> Sincerely,<br />
     The Global Lifeguard Team</p>
    <p align="right"><img src="cid:logo" alt="Global
    Lifeguard Logo" /></p>
    <p class="footer"><b>Please Note:</b>
    #session.Account.UserName# requested that this one-time e-mail be
    sent. If you have any questions about Global Lifeguard, please
    e-mail us at
    <a class="footer"
    href="mailto:[email protected]">[email protected]</a>.</p>
    <p>--------------------------------------------------------------------------------------- --------------------</p>
    </td></tr>
    <tr>
    <td bgcolor="##f0f0f0">
    <h3>Here is your one month Global Lifeguard Service
    Voucher:</h3>
    <p><b>Referral Code:</b> #coupon#</p>
    <p>This Global Lifeguard Referral Code is only valid
    for use by #name#. This Global Lifeguard Referral Code expires:
    <b>#DateFormat(DateAdd('m', 4,
    Now()),'yyyy/mm/dd')#</b></p>
    <br />
    <h3>How to redeem your Global Lifeguard Service
    Voucher:</h3>
    <p>1. Please visit <a
    href="#application.home#/#request.self##xfa.viewSRegister#&edit=1&coupon=#coupon#"
    target="_blank">www.GlobalLifeguard.com/referral</a>.</p>
    <p>2. When prompted, enter your Global Lifeguard
    Referral Code and follow the onscreen instructions to complete the
    registration process.</p>
    <p>3. Finalize the registration process by providing
    your payment information. Once complete, your account will be
    credited with a one year subscription,
    plus one additional month of service.</p>
    </td></tr>
    <tr><td>
    <ul class="footer">
    <li>Global Lifeguard Service Vouchers are not for
    resale, and are not redeemable for cash. </li>
    <li>Global Lifeguard Service Vouchers cannot be
    transferred, and cannot be applied to any existing account.
    </li>
    <li>Sorry, we cannot replace lost Global Lifeguard
    Service Vouchers. </li>
    <li>A valid e-mail address is required to redeem a
    Global Lifeguard Service Voucher. </li>
    <li>This Global Lifeguard Service Voucher Expires 4
    Weeks after this e-mail is sent. </li>
    </ul>
    </td>
    </tr>
    </table>
    <br />
    </td>
    </tr>
    </table>
    </cfoutput>
    </body>
    </html>
    </cfmailpart>
    </CFMAIL>

    Here is one example which is taken from the documentation
    links Mr.Azadi mentioned...
    <h3>cfmailpart Example</h3>
    <cfmail from = "[email protected]" To = "[email protected]"
    Subject = "Which version do you see?">
    <cfmailpart
    type="text"
    wraptext="74">
    You are reading this message as plain text, because your
    mail reader
    does not handle HTML text.
    </cfmailpart>
    <cfmailpart
    type="html">
    <h3>HTML Mail Message</h3>
    <p>You are reading this message as
    <strong>HTML</strong>.</p>
    <p>Your mail reader handles HTML text.</p>
    </cfmailpart>
    </cfmail>

  • HTML file not working ..!

    Okay so i`ve created a website on flash mx , converted it into html .. uploaded on domain on member.webs.com.. here is the link of file nawazbaig.webs.com/website2.html .. it shows up the blank page . ? it is running perfectly fine on my computer.. but on domain it is not working.. here is the code of html
    <!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" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>website2</title>
    </head>
    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100%" height="100%" id="website2" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="website2.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <PARAM NAME="SCALE" VALUE="exactfit">
    <embed src="website2.swf" quality="high" bgcolor="#ffffff" width="100%" height="100%" name="website2" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"SCALE="exactfit" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
    </body>
    </html>
    "  I would really appreciate your comment on this problem..!

    relaxatraja may be right, it could just be your path which is wrong.....
    But you are already using a "relative" path... so that can stay the same... it just might be the wrong one.
    From an old article on pathing:
    Pathing issues
    Almost always when it works on the local machine and not the server, it's a pathing problem.
    You can put your Flash related files in whatever folders you want, they do NOT have to be in the root, they do NOT all have to be in the same folder. But if you have a problem and if sticking them all in the root folder works, then you know that the issue was a pathing problem.
    Just remember that paths used in the .swf become relative to the Web page on which the .swf is placed, NOT it’s physical location.  So for example, if your .swf is in the flash/data folder and you use that .swf on a Web page in the root folder, you are in effect, removing that .swf from flash/data and putting it in root. So if the .swf is loading any related files (xml, images, video, etc), the path used inside the .swf to load the .xml file has to be relative to it's new location in root and then back down into flash/data. This is true even though when testing the .swf by itself, it can be inside flash/data and work just fine, since relative to it's location, the path is just fine, they are in the same folder. But if that same path is used when the .swf is placed on a page two folder levels up, the relative path has changed, the old "same folder" path will not work.
    In fact if you are placing the .swf on a web page in a different folder than the .swf is stored in, and that .swf calls external assets, then direct clicking and opening of the .swf in it’s folder should NOT work! That’s because the paths to the external assets should be relative to the Web page and not the physical location of the .swf.
    So just be sure that you use addresses relative to the final Web page locations (not physical file locations) and you can put the Flash related files in what ever folders you want.
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
    Best wishes,
    Adninjastrator

  • HTML button in the eMail notification sent by Workflow

    I have a workflow which send eMail notification to the users. I want to add 2 HTML buttons for approve and reject on this email notification.
    For this I have embedded the following HTML snippet in the advanced properties (Message Body) of the email action in the workflow -
    <!DOCTYPE html><HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = "urn:schemas-microsoft-com:vml" xmlns:o = "urn:schemas-microsoft-com:office:office" xmlns:w = "urn:schemas-microsoft-com:office:word" xmlns:m = "http://schemas.microsoft.com/office/2004/12/omml"><HEAD><TITLE></TITLE> <META content="text/html; charset=us-ascii" http-equiv=Content-Type> <META name=GENERATOR content="MSHTML 10.00.9200.17183"></HEAD> <BODY> <P><IMG style="TEXT-ALLIGN: left" src="../Site%20Assets/abc_icon.png"></P> <P><STRONG>******************************************<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Styled Workflow eMail<BR>******************************************</STRONG></P> <P><STRONG>Full Name: [%Current Item:FullName%]</STRONG></P><FONT color=#0000ff size=2 face=Consolas><FONT color=#0000ff size=2 face=Consolas><FONT color=#0000ff size=2 face=Consolas> <P></FONT></FONT></FONT><INPUT id=btnApprove type=button value=Approve>&nbsp;&nbsp;<INPUT id=btnReject type=button value=Reject></P></BODY></HTML>
    <!DOCTYPE html><HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = "urn:schemas-microsoft-com:vml" xmlns:o = "urn:schemas-microsoft-com:office:office" xmlns:w = "urn:schemas-microsoft-com:office:word"
    xmlns:m = "http://schemas.microsoft.com/office/2004/12/omml"><HEAD><TITLE></TITLE> <META content="text/html; charset=us-ascii" http-equiv=Content-Type> <META name=GENERATOR content="MSHTML 10.00.9200.17183"></HEAD>
    <BODY> <P><IMG style="TEXT-ALLIGN: left" src="../Site%20Assets/abc_icon.png"></P> <P><STRONG>******************************************<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    Styled Workflow eMail<BR>******************************************</STRONG></P> <P><STRONG>Full Name: [%Current Item:FullName%]</STRONG></P><FONT color=#0000ff size=2 face=Consolas><FONT color=#0000ff size=2
    face=Consolas><FONT color=#0000ff size=2 face=Consolas> <P></FONT></FONT></FONT><INPUT id=btnApprove type=button value=Approve>&nbsp;&nbsp;<INPUT id=btnReject type=button value=Reject></P></BODY></HTML>
    However when the user receives the mail, the buttons appear as plain text. Moreover the images are also missing.
    Am I  missing any specific configuration? Is there anything more that needs to be done to render a HTML button and images in an email generated from a workflow?
    I would appreciate, if anyone could please help me resolve this issue.

    Hi Arghadip Kar,
    Im glad you liked my name. )
    Anyhoo, you are correct. A Task is used. I checked in SWI1 and the task associated with the mail is TS90000101. (not a ws) Does this help at all?
    In the Business Process, it is the part where the system informs a Training coordinator that a training request by an employee have been approved by his/her manager.
    Do I still check the FM below or are there any other way given the info above?
    Thank you!
    Olekan

  • DW CS4 not closing input tags properly when no doctype declared

    Hi,
    I often write code in PHP that is going to be included, because of this, I dont use the HTML, BODY, DOCTYPE tags on the include file (usually a form) that I'm working on.
    If I add input fields, they are closed with a '>' instead of a '/>'
    Is there any way to correct this behavior?
    thanks

    When you create a new page in DW select XHTML 1.0 Transitional...then get rid of the excess code you don't want before typing in your include code.

  • Doctype control in RoboHelp

    Hi,
    Can someone tell me if there is a way to switch all my RoboHelp HTML files to the doctype 5 automatically?
    Is there an option in RoboHelp to select the HTML version? Or any other way to achieve this except for manual editing of the HTML code.
    Thanks.
    Diana

    Hi,
    No way to convert to HTML5 doctype. You'll need to manually find and replace the doctypes in your output. Note that WebHelp uses both HTML 4.01 Frameset and XHTML 1.0 transitions. But for valid output, you may need to make some more modifications to the output.
    The question is: Why would you want to set the HTML 5 doctype? What would that bring that the XHTML 1.0 doctype can't? Also, IE (except maybe v9) don't support HTML5 so you can't use the HTML5 tags like canvas if you want to support older browsers.
    You can use Tools > Options > General > "Convert RoboHelp converted topics to HTML" to convert your output to HTML 4.01 instead of XHTML 1.0 transitional. But that's as far as it goes.
    Greet,
    Willam

  • Creating slider to control current layer opacity in HTML?

    Hi! I wanted to create a slider in custom panel which changes the for eg opacity of the current layer.
    Here is what I used in HTML5
    <div>
    <input type="range" min="0" max="100" value="0" step="1" id="opacity" name="opacity" onChange="sliderChange(this.value)"/>
    </div>
    Here is the javascript function
    $._ext_OPACITY={
          run : function() {
           app.activeDocument.activeLayer.opacity = 50;
    Now can you please tell me how to link that HTML slider with this function so that user can change the opacity using the slider. Thanks alot.

    Hi thanks alot for replying. Unfortunately it's still not working.
    js/main.js
    var csInterface = new CSInterface(); 
    function outputUpdate(value) { 
       csInterface.evalScript("setLayerOpacity('" + value + "')"); 
    jsx/Photoshop.jsx
    run : function setLayerOpacity(layerOpacity) { 
        app.activeDocument.activeLayer.opacity = setLayerOpacity; 
    index.html
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <script src="./ext.js"></script>
    <script src="./lib/CSInterface-4.0.0.js"></script>
    <link id="ppstyle" rel="stylesheet" type="text/css" href="./style.css">
    <title>Test</title>
    </head>
    <body onLoad="onLoaded()">
    <div id="content">
    <input type="range" min="0" max="100" value="0" step="1" id="opacity" name="opacity" onChange="setLayerOpacity(this.value)"/>
    </div>
    </body>
    <script src=’js/main.js’></script>
    </html>
    Slider is displaying in photoshop also moving but doing nothing.

  • Doctype Syntax Error when using AJAX Form Submission

    I have a simple email signup form that is submitted using AJAX. When I submit the webform it throws a Syntax Error that says "<!DOCTYPE html>
    Here is the AJAX Code:
    function jqsub() {
    var $f = $('#email-form');
    var $m = $('#success-message');
    $.ajax({
      type: 'POST',
      url: $f.attr('action') + '&JSON=1',
      data: $f.serialize(),
        success: function(msg) {
         var formResponse = eval(msg);
            if (formResponse.FormProcessV2Response.success) {
                    $f.fadeOut();
                    $m.fadeIn().html('<p>Thank you for joining our mailing list.</p>');
        error: function(msg) {
        alert('error'+msg);
        return false;
    Why am I seeing this error and how do I solve it?
    Note: The site is not public yet and I cannot post it on a public forum. If needed I can PM you the link.
    Thanks for the help!
    Lynda

    I am not sure I follow. I am using the HTML 5 Doctype: <!doctype html> on the page and I have the form code copied into the page. As far as I know any page on my site, including all layouts, are HTML 5 Doctype.
    Is there some area I should look to change a setting?
    Thanks Liam!

  • Problems validating GL CS pages using W3C HTML Validator

    I've tried validating a number of pages and they come up with approx. 30 errors and I think all of them are coming from the disjointed rollovers in the navigation. How do I get the page/pages to validate. Any help would be great.
    jodmcc49

    Thanks Janet,
    The site is not uploaded yet. I apologize for the large amount of code. I thought it could be inserted in a code window, such as other forums. Here is the code: HTML: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
        <head>
            <meta http-equiv="content-type" content="text/html;charset=utf-8">
            <meta name="generator" content="Adobe GoLive">
            <title>Hillman Foods - Contact Us</title>
            <csactions>
                <csaction name="C773F5560" class="Set Image URL" type="onevent" val0="homedefault" val1="images/location_home.gif" urlparams="2"></csaction>
                <csaction name="C773F5CF1" class="Set Image URL" type="onevent" val0="homedefault" val1="images/location_contact_on.gif" urlparams="2"></csaction>
                <csaction name="C773F6282" class="Set Image URL" type="onevent" val0="homedefault" val1="images/location_about.gif" urlparams="2"></csaction>
                <csaction name="C773F64D3" class="Set Image URL" type="onevent" val0="homedefault" val1="images/location_contact_on.gif" urlparams="2"></csaction>
                <csaction name="C773F66F4" class="Set Image URL" type="onevent" val0="homedefault" val1="images/location_job.gif" urlparams="2"></csaction>
                <csaction name="C773F6885" class="Set Image URL" type="onevent" val0="homedefault" val1="images/location_contact_on.gif" urlparams="2"></csaction>
                <csaction name="C773F69E6" class="Set Image URL" type="onevent" val0="homedefault" val1="images/location_contact.gif" urlparams="2"></csaction>
                <csaction name="C773F6B27" class="Set Image URL" type="onevent" val0="homedefault" val1="images/location_contact_on.gif" urlparams="2"></csaction>
                <csaction name="C773F6C38" class="Set Image URL" type="onevent" val0="homedefault" val1="images/location_employee.gif" urlparams="2"></csaction>
                <csaction name="C773F6D39" class="Set Image URL" type="onevent" val0="homedefault" val1="images/location_contact_on.gif" urlparams="2"></csaction>
                <csaction name="C77B46FF10" class="Goto Link" type="onevent" val0="index.html" val1="" urlparams="1"></csaction>
                <csaction name="C77B472511" class="Goto Link" type="onevent" val0="about.html" val1="" urlparams="1"></csaction>
                <csaction name="C77B474312" class="Goto Link" type="onevent" val0="job.html" val1="" urlparams="1"></csaction>
                <csaction name="C77B477213" class="Goto Link" type="onevent" val0="contact.html" val1="" urlparams="1"></csaction>
                <csaction name="C77B479414" class="Goto Link" type="onevent" val0="employee.html" val1="" urlparams="1"></csaction>
            </csactions>
            <csscriptdict import>
                <script type="text/javascript" src="GeneratedItems/CSScriptLib.js"></script>
            </csscriptdict>
            <csactiondict>
                <!-- NAVIGATION SCRIPT BEGIN -->
                <script type="text/javascript"><!--
    CSAct[/*CMP*/ 'C773F5560'] = new Array(CSSetImageURL,/*CMP*/ 'homedefault',/*URL*/ 'images/location_home.gif');
    CSAct[/*CMP*/ 'C773F5CF1'] = new Array(CSSetImageURL,/*CMP*/ 'homedefault',/*URL*/ 'images/location_contact_on.gif');
    CSAct[/*CMP*/ 'C773F6282'] = new Array(CSSetImageURL,/*CMP*/ 'homedefault',/*URL*/ 'images/location_about.gif');
    CSAct[/*CMP*/ 'C773F64D3'] = new Array(CSSetImageURL,/*CMP*/ 'homedefault',/*URL*/ 'images/location_contact_on.gif');
    CSAct[/*CMP*/ 'C773F66F4'] = new Array(CSSetImageURL,/*CMP*/ 'homedefault',/*URL*/ 'images/location_job.gif');
    CSAct[/*CMP*/ 'C773F6885'] = new Array(CSSetImageURL,/*CMP*/ 'homedefault',/*URL*/ 'images/location_contact_on.gif');
    CSAct[/*CMP*/ 'C773F69E6'] = new Array(CSSetImageURL,/*CMP*/ 'homedefault',/*URL*/ 'images/location_contact.gif');
    CSAct[/*CMP*/ 'C773F6B27'] = new Array(CSSetImageURL,/*CMP*/ 'homedefault',/*URL*/ 'images/location_contact_on.gif');
    CSAct[/*CMP*/ 'C773F6C38'] = new Array(CSSetImageURL,/*CMP*/ 'homedefault',/*URL*/ 'images/location_employee.gif');
    CSAct[/*CMP*/ 'C773F6D39'] = new Array(CSSetImageURL,/*CMP*/ 'homedefault',/*URL*/ 'images/location_contact_on.gif');
    CSAct[/*CMP*/ 'C77B46FF10'] = new Array(CSGotoLink,/*URL*/ 'index.html','');
    CSAct[/*CMP*/ 'C77B472511'] = new Array(CSGotoLink,/*URL*/ 'about.html','');
    CSAct[/*CMP*/ 'C77B474312'] = new Array(CSGotoLink,/*URL*/ 'job.html','');
    CSAct[/*CMP*/ 'C77B477213'] = new Array(CSGotoLink,/*URL*/ 'contact.html','');
    CSAct[/*CMP*/ 'C77B479414'] = new Array(CSGotoLink,/*URL*/ 'employee.html','');
    // --></script>
                <!-- NAVIGATION SCRIPT END -->
            </csactiondict>
        </head>
        <body>
            <div id="wrap">
            <div id="navigation">
                <img id="logo" src="images/logo.gif" alt="" height="165" width="388" border="0"><img src="images/location_contact_on.gif" alt="" name="homedefault" height="62" width="402" border="0"><a onclick="CSAction(new Array(/*CMP*/'C77B46FF10'));return CSClickReturn()" onmouseover="CSAction(new Array(/*CMP*/'C773F5560'));return true;" onmouseout="CSAction(new Array(/*CMP*/'C773F5CF1'));" href="#" csclick="C77B46FF10" csout="C773F5CF1" csover="C773F5560"><img id="nav_01" src="images/home.gif" alt="" height="40" width="40" border="0"></a><a onclick="CSAction(new Array(/*CMP*/'C77B472511'));return CSClickReturn()" onmouseover="CSAction(new Array(/*CMP*/'C773F6282'));return true;" onmouseout="CSAction(new Array(/*CMP*/'C773F64D3'));" href="#" csclick="C77B472511" csout="C773F64D3" csover="C773F6282"><img id="nav_02" src="images/arrow.gif" alt="" height="40" width="40" border="0"></a><a onclick="CSAction(new Array(/*CMP*/'C77B474312'));return CSClickReturn()" onmouseover="CSAction(new Array(/*CMP*/'C773F66F4'));return true;" onmouseout="CSAction(new Array(/*CMP*/'C773F6885'));" href="#" csclick="C77B474312" csout="C773F6885" csover="C773F66F4"><img id="nav_03" src="images/burger_flip.gif" alt="" height="40" width="40" border="0"></a><a onclick="CSAction(new Array(/*CMP*/'C77B477213'));return CSClickReturn()" onmouseover="CSAction(new Array(/*CMP*/'C773F69E6'));return true;" onmouseout="CSAction(new Array(/*CMP*/'C773F6B27'));" href="#" csclick="C77B477213" csout="C773F6B27" csover="C773F69E6"><img id="nav_04" src="images/envelope_on.gif" alt="" height="40" width="40" border="0"></a><a onclick="CSAction(new Array(/*CMP*/'C77B479414'));return CSClickReturn()" onmouseover="CSAction(new Array(/*CMP*/'C773F6C38'));return true;" onmouseout="CSAction(new Array(/*CMP*/'C773F6D39'));" href="#" csclick="C77B479414" csout="C773F6D39" csover="C773F6C38"><img id="nav_05" src="images/key.gif" alt="" height="40" width="40" border="0"></a></div>
            <div id="feedbackform">
                <form id="feedback" action="(EmptyReference!)" method="get" name="feedback">
                    <h1>Hillman Foods Inc. Contact Us</h1>
                    <label for="contacttype">Reason for contact:</label><select name="contacttype" size="1">
                        <option value="Select">Select</option>
                        <option value="General Comments">General Comments</option>
                        <option value="Compliments/Recognition">Compliments/Recognition</option>
                        <option value="Complaints">Complaints</option>
                        <option value="Suggestions">Suggestions</option>
                    </select>
                    <h5>Contact Information: <span class="redtext">(Please fill in all fields marked with &quot;*&quot;)</span></h5>
                <div class="section">
                    <label for="title">Title<span class="redtext">*</span>:</label><select id="title" name="title" size="1">
                        <option value="Select">Select</option>
                        <option value="Dr.">Dr.</option>
                        <option value="Rev.">Rev.</option>
                        <option value="Mr.">Mr.</option>
                        <option value="Mrs.">Mrs.</option>
                        <option value="Miss">Miss</option>
                    </select> <label for="firstname">First Name <span class="redtext">*</span>:</label><input id="firstname" class="text" type="text" name="firstname" size="24"><label for="lastname">Last Name <span class="redtext">*</span>:</label><input id="lastname" class="text" type="text" name="lastname" size="24">
                </div>
                <div class="group">
                <label for="mailingaddress">Mailing Address <span class="redtext">*</span> (U.S. Only):</label><input id="mailingaddress" class="text" type="text" name="mailingaddress" size="24"><input id="mailingaddress2" class="text" type="text" name="mailingaddress2" size="24"></div>
                <div class="section">
                <label for="mailcity">City <span class="redtext">*</span>:</label><input id="mailcity" class="text" type="text" name="mailcity" size="24"><label for="mailstate">State <span class="redtext">*</span>:</label><select id="mailstate" name="mailstate" size="1">
                        <option value="Select">Select</option>
                        <option value="AL">AL</option>
                        <option value="AK">AK</option>
                        <option value="AZ">AZ</option>
                        <option value="AR">AR</option>
                        <option value="CA">CA</option>
                        <option value="CO">CO</option>
                        <option value="CT">CT</option>
                        <option value="DE">DE</option>
                        <option value="FL">FL</option>
                        <option value="GA">GA</option>
                        <option value="HI">HI</option>
                        <option value="ID">ID</option>
                        <option value="IL">IL</option>
                        <option value="IN">IN</option>
                        <option value="IA">IA</option>
                        <option value="KS">KS</option>
                        <option value="KY">KY</option>
                        <option value="LA">LA</option>
                        <option value="ME">ME</option>
                        <option value="MD">MD</option>
                        <option value="MA">MA</option>
                        <option value="MI">MI</option>
                        <option value="MN">MN</option>
                        <option value="MS">MS</option>
                        <option value="MO">MO</option>
                        <option value="MT">MT</option>
                        <option value="NE">NE</option>
                        <option value="NV">NV</option>
                        <option value="NH">NH</option>
                        <option value="NJ">NJ</option>
                        <option value="NM">NM</option>
                        <option value="NY">NY</option>
                        <option value="NC">NC</option>
                        <option value="ND">ND</option>
                        <option value="OH">OH</option>
                        <option value="OK">OK</option>
                        <option value="OR">OR</option>
                        <option value="PA">PA</option>
                        <option value="RI">RI</option>
                        <option value="SC">SC</option>
                        <option value="SD">SD</option>
                        <option value="TN">TN</option>
                        <option value="TX">TX</option>
                        <option value="UT">UT</option>
                        <option value="VT">VT</option>
                        <option value="VA">VA</option>
                        <option value="WA">WA</option>
                        <option value="WV">WV</option>
                        <option value="WI">WI</option>
                        <option value="WY">WY</option>
                    </select> <label for="mailzip">Zip <span class="redtext">*</span>:</label><input id="mailzip" class="text" type="text" name="mailzip" size="24"></div>
                    <div class="section">
                    <label for="dayphone">Day Phone <span class="redtext">*</span>:</label><input id="dayphone" class="text" type="text" name="dayphone" size="3">-<input id="dayphone2" class="text" type="text" name="dayphone2" size="3">-<input id="dayphone3" class="text" type="text" name="dayphone3" size="4"><label for="dayphoneext">Extension:</label><input id="dayphoneext" class="text" type="text" name="dayphoneext" size="5"></div>
                    <div class="section">
                    <label for="eveningphone">Evening Phone <span class="redtext">*</span>:</label><input id="eveningphone" class="text" type="text" name="eveningphone" size="3">-<input id="eveningphone2" class="text" type="text" name="eveningphone2" size="3">-<input id="eveningphone3" class="text" type="text" name="eveningphone3" size="4"><label for="eveningphoneext">Extension:</label><input id="eveningphoneext" class="text" type="text" name="eveningphoneext" size="5"></div>
                    <div class="section">
                    <label for="timetoreach">Most convenient time/day to reach you by phone:</label><input id="timetoreach" class="text" type="text" name="timetoreach" size="24"></div>
                    <div class="section">
                    <label for="email">Your E-mail Address <span class="redtext">*</span>:</label><input id="email" class="text" type="text" name="email" size="24"></div>
                    <div class="section">
                    <label for="email2">Re-enter E-mail Address <span class="redtext">*</span>:</label><input id="email2" class="text" type="text" name="email2" size="24"></div>
                    <h5>Restaurant Visited: (Please fill in all fields)</h5>
                    <div class="section">
                    <label for="restaddress">Address <span class="redtext">*</span>:</label><input id="restaddress" class="text" type="text" name="restaddress" size="24"></div>
                    <div class="section">
                    <label for="restcity">City <span class="redtext">*</span>:</label><input id="restcity" class="text" type="text" name="restcity" size="24"><label for="reststate">State <span class="redtext">*</span>:</label><select id="reststate" name="reststate" size="1">
                        <option value="Select">Select</option>
                        <option value="AL">AL</option>
                        <option value="AK">AK</option>
                        <option value="AZ">AZ</option>
                        <option value="AR">AR</option>
                        <option value="CA">CA</option>
                        <option value="CO">CO</option>
                        <option value="CT">CT</option>
                        <option value="DE">DE</option>
                        <option value="FL">FL</option>
                        <option value="GA">GA</option>
                        <option value="HI">HI</option>
                        <option value="ID">ID</option>
                        <option value="IL">IL</option>
                        <option value="IN">IN</option>
                        <option value="IA">IA</option>
                        <option value="KS">KS</option>
                        <option value="KY">KY</option>
                        <option value="LA">LA</option>
                        <option value="ME">ME</option>
                        <option value="MD">MD</option>
                        <option value="MA">MA</option>
                        <option value="MI">MI</option>
                        <option value="MN">MN</option>
                        <option value="MS">MS</option>
                        <option value="MO">MO</option>
                        <option value="MT">MT</option>
                        <option value="NE">NE</option>
                        <option value="NV">NV</option>
                        <option value="NH">NH</option>
                        <option value="NJ">NJ</option>
                        <option value="NM">NM</option>
                        <option value="NY">NY</option>
                        <option value="NC">NC</option>
                        <option value="ND">ND</option>
                        <option value="OH">OH</option>
                        <option value="OK">OK</option>
                        <option value="OR">OR</option>
                        <option value="PA">PA</option>
                        <option value="RI">RI</option>
                        <option value="SC">SC</option>
                        <option value="SD">SD</option>
                        <option value="TN">TN</option>
                        <option value="TX">TX</option>
                        <option value="UT">UT</option>
                        <option value="VT">VT</option>
                        <option value="VA">VA</option>
                        <option value="WA">WA</option>
                        <option value="WV">WV</option>
                        <option value="WI">WI</option>
                        <option value="WY">WY</option>
                    </select></div>
                    <div class="section">
                    <label for="restlandmark">Landmark <span class="redtext">*</span> (describe location of restaurant):</label><input id="restlandmark" class="text" type="text" name="restlandmark" size="24"></div>
                    <div class="section">
                    <label for="incidentdate">Date/Time of Incident (Date format: mm/dd/year):</label><input id="incidentdate" class="text" type="text" name="incidentdate" size="12"><label for="incidenttime">Time <span class="redtext">*</span>:</label><select id="incidenttime" name="incidenttime" size="1">
                        <option value="Select">Select</option>
                        <option value="12:00">12:00</option>
                        <option value="12:15">12:15</option>
                        <option value="12:30">12:30</option>
                        <option value="12:45">12:45</option>
                        <option value="1:00">1:00</option>
                        <option value="1:15">1:15</option>
                        <option value="1:30">1:30</option>
                        <option value="1:45">1:45</option>
                        <option value="2:00">2:00</option>
                        <option value="2:15">2:15</option>
                        <option value="2:30">2:30</option>
                        <option value="2:45">2:45</option>
                        <option value="3:00">3:00</option>
                        <option value="3:15">3:15</option>
                        <option value="3:30">3:30</option>
                        <option value="3:45">3:45</option>
                        <option value="4:00">4:00</option>
                        <option value="4:15">4:15</option>
                        <option value="4:30">4:30</option>
                        <option value="4:45">4:45</option>
                        <option value="5:00">5:00</option>
                        <option value="5:15">5:15</option>
                        <option value="5:30">5:30</option>
                        <option value="5:45">5:45</option>
                        <option value="6:00">6:00</option>
                        <option value="6:15">6:15</option>
                        <option value="6:30">6:30</option>
                        <option value="6:45">6:45</option>
                        <option value="7:00">7:00</option>
                        <option value="7:15">7:15</option>
                        <option value="7:30">7:30</option>
                        <option value="7:45">7:45</option>
                        <option value="8:00">8:00</option>
                        <option value="8:15">8:15</option>
                        <option value="8:30">8:30</option>
                        <option value="8:45">8:45</option>
                        <option value="9:00">9:00</option>
                        <option value="9:15">9:15</option>
                        <option value="9:30">9:30</option>
                        <option value="9:45">9:45</option>
                        <option value="10:00">10:00</option>
                        <option value="10:15">10:15</option>
                        <option value="10:30">10:30</option>
                        <option value="10:45">10:45</option>
                        <option value="11:00">11:00</option>
                        <option value="11:15">11:15</option>
                        <option value="11:30">11:30</option>
                        <option value="11:45">11:45</option>
                    </select><label for="incidentampm">AM/PM <span class="redtext">*</span>:</label><select id="incidentampm" name="incidentampm" size="1">
                        <option value="Select">Select</option>
                        <option value="A.M.">A.M.</option>
                        <option value="P.M.">P.M.</option>
                    </select></div>
                    <div class="section">
                    <label for="visittype">Visit Type <span class="redtext">*</span>:<input type="radio" name="Driv-Thru" value="Drive-Thru">Drive-Thru<input type="radio" name="In-Store" value="In-Store">In-Store</label></div>
                    <div class="group">
                    <label for="commentinfo">Comment Information: (Please contain comments within limits of this text box</label><textarea name="commentinfo" rows="20" cols="60"></textarea></div>
                    <div class="section">
                    <input type="submit" name="send" value="Send"><input type="reset" name="clear" value="Clear">
                </form>
            </div>
            </div>
        </body>
    </html>
    CSS:
    body   { font-size: small; font-family: Verdana, Arial, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; margin: 0; }
    * html body { font-size: x-small; /* for IE5/Win */ f\ont-size: small; /* for other IE versions */ }
    h1 { font-size: 150%; }
    h2 { font-size: 130%; }
    h3 { font-size: 120%; }
    h4 { font-size: 100%; }
    ul  { list-style-type: square; list-style-position: outside; margin: 0 0 0 20px; padding: 0 }
    ul li    { font-size: 100%; padding-bottom: 8px }
    dl dt {font-size: small; font-weight: bold;}
    dl dd {padding-bottom: 8px;}
    #navigation     { margin-top: 10px; margin-bottom: 15px; padding-bottom: 15px; width: 800px; border-bottom: 1px solid black }
    #wrap  { margin-right: auto; margin-left: auto; position: relative; width: 800px }
    #navigation img#logo  { margin-right: 10px; float: left; }
    #navigation img#nav_01 { margin-top: 63px; margin-right: 50px; float: left; }
    #navigation img#nav_02 { margin-top: 63px; margin-right: 50px; float: left; }
    #navigation img#nav_03 { margin-top: 63px; margin-right: 50px; float: left; }
    #navigation img#nav_04 { margin-top: 63px; margin-right: 50px; float: left; }
    #navigation img#nav_05 { margin-top: 63px }
    #news  { margin-right: 10px; padding: 5px; width: 220px; float: left; }
    #specialspromo  { margin-right: 10px; padding: 5px; width: 380px; float: left; }
    #video  { padding: 5px; width: 179px; float: left; }
    form { width: 800px; padding: 10px;}
    .redtext  { color: red }
    .section, .group {padding-bottom: 20px;}
    .section input, .section label, section select {display: inline; margin: 0 3px;}
    .group input, group label, .group select, group textarea {display: block;}
    #about {padding: 10px;}
    .aboutaddresses   { padding-top: 10px; padding-left: 10px; width: 300px; float: left }
    address  { margin-top: -15px; margin-right: 10px }

Maybe you are looking for

  • Hyperion Planning Workspace - Export option missing in IE 8

    Hello, I am using v9.2 of Hyperion Planning. I noticed that the option to export Financial Studio Reports in Workspace does not appear in Internet Explorer 8 while in 6/7 it did. Is there any fix for this problem or any workaround? Regards

  • Data Migration program for opportunity

    Hi SAP Experts,      Please can one help with the Data Migration program for opportunity. I want to know the approach. These are few mandatory filed 1.  Opportunity Name 2.  Account 3.  Contact 4.  Opportunity Owner 5.  Total Estimate/Curr*  value_ c

  • Report on the urgent correction with actions

    Hello, My SolMan version is 7 and sp12. I search a report on SolMan with the N° correction, this differents actions with the created date and the created hours to produce indicators of performance. Can you help me ?

  • Create_queue - getting 'binascii.Error: Incorrect padding'

    EDIT: Where can I find my account_name and account_key from my storage account or what does it look like?  Thanks. EDIT2: I've found http://stackoverflow.com/questions/6985921/where-can-i-find-my-azure-account-name-and-account-key Hi, I simply try to

  • Import of QuickTime HD 1080i -- sound is missing

    Where has it gone today? In Mediaplayer it sounds nice. Audioformat of source is 44 100 Hz --16 bit --stereo, audioformat of project is 44 100 Hz -- 32 bit floating point -- stereo. What now?