<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - Javascript written in Dreamweaver behaves different when inserted in Muse</title>
    <link>https://forums.adobe.com/community/muse?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Mon, 03 Nov 2014 13:19:38 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-03T13:19:38Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Javascript written in Dreamweaver behaves different when inserted in Muse</title>
      <link>https://forums.adobe.com/message/6894287?tstart=0#6894287</link>
      <description>&lt;!-- [DocumentBodyStart:76e5494d-157e-4ce6-b17a-0b034c31d5ea] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thank you for your help.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:76e5494d-157e-4ce6-b17a-0b034c31d5ea] --&gt;&lt;img src='/beacon?t=1415896377863' /&gt;</description>
      <pubDate>Mon, 03 Nov 2014 13:19:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6894287?tstart=0#6894287</guid>
      <dc:date>2014-11-03T13:19:38Z</dc:date>
      <clearspace:dateToText>1 week 3 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Javascript written in Dreamweaver behaves different when inserted in Muse</title>
      <link>https://forums.adobe.com/message/6892836?tstart=0#6892836</link>
      <description>&lt;!-- [DocumentBodyStart:09ff70d2-55de-40df-9abe-83ec308bd8d4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Only difference I see is with the CSS properties of Input tag.&lt;/p&gt;&lt;p&gt;You can define the style for these tag by adding few lines of code right below &amp;lt;title&amp;gt; tag in the code you are pasting in Object &amp;gt; Insert HTML.&lt;/p&gt;&lt;p&gt;For an example you can add codes mentioned below&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;lt;style type="text/css"&amp;gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp; input {&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border: thin solid #AAA2A3;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-bottom: 7px;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-left: 9px;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;}&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp; &amp;lt;/style&amp;gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;As per your requirement you can edit them.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One more advice. Break your codes in to 3 part, Scripts tag, Style tag and Div tag in body.&lt;/p&gt;&lt;p&gt;Insert Div tag in body in &lt;strong&gt;Object &amp;gt; Insert HTML&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Insert Scripts tag, Style tag in&lt;strong&gt; Page &amp;gt; Page Properties &amp;gt;Metadata &amp;gt; HTML for &amp;lt;head&amp;gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;This will help you avoid any unexpected behavior in preview when you have more stuff inserted in Muse Page.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong style="text-decoration: underline;"&gt;1. Script tag (Insert it in Page &amp;gt; Page Properties &amp;gt;Metadata &amp;gt; HTML for &amp;lt;head&amp;gt;)&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;/p&gt;&lt;p&gt;function fixTheList(){&lt;/p&gt;&lt;p&gt;var msg = "";&lt;/p&gt;&lt;p&gt;var msg = "";&lt;/p&gt;&lt;p&gt;if (document.getElementById("appleQty").value &amp;gt; 0) {&lt;/p&gt;&lt;p&gt;msg += "Apples&amp;nbsp;&amp;nbsp; ";&lt;/p&gt;&lt;p&gt;msg +=document.getElementById("appleQty").value;&lt;/p&gt;&lt;p&gt;msg += "&amp;lt;br&amp;gt;";&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;if (document.getElementById("orangesQty").value &amp;gt; 0) {&lt;/p&gt;&lt;p&gt;msg += "Oranges&amp;nbsp;&amp;nbsp; ";&lt;/p&gt;&lt;p&gt;msg +=document.getElementById("orangesQty").value;&lt;/p&gt;&lt;p&gt;msg += "&amp;lt;br&amp;gt;";&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;if (document.getElementById("tangerineQty").value &amp;gt; 0) {&lt;/p&gt;&lt;p&gt;msg += "Tangerines&amp;nbsp;&amp;nbsp; ";&lt;/p&gt;&lt;p&gt;msg +=document.getElementById("tangerineQty").value;&lt;/p&gt;&lt;p&gt;msg += "&amp;lt;br&amp;gt;";&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;if (document.getElementById("kiwiQty").value &amp;gt; 0) {&lt;/p&gt;&lt;p&gt;msg += "Kiwis&amp;nbsp;&amp;nbsp; ";&lt;/p&gt;&lt;p&gt;msg +=document.getElementById("kiwiQty").value;&lt;/p&gt;&lt;p&gt;msg += "&amp;lt;br&amp;gt;";&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;if (document.getElementById("pearsQty").value &amp;gt; 0) {&lt;/p&gt;&lt;p&gt;msg += "Pears&amp;nbsp;&amp;nbsp; ";&lt;/p&gt;&lt;p&gt;msg +=document.getElementById("pearsQty").value;&lt;/p&gt;&lt;p&gt;msg += "&amp;lt;br&amp;gt;";&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;if (document.getElementById("grapesQty").value &amp;gt; 0) {&lt;/p&gt;&lt;p&gt;msg += "Grapes&amp;nbsp;&amp;nbsp; ";&lt;/p&gt;&lt;p&gt;msg +=document.getElementById("grapesQty").value;&lt;/p&gt;&lt;p&gt;msg += "&amp;lt;br&amp;gt;";&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;if (document.getElementById("canteloupeQty").value&amp;gt;0) {&lt;/p&gt;&lt;p&gt;msg += "Canteloupes&amp;nbsp;&amp;nbsp; ";&lt;/p&gt;&lt;p&gt;msg+=document.getElementById("canteloupeQty").value;&lt;/p&gt;&lt;p&gt;msg += "&amp;lt;br&amp;gt;";&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;if (document.getElementById("strawberryQty").value&amp;gt;0) {&lt;/p&gt;&lt;p&gt;msg += "Strawberry&amp;nbsp;&amp;nbsp; ";&lt;/p&gt;&lt;p&gt;msg+=document.getElementById("strawberryQty").value;&lt;/p&gt;&lt;p&gt;msg += "&amp;lt;br&amp;gt;";&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;document.getElementById("outputDiv").innerHTML = msg;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="text-decoration: underline;"&gt;2. Style Tag &lt;/span&gt;&lt;strong style="text-decoration: underline;"&gt;(Insert it in Page &amp;gt; Page Properties &amp;gt;Metadata &amp;gt; HTML for &amp;lt;head&amp;gt;)&lt;/strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;style type="text/css"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; input {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border: thin solid #AAA2A3;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-bottom: 7px;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-left: 9px;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/style&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong style="text-decoration: underline;"&gt;3. Div tag in body (Insert in Object &amp;gt; Insert HTML)&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;div id="outputDiv"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;table&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;Item&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;Quantity&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;Apples&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" size="3" id="appleQty"&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;Oranges&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" size="3" id="orangesQty"&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;Tangerines&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" size="3" id="tangerineQty"&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;Kiwi&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" size="3" id="kiwiQty"&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;Pears&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" size="3" id="pearsQty"&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;Grapes&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" size="3" id="grapesQty"&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;Cantaloupe&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;input type="text" size="3" id="canteloupeQty"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;Strawberry&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" size="3" id="strawberryQty"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/table&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;input type="button" value="Stack" onclick="fixTheList();"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p&gt;Vivek&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:09ff70d2-55de-40df-9abe-83ec308bd8d4] --&gt;</description>
      <pubDate>Sun, 02 Nov 2014 23:58:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6892836?tstart=0#6892836</guid>
      <dc:date>2014-11-02T23:58:06Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Javascript written in Dreamweaver behaves different when inserted in Muse</title>
      <link>https://forums.adobe.com/message/6891558?tstart=0#6891558</link>
      <description>&lt;!-- [DocumentBodyStart:cf257108-2a54-4533-bd77-f1bcb2cab699] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a simple javascript list that is written in Dreamweaver and works as expected but when I copy &amp;amp; paste that exact javascript into the -Object-insert html section in Muse the outcome is different.&lt;/p&gt;&lt;p&gt;Is there a place I can go to research on what I need to do different for that code to behave properly in Muse? I am not understanding what I need to change or do different.&lt;/p&gt;&lt;p&gt;Below is the code I got to work in Dreamweaver:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;!doctype html&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;html&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;head&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;meta charset="utf-8"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;title&amp;gt;list&amp;lt;/title&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;/p&gt;&lt;p&gt;function fixTheList(){&lt;/p&gt;&lt;p&gt;var msg = "";&lt;/p&gt;&lt;p&gt;var msg = "";&lt;/p&gt;&lt;p&gt;if (document.getElementById("appleQty").value &amp;gt; 0) {&lt;/p&gt;&lt;p&gt;msg += "Apples &amp;nbsp; ";&lt;/p&gt;&lt;p&gt;msg +=document.getElementById("appleQty").value;&lt;/p&gt;&lt;p&gt;msg += "&amp;lt;br&amp;gt;";&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;if (document.getElementById("orangesQty").value &amp;gt; 0) {&lt;/p&gt;&lt;p&gt;msg += "Oranges &amp;nbsp; ";&lt;/p&gt;&lt;p&gt;msg +=document.getElementById("orangesQty").value;&lt;/p&gt;&lt;p&gt;msg += "&amp;lt;br&amp;gt;";&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;if (document.getElementById("tangerineQty").value &amp;gt; 0) {&lt;/p&gt;&lt;p&gt;msg += "Tangerines &amp;nbsp; ";&lt;/p&gt;&lt;p&gt;msg +=document.getElementById("tangerineQty").value;&lt;/p&gt;&lt;p&gt;msg += "&amp;lt;br&amp;gt;";&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;if (document.getElementById("kiwiQty").value &amp;gt; 0) {&lt;/p&gt;&lt;p&gt;msg += "Kiwis &amp;nbsp; ";&lt;/p&gt;&lt;p&gt;msg +=document.getElementById("kiwiQty").value;&lt;/p&gt;&lt;p&gt;msg += "&amp;lt;br&amp;gt;";&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;if (document.getElementById("pearsQty").value &amp;gt; 0) {&lt;/p&gt;&lt;p&gt;msg += "Pears &amp;nbsp; ";&lt;/p&gt;&lt;p&gt;msg +=document.getElementById("pearsQty").value;&lt;/p&gt;&lt;p&gt;msg += "&amp;lt;br&amp;gt;";&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;if (document.getElementById("grapesQty").value &amp;gt; 0) {&lt;/p&gt;&lt;p&gt;msg += "Grapes &amp;nbsp; ";&lt;/p&gt;&lt;p&gt;msg +=document.getElementById("grapesQty").value;&lt;/p&gt;&lt;p&gt;msg += "&amp;lt;br&amp;gt;";&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;if (document.getElementById("canteloupeQty").value&amp;gt;0) {&lt;/p&gt;&lt;p&gt;msg += "Canteloupes &amp;nbsp; ";&lt;/p&gt;&lt;p&gt;msg+=document.getElementById("canteloupeQty").value;&lt;/p&gt;&lt;p&gt;msg += "&amp;lt;br&amp;gt;";&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;if (document.getElementById("strawberryQty").value&amp;gt;0) {&lt;/p&gt;&lt;p&gt;msg += "Strawberry &amp;nbsp; ";&lt;/p&gt;&lt;p&gt;msg+=document.getElementById("strawberryQty").value;&lt;/p&gt;&lt;p&gt;msg += "&amp;lt;br&amp;gt;";&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;document.getElementById("outputDiv").innerHTML = msg;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/head&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;body&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;div id="outputDiv"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;table&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;Item&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;Quantity&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;Apples&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" size="3" id="appleQty"&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;Oranges&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" size="3" id="orangesQty"&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;Tangerines&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" size="3" id="tangerineQty"&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;Kiwi&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" size="3" id="kiwiQty"&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;Pears&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" size="3" id="pearsQty"&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;Grapes&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" size="3" id="grapesQty"&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;Cantaloupe&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;input type="text" size="3" id="canteloupeQty"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;Strawberry&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;input type="text" size="3" id="strawberryQty"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/table&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;input type="button" value="Stack" onclick="fixTheList();"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/body&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/html&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cf257108-2a54-4533-bd77-f1bcb2cab699] --&gt;</description>
      <pubDate>Sun, 02 Nov 2014 13:33:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6891558?tstart=0#6891558</guid>
      <dc:date>2014-11-02T13:33:50Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

