Editing Multiple .AVI Tags

Please excuse my noob behavior, as this is my first post! I would like to know if it is possible to edit multiple .AVI tags simultaneously. There are several programs out there that do this for Windows. Thus far I have been unable to locate equitable software for Mac OSX. Am I missing something here, is this easier than I think? Thanks for your guidance!

ID3 tags are contained in a file, so to change them, you will have to reupload.
The iTunes U web services API does let you change a lot about the way things are displayed within the iTunes Store ... but using them may not seem simple unless you have a web services/XML guru handy. If you are such a guru, then you want to check out Chapter 6 of the iTunes U admin guide.

Similar Messages

  • I have multiple ID Tags on My Page, How To Correct And Change To CLASS ID's

    Hello Dreamweaver Word:
    I still have problems.
    On my website wwww.theexecutivevip.com
    My MENU BAR has moved down to the bottom of the page.
    On the various product pages [problem is seen in Internet Explorer Browser]
    I have multiple "main content" ID tags and the other ID tags that are within them.
    When I made the page, I did not make multiple ID tags, but instead I made the page into a template
    that had "Repeatable Regions" and as I repeated these regions within a page, the ID's were repeated as well.
    So now I have multiple ID's going down my page.  How do I correct them and replace them with CLASS ID's.
    I of course need to do this change on the template so it can CORRECTLY update all the pages that I built off of it.
    Will I need to change each product page manually, since they are all "editable regions" or can I just change the template. The "main content" is not an editable region, but all the product/image ID's are.
    Please advise on how I can correct the multiple ID tags to the proper tag types without ruining my work. I tried and it made a mess so I just didn't save it.
    In advance THANKS FOR ALL YOUR HELP FOLKS! I hope to be in your position soon where I can help the folks new to Dreamweaver.  I just got a book on code/html so I can learn this world of information that you guys seem to know so well.
    PLEASE ADVISE!!!
          <div id="maincontent">
            <div id="ProductTitle"><!-- InstanceBeginEditable name="PageSubTitleID" --><img src="Website Images/WebsiteSubTitle.TravelLuggage.jpg" width="408" height="114" alt="Travel Luggage" /><!-- InstanceEndEditable --></div>
            <div id="productlayout">
                <div id="product1">
                  <div id="image1"><!-- InstanceBeginEditable name="ProductImage1" --><a href="611206.html"><img src="Website Images/611026.Black.Thumb.jpg" alt="Red Bag" width="115" height="125" /></a><!-- InstanceEndEditable --></div>
                  <div id="imagetext1">
                    <div>
                      <h3 align="center"><!-- InstanceBeginEditable name="ProductTitle1" --><strong>611026 <br />
                      OGIO&copy; Transporter <br />
                      Travel Garment Bag</strong><!-- InstanceEndEditable --></h3>
                    <p align="center"><!-- InstanceBeginEditable name="ProductDetailButton1" --><a href="611206.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->                                  </div>
                    <p> </p>
                  </div>
                  <p> </p>
                </div>
              </div>
                <div id="productlayout2">
                  <div id="product2">
                    <div id="image2"><!-- InstanceBeginEditable name="ProductImage2" --><a href="108226.html"><img src="Website Images/108226.Thumb.jpg" alt="Pen" width="115" height="126" border="0" /></a><!-- InstanceEndEditable --></div>
                    <div id="imagetext2">
                      <div>
                        <div align="center">
                          <h3><!-- InstanceBeginEditable name="ProductTitle2" -->
                        <h3 align="center">108226 </h3>
                        <h3 align="center"><strong>OGIO&copy;</strong> Terminal Travel Bag</h3>
                          <!-- InstanceEndEditable --></h3>
                        </div>
                        <p align="center"><!-- InstanceBeginEditable name="ProductDetailButton2" --><a href="108226.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->                   
                      </div>
                    </div>
                  </div>
                </div>
                  <div id="productlayout3">
                    <div id="product3">
                      <div id="image3"><!-- InstanceBeginEditable name="ProductImage3" --><a href="109053.html"><img src="Website Images/109053.Black.Thumb.jpg" width="118" height="127" alt="Golf" /></a><!-- InstanceEndEditable --></div>
                      <div id="imagetext3">
                        <div>
                          <div align="center">
                            <h3><!-- InstanceBeginEditable name="ProductTitle3" --><strong>109053 <br />
                            OGIO&copy; Travel Bag w/Detachable Carry-on</strong><!-- InstanceEndEditable --></h3>
                            <p><!-- InstanceBeginEditable name="ProductDetailButton3" --><a href="109053.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable --></p>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>

    Hello Murray:
    I updated my template with your corrections.  Thanks for the help.
    Everything looks GREAT in Firefox, except the only product page that is all jambled is www.theexecutivevip.com/winebarsets.html.
    I don't know where all those spaces come from. I'll copy the code below.
    In Internet Explorer,  my submenu doesn't work on the pages.  It is also still going down the page on Internet Explorer.
    Please advise.
    code for the "winebarsets" page
    <!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"><!-- InstanceBegin template="/Templates/product_template.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>The Executive VIP – The Wine Connoisseur</title>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    body {
    margin: 0;
    padding: 0;
    color: #006;
    font-family: "Californian FB", "Poor Richard", "Trebuchet MS", Arial;
    font-size: 100%;
    line-height: 1.4;
    background-image: url(Website%20Images/Background.jpg);
    text-align: center;
    html, body {
    margin: 0px;
    padding: 0px;
    #wrapper {
    width: 960px;
    text-align: left;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    #header {
    height: 91px;
    width: 774px;
    padding-right: 15px;
    text-align: right;
    clear: right;
    float: right;
    color: #4281BA;
    font-weight: bold;
    font-size: 14px;
    #logo {
    height: 91px;
    width: 156px;
    margin-left: 15px;
    background-image: url(file:///C|/Users/ICHEVE%7E1/AppData/Local/Temp/Website%20Images/ExecutiveVIP.Logo.jpg);
    background-repeat: no-repeat;
    #flashtitle {
    height: 186px;
    width: 947px;
    padding-left: 15px;
    #navigation {
    height: 600px;
    width: 260px;
    margin-left: 15px;
    margin-top: 25px;
    #Earth {
    height: 300px;
    width: 250px;
    text-align: center;
    .ProductTitle {
    width: 408px;
    font-size: 100%;
    font-weight: bold;
    .maincontent {
    height: 450px;
    width: 667px;
    float: right;
    padding-top: 25px;
    #footer {
    height: 50px;
    margin-left: 15px;
    clear: both;
    text-align: center;
    background-repeat: no-repeat;
    background-color: #FFF;
    margin-right: 15px;
    font-weight: bold;
    padding-left: 15px;
    color: #4281BA;
    .productlayout {
    height: 300px;
    width: 220px;
    float: right;
    .product1 {
    height: 250px;
    width: 200px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    border: 1px solid #999;
    text-align: justify;
    .product2 {
    text-align: justify;
    height: 250px;
    width: 200px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    border: 1px solid #999;
    .product3 {
    text-align: justify;
    height: 250px;
    width: 200px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    border: 1px solid #999;
    .productlayout2 {
    height: 300px;
    width: 220px;
    float: right;
    text-align: center;
    .productlayout3 {
    height: 300px;
    width: 220px;
    text-align: center;
    .image1 {
    width: 130px;
    margin-right: auto;
    margin-left: auto;
    .image2 {
    width: 130px;
    margin-right: auto;
    margin-left: auto;
    .image3 {
    width: 130px;
    margin-right: auto;
    margin-left: auto;
    .imagetext1 {
    width: 196px;
    padding: 2px;
    font-size: 70%;
    line-height: normal;
    margin-bottom: auto;
    .imagetext2 {
    font-size: 70%;
    padding: 2px;
    width: 198px;
    line-height: normal;
    margin-bottom: auto;
    text-align: center;
    .imagetext3 {
    font-size: 70%;
    padding: 2px;
    width: 198px;
    margin-bottom: auto;
    line-height: normal;
    #ContactSales {
    height: 25px;
    width: 200px;
    float: right;
    font-size: 12px;
    color: #4281BA;
    #copywrite {
    height: 20px;
    width: 500px;
    text-align: left;
    font-size: 12px;
    color: #4281BA;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
    padding: 0;
    margin: 0;
    #privacypolicy {
    height: 20px;
    width: 200px;
    font-size: 12px;
    color: #4281BA;
    text-align: left;
    h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;  /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    padding-right: 15px;
    padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
    color: #42413C;
    text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
    color: #6E6C64;
    text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    text-decoration: none;
    /* ~~ this fixed width container surrounds all other elements ~~ */
    .container {
    width: 960px;
    background: #FFF;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
    padding: 10px 0;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
    float: left;
    margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    #nextpagebutton {
    height: 40px;
    width: 162px;
    margin-left: 450px;
    position: absolute;
    .titleforproducts {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #006;
    .textforfooter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4281BA;
    -->
    </style>
    <script src="file:///C|/Users/ICHEVE~1/AppData/Local/Temp/Scripts/swfobject_modified.js" type="text/javascript"></script>
    <script src="file:///C|/Users/ICHEVE~1/AppData/Local/Temp/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="file:///C|/Users/ICHEVE~1/AppData/Local/Temp/SpryAssets/SpryEffects.js" type="text/javascript"></script>
    <style type="text/css">
    body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    </style>
    <!-- InstanceBeginEditable name="head" -->
    <script src="SpryAssets/SpryEffects.js" type="text/javascript"></script>
    <!-- InstanceEndEditable -->
    <!-- InstanceParam name="pagesubtitle" type="boolean" value="true" -->
    <!-- InstanceParam name="productlayout1" type="boolean" value="true" -->
    <!-- InstanceParam name="productlayout2" type="boolean" value="true" -->
    <!-- InstanceParam name="productlayout3" type="boolean" value="true" -->
    <!-- InstanceParam name="SubTitleDIV" type="boolean" value="true" -->
    <!-- InstanceParam name="SubtitleDIV" type="boolean" value="true" -->
    <!-- InstanceParam name="product1box" type="boolean" value="true" -->
    <!-- InstanceParam name="product3box" type="boolean" value="true" -->
    <script type="text/javascript">
    function MM_effectHighlight(targetElement, duration, startColor, endColor, restoreColor, toggle)
    Spry.Effect.DoHighlight(targetElement, {duration: duration, from: startColor, to: endColor, restoreColor: restoreColor, toggle: toggle});
    </script>
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <!-- InstanceBeginEditable name="bckgrndlast" -->bckgrndlast<!-- InstanceEndEditable --><!-- InstanceBeginEditable name="backgroundim" -->backgroundim<!-- InstanceEndEditable --><!-- InstanceBeginEditable name="backgroundimage" -->backgroundimage<!-- InstanceEndEditable --><!-- InstanceBeginEditable name="background" -->background<!-- InstanceEndEditable -->
    <div class="container">
      <div class="content">
        <div id="wrapper"><!-- InstanceBeginEditable name="HeaderID" -->
          <div id="header">Join Our Community Today</div>
        <!-- InstanceEndEditable -->
          <div id="logo"><a href="http://www.theexecutivevip.com"><img src="Website Images/ExecutiveVIP.Logo.jpg" width="153" height="87" alt="Back To Home Page" /></a></div>
          <!-- InstanceBeginEditable name="FlashTitle" -->
          <div id="flashtitle">
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="932" height="186" id="FlashID" title="VIP Title">
              <param name="movie" value="WineConnoisHeader.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="file:///C|/Users/iCheveux Group/Desktop/Website Folder/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="WineConnoisHeader.swf" width="932" height="186">
                <!--<![endif]-->
                <param name="quality" value="high" />
                <param name="wmode" value="opaque" />
                <param name="swfversion" value="6.0.65.0" />
                <param name="expressinstall" value="file:///C|/Users/iCheveux Group/Desktop/Website Folder/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>
          <!-- InstanceEndEditable --><!-- InstanceBeginRepeat name="productgroup" --><!-- InstanceBeginRepeatEntry -->
          <div class="maincontent">
            <div class="ProductTitle"><!-- InstanceBeginEditable name="PageSubTitleID" --><img src="Website Images/WebsiteSubTitle.WineCases.jpg" width="408" height="114" alt="Wine Cases" /><!-- InstanceEndEditable --></div>
            <div class="productlayout">
                <div class="product1">
                  <div class="image1"><!-- InstanceBeginEditable name="ProductImage1" --><a href="EH3515.html"><img src="Website Images/EH3515.Thumb.jpg" alt="EH3515" width="130" height="118" /></a><!-- InstanceEndEditable --></div>
                  <div class="imagetext1">
                    <div>
                      <!-- InstanceBeginEditable name="ProductTitle1" --><strong class="titleforproducts">EH3515
                      GioiaDouble
                      Wine Holder</strong><!-- InstanceEndEditable -->
                      <!-- InstanceBeginEditable name="ProductDetailButton1" -->
                    <a href="EH3515.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->                                  </div>
                    <p> </p>
                  </div>
                  <p> </p>
                </div>
              </div>
                <div class="productlayout2">
                  <div class="product2">
                    <div class="image2"><!-- InstanceBeginEditable name="ProductImage2" --><a href="EH3500.html"><img src="Website Images/EH3500.Thumb.jpg" alt="EH3500" width="115" height="127" border="0" /></a><!-- InstanceEndEditable --></div>
                    <div class="imagetext2">
                      <div>
                        <div align="center">
                          <!-- InstanceBeginEditable name="ProductTitle2" -->
                        <h3 align="center" class="titleforproducts">EH3500 </h3>
                        <h3 align="center" class="titleforproducts">Portelli Leather Double Wine Case</h3>
                          <!-- InstanceEndEditable -->
                        </div>
                        <!-- InstanceBeginEditable name="ProductDetailButton2" -->
                          <a href="EH3500.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->                   
                      </div>
                    </div>
                  </div>
                </div>
                  <div class="productlayout3">
                    <div class="product3">
                      <div class="image3"><!-- InstanceBeginEditable name="ProductImage3" --><a href="LG9102.html"><img src="Website Images/LG-9102.Thumb.jpg" alt="LG-9102" width="119" height="128" /></a><!-- InstanceEndEditable --></div>
                      <div class="imagetext3">
                        <div>
                          <div align="center">
                            <!-- InstanceBeginEditable name="ProductTitle3" --><strong class="titleforproducts">LG-9102 <br />
                            <br />
                            Upper West Side <br />
                            Single Wine Case</strong><!-- InstanceEndEditable -->
                            <!-- InstanceBeginEditable name="ProductDetailButton3" -->
                            <a href="LG9102.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
            <div class="productlayout4"></div>
            <div class="productlayout5"></div>
            <div class="productlayout6">
              <div class="product6"></div>
            </div>
          </div>
          <!-- InstanceEndRepeatEntry --><!-- InstanceBeginRepeatEntry -->
          <div class="maincontent">
            <div class="ProductTitle"><!-- InstanceBeginEditable name="PageSubTitleID" --><img src="Website Images/Blank.jpg" width="408" height="120" /><!-- InstanceEndEditable --></div>
            <div class="productlayout">
                <div class="product1">
                  <div class="image1"><!-- InstanceBeginEditable name="ProductImage1" --><a href="557-65-113.html"><img src="Website Images/557-65-113.ArubaCabana.Thumb.jpg" alt="557-65-1113" width="116" height="128" /></a><!-- InstanceEndEditable --></div>
                  <div class="imagetext1">
                    <div>
                      <!-- InstanceBeginEditable name="ProductTitle1" --><strong class="titleforproducts">557-65-113 <br />
                      <br />
                      Aruba Single-Bottle <br />
                      Wine Case</strong><!-- InstanceEndEditable -->
                      <!-- InstanceBeginEditable name="ProductDetailButton1" --><a href="557-65-113.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->                                  </div>
                    <p> </p>
                  </div>
                  <p> </p>
                </div>
              </div>
                <div class="productlayout2">
                  <div class="product2">
                    <div class="image2"><!-- InstanceBeginEditable name="ProductImage2" --><a href="LG9099.html"><img src="Website Images/LG-9099.Thumb.jpg" alt="LG-9099" width="118" height="127" border="0" /></a><!-- InstanceEndEditable --></div>
                    <div class="imagetext2">
                      <div>
                        <div align="center">
                          <!-- InstanceBeginEditable name="ProductTitle2" -->
                        <h3 align="center" class="titleforproducts">LG-9099</h3>
                        <h3 align="center" class="titleforproducts">Champagne/Wine Holder</h3>
                          <!-- InstanceEndEditable -->
                        </div>
                        <!-- InstanceBeginEditable name="ProductDetailButton2" --><a href="LG9099.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->                   
                      </div>
                    </div>
                  </div>
                </div>
                  <div class="productlayout3">
                    <div class="product3">
                      <div class="image3"><!-- InstanceBeginEditable name="ProductImage3" --><a href="LG9158.html"><img src="Website Images/LG-9158.Thumb.jpg" alt="LG-9158" width="119" height="128" /></a><!-- InstanceEndEditable --></div>
                      <div class="imagetext3">
                        <div>
                          <div align="center">
                            <!-- InstanceBeginEditable name="ProductTitle3" --><strong class="titleforproducts">LG-9158 <br />
                            <br />
                            Upper West Side <br />
                            Double Wine Case</strong><!-- InstanceEndEditable -->
                            <!-- InstanceBeginEditable name="ProductDetailButton3" --><a href="LG9158.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
            <div class="productlayout4"></div>
            <div class="productlayout5"></div>
            <div class="productlayout6">
              <div class="product6"></div>
            </div>
          </div>
          <!-- InstanceEndRepeatEntry --><!-- InstanceBeginRepeatEntry -->
          <div class="maincontent">
            <div class="ProductTitle"><!-- InstanceBeginEditable name="PageSubTitleID" --><img src="Website Images/Blank.jpg" width="408" height="120" /><!-- InstanceEndEditable --></div>
            <div class="productlayout">
                <div class="product1">
                  <div class="image1"><!-- InstanceBeginEditable name="ProductImage1" --><a href="66897.html"><img src="Website Images/Large.668-97.Encore.WineCase.Thumb.jpg" alt="668-97" width="114" height="128" /></a><!-- InstanceEndEditable --></div>
                  <div class="imagetext1">
                    <div>
                      <!-- InstanceBeginEditable name="ProductTitle1" --><strong class="titleforproducts">668-97 <br />
                      <br />
                      Encore Insulated <br />
                      Single Bottle Case</strong><!-- InstanceEndEditable -->
                      <!-- InstanceBeginEditable name="ProductDetailButton1" --><a href="66897.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->                                  </div>
                    <p> </p>
                  </div>
                  <p> </p>
                </div>
              </div>
                <div class="productlayout2">
                  <div class="product2">
                    <div class="image2"><!-- InstanceBeginEditable name="ProductImage2" --><a href="66743.html"><img src="Website Images/Large.667-43.Manhattan.WineCase.Thumb.jpg" alt="667-43" width="113" height="126" border="0" /></a><!-- InstanceEndEditable --></div>
                    <div class="imagetext2">
                      <div>
                        <div align="center">
                          <!-- InstanceBeginEditable name="ProductTitle2" -->
            <h3 align="center" class="titleforproducts">667-43 </h3>
            <h3 align="center" class="titleforproducts">Manhattan Two-Bottle Cocktail Case</h3>
                          <!-- InstanceEndEditable -->
                        </div>
                        <!-- InstanceBeginEditable name="ProductDetailButton2" --><a href="66743.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->                   
                      </div>
                    </div>
                  </div>
                </div>
                  <div class="productlayout3">
                    <div class="product3">
                      <div class="image3"><!-- InstanceBeginEditable name="ProductImage3" --><a href="67365133.html"><img src="Website Images/Large.673-65-133.Escape.WineCase.Thumb.jpg" alt="673-65-133" width="114" height="128" /></a><!-- InstanceEndEditable --></div>
                      <div class="imagetext3">
                        <div>
                          <div align="center">
                            <!-- InstanceBeginEditable name="ProductTitle3" --><strong class="titleforproducts">673-65-133<br />
                            <br />
                            Escape Insulated <br />
                            Wine Case</strong><!-- InstanceEndEditable -->
                            <!-- InstanceBeginEditable name="ProductDetailButton3" --><a href="67365133.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
            <div class="productlayout4"></div>
            <div class="productlayout5"></div>
            <div class="productlayout6">
              <div class="product6"></div>
            </div>
          </div>
          <!-- InstanceEndRepeatEntry --><!-- InstanceBeginRepeatEntry -->
          <div class="maincontent">
            <div class="ProductTitle"><!-- InstanceBeginEditable name="PageSubTitleID" --><img src="Website Images/WebsiteSubTitle.OutdoorDining.jpg" width="408" height="114" alt="Outdoor Dining" /><!-- InstanceEndEditable --></div>
            <div class="productlayout">
                <div class="product1">
                  <div class="image1"><!-- InstanceBeginEditable name="ProductImage1" --><a href="611701.html"><img src="Website Images/611701.RedOpen.Thumb.jpg" alt="611701" width="116" height="128" /></a><!-- InstanceEndEditable --></div>
                  <div class="imagetext1">
                    <div>
                      <!-- InstanceBeginEditable name="ProductTitle1" --><strong class="titleforproducts">611701 <br />
                      <br />
                      Pulley Cooler <br />
                      w/Pullman Handle</strong><!-- InstanceEndEditable -->
                      <!-- InstanceBeginEditable name="ProductDetailButton1" --><a href="611701.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->                                  </div>
                    <p> </p>
                  </div>
                  <p> </p>
                </div>
              </div>
                <div class="productlayout2">
                  <div class="product2">
                    <div class="image2"><!-- InstanceBeginEditable name="ProductImage2" --><a href="GR4901.html"><img src="Website Images/GR4901.Thumb.jpg" alt="GR4901" width="125" height="117" border="0" /></a><!-- InstanceEndEditable --></div>
                    <div class="imagetext2">
                      <div>
                        <div align="center">
                          <!-- InstanceBeginEditable name="ProductTitle2" -->
                        <h3 align="center" class="titleforproducts">GR4901 </h3>
                        <h3 align="center" class="titleforproducts">Glacier 2-Person Picnic Set</h3>
                          <!-- InstanceEndEditable -->
                        </div>
                        <!-- InstanceBeginEditable name="ProductDetailButton2" --><a href="GR4901.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->                   
                      </div>
                    </div>
                  </div>
                </div>
                  <div class="productlayout3">
                    <div class="product3">
                      <div class="image3"><!-- InstanceBeginEditable name="ProductImage3" --><a href="GR4900.html"><img src="Website Images/GR4900.thumb.jpg" width="117" height="127" alt="GR4900" /></a><!-- InstanceEndEditable --></div>
                      <div class="imagetext3">
                        <div>
                          <div align="center">
                            <!-- InstanceBeginEditable name="ProductTitle3" --><strong class="titleforproducts">GR4900 <br />
                            <br />
                            Ranier 4-Person <br />
                            Picnic Set</strong><!-- InstanceEndEditable -->
                            <!-- InstanceBeginEditable name="ProductDetailButton3" --><a href="GR4900.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
            <div class="productlayout4"></div>
            <div class="productlayout5"></div>
            <div class="productlayout6">
              <div class="product6"></div>
            </div>
          </div>
          <!-- InstanceEndRepeatEntry --><!-- InstanceBeginRepeatEntry -->
          <div class="maincontent">
            <div class="ProductTitle"><!-- InstanceBeginEditable name="PageSubTitleID" --><img src="Website Images/Blank.jpg" width="408" height="120" /><!-- InstanceEndEditable --></div>
            <div class="productlayout">
                <div class="product1">
                  <div class="image1"><!-- InstanceBeginEditable name="ProductImage1" --><a href="75000175.html"><img src="Website Images/Large.750-00-175.Buccaneer.Tailgate.Thumb.jpg" alt="750-00-175" width="118" height="129" /></a><!-- InstanceEndEditable --></div>
                  <div class="imagetext1">
                    <div>
                      <!-- InstanceBeginEditable name="ProductTitle1" --><strong class="titleforproducts">750-00-175 <br />
                      <br />
                      Buccaneer Tailgating Charcoal Grill/Cooler</strong><!-- InstanceEndEditable -->
                      <!-- InstanceBeginEditable name="ProductDetailButton1" --><a href="75000175.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->                                  </div>
                    <p> </p>
                  </div>
                  <p> </p>
                </div>
              </div>
                <div class="productlayout2">
                  <div class="product2">
                    <div class="image2"><!-- InstanceBeginEditable name="ProductImage2" --><a href="77085175.html"><img src="Website Images/Large.770-85-175.VulcanWithTrolley.Thumb.jpg" alt="770-85-175" width="112" height="127" border="0" /></a><!-- InstanceEndEditable --></div>
                    <div class="imagetext2">
                      <div>
                        <div align="center">
                          <!-- InstanceBeginEditable name="ProductTitle2" -->
                <h3 align="center" class="titleforproducts">770-85-175</h3>
                <h3 align="center" class="titleforproducts">Vulcan Tailgating Grill/Cooler With Trolley</h3>
                          <!-- InstanceEndEditable -->
                        </div>
                        <!-- InstanceBeginEditable name="ProductDetailButton2" --><a href="77085175.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->                   
                      </div>
                    </div>
                  </div>
                </div>
                  <div class="productlayout3">
                    <div class="product3">
                      <div class="image3"><!-- InstanceBeginEditable name="ProductImage3" --><a href="77000175.html"><img src="Website Images/Large.770-00-175.Vulcan.Thumb.jpg" alt="770-00-175" width="111" height="130" /></a><!-- InstanceEndEditable --></div>
                      <div class="imagetext3">
                        <div>
                          <div align="center">
                            <!-- InstanceBeginEditable name="ProductTitle3" --><strong class="titleforproducts">770-00-175 <br />
                            <br />
                            Vulcan Tailgating <br />
                            Gas Grill/Cooler</strong><!-- InstanceEndEditable -->
                            <!-- InstanceBeginEditable name="ProductDetailButton3" --><a href="77000175.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
            <div class="productlayout4"></div>
            <div class="productlayout5"></div>
            <div class="productlayout6">
              <div class="product6"></div>
            </div>
          </div>
          <!-- InstanceEndRepeatEntry --><!-- InstanceBeginRepeatEntry -->
          <div class="maincontent">
            <div class="ProductTitle"><!-- InstanceBeginEditable name="PageSubTitleID" --><img src="Website Images/WebsiteSubTitle.WineBarSets.jpg" width="408" height="114" alt="Wine &amp; Bar Sets" /><!-- InstanceEndEditable --></div>
            <div class="productlayout">
                <div class="product1">
                  <div class="image1"><!-- InstanceBeginEditable name="ProductImage1" --><a href="EH3313.html"><img src="Website Images/EH3313.Thumb.jpg" alt="EH3313" width="130" height="118" /></a><!-- InstanceEndEditable --></div>
                  <div class="imagetext1">
                    <div>
                      <!-- InstanceBeginEditable name="ProductTitle1" --><strong class="titleforproducts">EH3313 <br />
                      <br />
                      Attache  <br />
                      Martini Set</strong><!-- InstanceEndEditable -->
                      <!-- InstanceBeginEditable name="ProductDetailButton1" --><a href="EH3313.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->                                  </div>
                    <p> </p>
                  </div>
                  <p> </p>
                </div>
              </div>
                <div class="productlayout2">
                  <div class="product2">
                    <div class="image2"><!-- InstanceBeginEditable name="ProductImage2" --><a href="EH3319.html"><img src="Website Images/EH3319.Thumb.jpg" alt="EH3319" width="131" height="118" border="0" /></a><!-- InstanceEndEditable --></div>
                    <div class="imagetext2">
                      <div>
                        <div align="center">
                          <!-- InstanceBeginEditable name="ProductTitle2" -->
      <h3 align="center" class="titleforproducts">EH3319 </h3>
      <h3 align="center" class="titleforproducts">Frasco Wine/Bar Set</h3>
                          <!-- InstanceEndEditable -->
                        </div>
                        <!-- InstanceBeginEditable name="ProductDetailButton2" --><a href="EH3319.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->                   
                      </div>
                    </div>
                  </div>
                </div>
                  <div class="productlayout3">
                    <div class="product3">
                      <div class="image3"><!-- InstanceBeginEditable name="ProductImage3" --><a href="EH3309.html"><img src="Website Images/EH3309.thumb.jpg" alt="EH3309" width="114" height="128" /></a><!-- InstanceEndEditable --></div>
                      <div class="imagetext3">
                        <div>
                          <div align="center">
                            <!-- InstanceBeginEditable name="ProductTitle3" --><strong class="titleforproducts">EH3309 <br />
                            <br />
                            Colta II <br />
                            Wine/Bar Set</strong><!-- InstanceEndEditable -->
                            <!-- InstanceBeginEditable name="ProductDetailButton3" --><a href="EH3309.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
            <div class="productlayout4"></div>
            <div class="productlayout5"></div>
            <div class="productlayout6">
              <div class="product6"></div>
            </div>
          </div>
          <!-- InstanceEndRepeatEntry --><!-- InstanceBeginRepeatEntry -->
          <div class="maincontent">
            <div class="ProductTitle"><!-- InstanceBeginEditable name="PageSubTitleID" --><img src="Website Images/Blank.jpg" width="408" height="120" /><!-- InstanceEndEditable --></div>
            <div class="productlayout">
                <div class="product1">
                  <div class="image1"><!-- InstanceBeginEditable name="ProductImage1" --><a href="68904.html"><img src="Website Images/Large.868-00-113.WineTools.Thumb.jpg" alt="689-04" width="116" height="131" /></a><!-- InstanceEndEditable --></div>
                  <div class="imagetext1">
                    <div>
                      <!-- InstanceBeginEditable name="ProductTitle1" --><strong class="titleforproducts">689-04 <br />
                      <br />
                      Metro 4-Piece <br />
                      Wine Tools</strong><!-- InstanceEndEditable -->
                      <!-- InstanceBeginEditable name="ProductDetailButton1" --><a href="68904.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->                                  </div>
                    <p> </p>
                  </div>
                  <p> </p>
                </div>
              </div>
                <div class="productlayout2">
                  <div class="product2">
                    <div class="image2"><!-- InstanceBeginEditable name="ProductImage2" --><a href="CPP2027.html"><img src="Website Images/CPP-2027.Thumb.jpg" alt="CPP-2027" width="118" height="125" border="0" /></a><!-- InstanceEndEditable --></div>
                    <div class="imagetext2">
                      <div>
                        <div align="center">
                          <!-- InstanceBeginEditable name="ProductTitle2" --><span class="titleforproducts">CPP-2027 <br />
                          <br />
                          Charming Wine <br />
                          Gift Set </span><!-- InstanceEndEditable -->
                        </div>
                        <!-- InstanceBeginEditable name="ProductDetailButton2" --><a href="CPP2027.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->                   
                      </div>
                    </div>
                  </div>
                </div>
                  <div class="productlayout3">
                    <div class="product3">
                      <div class="image3"><!-- InstanceBeginEditable name="ProductImage3" --><a href="PL7705.html"><img src="Website Images/PL-7705.Thumb.jpg" alt="PL-7705" width="113" height="124" /></a><!-- InstanceEndEditable --></div>
                      <div class="imagetext3">
                        <div>
                          <div align="center">
                            <!-- InstanceBeginEditable name="ProductTitle3" --><strong class="titleforproducts">PL-7705 <br />
                            <br />
                            Rosewood Wine <br />
                            Gift Set</strong><!-- InstanceEndEditable -->
                            <!-- InstanceBeginEditable name="ProductDetailButton3" --><a href="PL7705.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
            <div class="productlayout4"></div>
            <div class="productlayout5"></div>
            <div class="productlayout6">
              <div class="product6"></div>
            </div>
          </div>
          <!-- InstanceEndRepeatEntry --><!-- InstanceBeginRepeatEntry -->
          <div class="maincontent">
            <div class="ProductTitle"><!-- InstanceBeginEditable name="PageSubTitleID" --><img src="Website Images/Blank.jpg" width="408" height="120" /><!-- InstanceEndEditable --></div>
            <div class="productlayout">
                <div class="product1">
                  <div class="image1"><!-- InstanceBeginEditable name="ProductImage1" --><a href="86313504.html"><img src="Website Images/Large.863-13-504.Celebration.WineSet.Thumb.jpg" alt="863-13-504" width="116" height="125" /></a><!-- InstanceEndEditable --></div>
                  <div class="imagetext1">
                    <div>
                      <!-- InstanceBeginEditable name="ProductTitle1" --><strong class="titleforproducts">863-13-504 <br />
                      <br />
                      Celebration <br />
                      Wine Set</strong><!-- InstanceEndEditable -->
                      <!-- InstanceBeginEditable name="ProductDetailButton1" --><a href="86313504.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->                                  </div>
                    <p> </p>
                  </div>
                  <p> </p>
                </div>
              </div>
                <div class="productlayout2">
                  <div class="product2">
                    <div class="image2"><!-- InstanceBeginEditable name="ProductImage2" --><a href="88100504.html"><img src="Website Images/Large.881-00-504.Chablis.WineSet.Thumb.jpg" alt="881-00-504" width="112" height="106" border="0" /></a><!-- InstanceEndEditable --></div>
                    <div class="imagetext2">
                      <div>
                        <div align="center">
                          <!-- InstanceBeginEditable name="ProductTitle2" -->
              <h3 align="center" class="titleforproducts">881-00-504</h3>
              <h3 align="center" class="titleforproducts"> </h3>
              <h3 align="center" class="titleforproducts">Chablis Wine Set</h3>
                          <!-- InstanceEndEditable -->
                        </div>
                        <!-- InstanceBeginEditable name="ProductDetailButton2" --><a href="88100504.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->                   
                      </div>
                    </div>
                  </div>
                </div>
                  <div class="productlayout3">
                    <div class="product3">
                      <div class="image3"><!-- InstanceBeginEditable name="ProductImage3" --><a href="88500179.html"><img src="Website Images/Large.885-00-179.Chaianti.WineSet.Thumb.jpg" alt="888-00-179" width="117" height="126" /></a><!-- InstanceEndEditable --></div>
                      <div class="imagetext3">
                        <div>
                          <div align="center">
                            <!-- InstanceBeginEditable name="ProductTitle3" --><strong class="titleforproducts">888-00-179 <br />
                            <br />
                            Grenache Black <br />
                            Wine Set</strong><!-- InstanceEndEditable -->
                            <!-- InstanceBeginEditable name="ProductDetailButton3" --><a href="88500179.html"><img src="Website Images/ProductDetail.Button.jpg" width="97" height="30" alt="Product Detail" /></a><!-- InstanceEndEditable -->
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
            <div class="productlayout4"></div>
            <div class="productlayout5"></div>
            <div class="productlayout6">
              <div class="product6"></div>
            </div>
          </div>
          <!-- InstanceEndRepeatEntry --><!-- InstanceEndRepeat -->
          <div id="navigation">
            <ul id="MenuBar1" class="MenuBarVertical">
              <li><a href="index.html" title="The Executive VIP">Home</a></li>
              <li><a href="aboutus.html" title="Extend Your Brand">Extend Yor Brand</a></li>
              <li><a class="MenuBarItemSubmenu" href="#">For The VIP</a>
                <ul>
                  <li><a href="winebarsets.html" title="The Wine Connoisseur">The Wine Connoisseur</a></li>
                  <li><a href="confections.html" title="Gourmet Confections">Gourmet Confections</a></li>
                  <li><a href="madeforipadiphone.html" title="Made for iPad &amp; iPhone">Made for iPad &amp; iPhone</a></li>
                  <li><a href="viplounge.html" title="The VIP Lounge">The VIP Lounge</a></li>
                  <li><a href="laptopaccessories.html" title="Laptop Accessories">Laptop Accessories</a></li>
                  <li><a href="clocks.html" title="Clocks">Clocks</a></li>
                  <li><a href="finetimepieces.html" title="Fine Timepieces">Fine Timepieces</a></li>
                </ul>
              </li>
              <li><a href="#" class="MenuBarItemSubmenu">Bags &amp; Luggage</a>
                <ul>
                  <li><a href="checkpointlaptopbags.html" title="Checkpoint Friendly Laptop Bags">Checkpoint Friendly Laptop Bags</a></li>
                  <li><a href="travelluggage.html" title="Business Travel Luggage">Business Travel Luggage</a></li>
                  <li><a href="theladytraveler.html" title="The Lady Traveler">The Lady Traveler</a></li>
                  <li><a href="travelaccessories.html" title="Travel Accessories">Travel Accessories</a></li>
                  <li><a href="golf.html" title="The Golf Enthusiast">The Golf Enthusiast</a></li>
                  <li><a href="organizationfitness.html" title="Professional Organization &amp; Fitness">Professional Organization &amp; Fitness</a></li>
                </ul>
              </li>
              <li><a href="#" class="MenuBarItemSubmenu">Brand Promotions</a>
                <ul>
                  <li><a href="promotional.html" title="Promotional Products">Promotional Products</a></li>
                  <li><a href="writinginstruments.html" title="Writing Instruments">Writing Instruments</a></li>
                  <li><a href="drinkware.html" title="Drinkware">Drinkware</a></li>
                </ul>
              </li>
              <li><a href="vipdiscussion.html" title="The VIP Discussion">The VIP Discussion</a></li>
              <li><a href="purchase.html" title="How To Purchase">How To Purchase</a></li>
              <li><a href="contactus.html" title="Contact Us">Contact Us</a></li>
            </ul><!-- InstanceBeginEditable name="earthornament" -->
            <div id="Earth"><em><img src="Website Images/Earth Ornament.jpg" width="201" height="289" alt="Earth" /></em></div>
            <!-- InstanceEndEditable -->       
          </div>
          <div id="footer"><!-- InstanceBeginEditable name="nextpagebutton" -->
            <div id="nextpagebutton"></div>
          <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="copywriteID" -->
            <div id="copywrite">&copy; iCheveux 2011</div>
          <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="privacypolicy" -->
            <div id="privacypolicy">Our Privacy Policy</div>
            <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="contactphone" -->
            <div id="ContactSales"><strong>Contact Sales: 1-877-436-9857</strong></div>
            <!-- InstanceEndEditable --></div>
        </div>
        <!-- end .content --></div>
      <!-- end .container --></div>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", {imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    <!-- InstanceEnd --></html>

  • Zen Touch: How to edit multiple songs artists and genres at once with new firmwa

    With the old firmware I was able to do that with Nomad Explorer. But with the V2 firmware, I cannot use the Nomad Explorer anymore, and Media Source Organizer only alows to edit one track at once. Zen Touch Explorer also does not allow me to do that.
    I tried to use Windows Media Player 0 and it worked, but after I closed the program and started it again, all my edits at the Library were gone. If I edit the library and sync to my Zen Touch will it apply what I edited on the library or will it keep the original ID3 tag from the song? How to make the modification permanent to the MP3 ID3 tag on the PC?
    I think creative should allow edition of multiple songs with Zen Touch Explorer on the same way Nomad Explorer used to do with firmware V.

    I haven't seen a program which does batch editing for MTP devices. Real Player does allow you to edit the ID3 tags of songs on the player, but one at a time.
    With most music programs when you change an ID tag on your computer it doesn't update on the player, so you would have to delete it from the player first then retransfer it, or find a program which edits the tags on the player such as Real Player.
    The issue is most likely speed, it will take awhile to do batch editing on the player so that could be a reason why programs dont support it..

  • Using Content Query webpart for specific Document library with multiple managed metadata - Document with multiple metadata tags not showing up

    Hi,
    I am having an issue where when I insert a Content Query webpart into a page, and filter to managed metadata, all the right documents show up except one document that happens to have two metadata tags attached to it.  The content query webpart is set
    to only look through a specific document library.  I'm not sure what I am doing wrong.
    Here is the one document with two metadata tags:
    Below is the Content Query:

    Hi,
    As I understand, you did not get the results with multiple metadata tags through Content Query web part in SharePoint 2013.
    Check things below:
    1. Check if you have set the item limit more than the display items in Presentation section of the web part. If the item number more than item limit, the rest items will not show.
    2. Check if the item you cannot find uses the content type you have set in the content type section of content query web part.
    When you edit the properties of the item, you will see the content type the item is using.
    Best regards
    Sara Fan
    TechNet Community Support

  • Multiple head tags on instance pages

    Hi there,
    I have a problem whereby pages created from a template are
    producing multiple head tags, 3 pairs in fact.
    I have used the Check Template Syntax and it is OK.
    If I remove the doctype it does not create these duplicate
    head areas.
    Here is my doctype in the dwt:
    &lt;!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">
    <head>
    &lt;!-- TemplateInfo codeOutsideHTMLIsLocked="false"
    -->
    and here is what is being output in instance pages:
    &lt;!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"><head></head><head></head><head></head>&lt;!--
    InstanceBegin template="/Templates/master.dwt"
    codeOutsideHTMLIsLocked="false" -->
    I have searched the forums and the web in general but have
    found no help. Any help would be greatly appreciated.
    kind regards

    > Have you ever heard of editable-head-areas being
    duplicated?
    No. But I have recommended consistently that Nested templates
    are too
    complex for casual use. Frankly, I have not found a good
    scenario that
    would compel me to use them at all. I don't encourage that
    you use them
    either - why are you?
    > I have a master template, and the head area has a
    Dreamweaver
    > editable-area
    > tag around the entire head area.
    Why would you do this? All you need there is the doctitle and
    the head
    region.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "scratchmybrain" <[email protected]> wrote
    in message
    news:[email protected]...
    > Hi Murray
    >
    > sorry if that was confusing.
    >
    > What it meant is, and some more of the story, as
    follows:
    >
    > I have a master template, and the head area has a
    Dreamweaver
    > editable-area
    > tag around the entire head area.
    >
    > I have made new nested templates from the master, each
    of which have the
    > editable-area tag around the entire head.
    >
    > However, whenever I made a new template based on the
    master, Dreamweaver
    > would
    > assign a second editable-area tag immediately after the
    head, but which
    > was
    > *also* called the 'head'.
    >
    > And since I had 2 areas called the 'head', the second of
    which (an empty
    > tag)
    > seemed to take precedent over the former, and
    obliterated the head of
    > subsequent child pages.
    >
    > Indeed just by editing the master it applied the same
    extra set of tags to
    > each nested template.
    >
    > All of this happened before I became aware of what the
    problem was, and by
    > hunting around I found this extra editable-area tag to
    be the culprit.
    >
    > I do not have access to the files until Monday next
    week, so I can't
    > attach
    > anything.
    >
    > Have you ever heard of editable-head-areas being
    duplicated?
    >
    > thanks Murray
    >
    > cheers
    >
    > Darryl
    >
    >

  • How to edit hidden metadata tags?

    Hi, how can I edit the hidden metadata tags used for television (season, episode, etc.) ? I know that iTunes automatically inherits metadata tags from mp4 files, but I am using avi files wrapped in a quicktime media link. Is there a way to do this directly? Alternatively, is there a way to wrap a media link in a mp4 file?

    Having looked around, I can only find two programs that support editing these "hidden" tags: Lostify and Atomic Parsley. Lostify is limited to MPEG4 video, and Atomic Parsley is limited to MPEG4 in general (.mp4, .m4a, .m4p, .m4v, .m4b). There doesn't seem to be a tool out there that lets you, say edit the iTunes Music Library.xml file, which would be dang handy.
    http://home.comcast.net/~lowellstewart/lostify/
    http://atomicparsley.sourceforge.net/
    Has anyone come across any other options?
    What I find particularly exasperating is that "rational" hand-editting of the XML file seems to have no impact (e.g., I have a bunch of podcast episodes that were downloaded individually, since they had fallen off the end of the podcast RSS... and there is no way to seamlessly merge them into a single podcast stream -- or to kick them all into the "Music" section of the library).
    For that matter, short of re-encoding files, it seems that I'm stuck with Apple's decision about which of my files are audiobooks and which are music...

  • In Premiere I can edit an avi or mov clip but I can not save the result as a like file.  Why not???

    In Premiere I can edit an avi or mov clip but I can not save tghe result as a like file.  What do I have to do???  It only saves a project.  Under 'File' the 'Export' function is greyed out.  I need help baddly.
    [email protected]
    Bill Schoon

    Boatbuilder
    Let us start from the beginning.
    It has been established that you have Premiere Elements 10. On what computer operating system is it running?
    There has not been a File Menu/Export/Movie export opportunitity in Premiere Elements since version 7. We are not up to version 12.
    For Premiere Elements 10, your export opportunities are all in Share/ including one for Computer. Under Computer there are several choices. The ones that you see are Adobe Flash Video, MPEG, and AVCHD. The others you have to scroll down to. And those choices are AVI, Windows Media, QuickTime, Image, and Audio. You do not have to use the scroll bar for this. You can click on Adobe Flash Video panel to get it to turn black. Then use the down arrow to go down the list and the up arrow to go up the list. Once you get to a category, you can select a preset and go with it or customize it under the Advanced Button/Video Tab and Audio Tab of the preset.
    If you post the properties of your source media that you want to try to match in the export, I would be glad to suggest the exact settings for you.
    We will be watching for your follow up with details.
    Thank you.
    ATR
    Add On...The Premiere Elements 10 File Menu is for more than Saving, just not exporting. One of the key features that can be access there is the Project Archiver. More on that another time.

  • Editing Multiple Text layers in Photoshop CC

    Hi,
    I have a problem when tyring ot edit multiple text layers and it's really a big problem as it crops up with virtually every design I do (websites, games apps...)
    In previous versions of PS, you could select multiple text layers and edit them in bulk, so for exmaple, select a number of text layers, then change their font size (to say 20pt)... done.
    However, with CC, there seems to be some odd 'ratio' editing goign on - if  I select multiple text layers of different size and edit them (to all be 20pt, for example), it seems to just 'add' 20pt to what ever font size the individual layers were
    It's a real issue/pain for me (and I suspect many others)
    Please is there a fix or a way to switch off this 'feature'?
    So to clarrify, I want to edit multiple (often different) text layers in one go to be the same font size... like I used to be able to.
    Thanks.

    The last few times we saw this, it was due to a bug in a video card driver.
    Please update your video card driver from the GPU maker's website.

  • How can I edit multiple clips with different frame rates on the same timeline

    how can I edit multiple clips with different frame rates on the same timeline

    You do not want to edit material from different frame rates on one timeline. You CAN do this, but it is a very bad idea - and this is why.
    Once you establish the sequence frame rate - lets say it is PAL material at 25fps, any material that you drop into the sequence other than 25 fps will have to be changed to play at 25 fps. If the material you add is NTSC (29.97), FCP will DROP 5 frames per sec to bring the frame rate down to 25 fps. Which 5 get thrown away? Every 6th one. This yields a funky cadence that becomes even more complex as as there are also interlaced fields (DV/NTSC is an interlaced format). Oh, and by the way, the image sizes are different as well. DV/PAL has 576 lines of resolution and DV/NTSC has 480. FCP has to scale up the NTSC to fit the PAL frame.
    You do not want FCP adjusting these things on the fly. You want to do a thoughtful (and time consuming) conversion so that you end up with all your material in one format with the best possible image from the conversion process. Compressor can do an adequate job with Frame Controls turned on. The Natress Standards Conversion FCP plugin is another way to go. A third option is to find a post house that can do the conversion for you using a hardware based process.
    The good news is, once everything is in the same format, editing it will be painless and the output process very quick.
    Whatever frame rate/ image size you select, I'd suggest using ProRes for the codec. It is 4:2:2 color and will withstand color correction and composting with much more grace than any variant of DV based codecs.
    Have fun.
    x

  • How to edit multiple regions in one Piano Roll window

    I edit multiple regions in one Piano Roll window at the same time. (It is very handy way of editing especially in huge orchestra projects.)
    I can see midi contents of all selected regions in Piano Roll at the same time.
    1) But how to choose certain one region of many selected to edit it?
    2) And how to edit all at once?
    Hope the questions are clear enough.
    Thanks.
    Dmitriy.
    iMac (27-inch, Mid 2011) 2,7 GHz Intel Core i5. 16 GB 1333 MHz DDR3.
    OS X 10.10.2

    First of all, the Piano Roll has two mechansim, of what it is displaying.
    Selected Track: This displays all the Regions that you select in the Tracks Window
    One Track: Selecting one Region in the Track Area displays all the Regions of tha tTrack in the Piano Roll. If you select multiple Regions in the Tracks Window, then the last selected Regions counts.
    Whatever Regions are now displayed in the Piano Roll Editor can be edited. Select the MIDI Events and apply the command.
    You can also apply edits directly to the selected Regions in the Tracks Window.
    I explain all those little details in my graphically enhanced manuals ("Logic Pro X - How it Works")
    One thing to be clear about:
    Tracks Window: Any edit is applied to the selected Regions
    Piano Roll Editor: Ay edit is applied to the selected Events
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • Trouble with editing multiple frames

    Hi guys,
    I'm new to CS4 - learnt my flash many years ago on Flash 5. So anyway I'm trying to get used to the new Motion Tween function and having a few problems.
    I've created a simple animation where an object fades in, stays put for a moment and then fades out (one motion tween with 4 keyframes). I now want to resize the movie clip across all of these keyframes cos I got it wrong to start with.
    So I click 'Edit Multiple Frames' (everything disappears but that's for another question), drag the onion thingy across the timeline and select the frames on the layer I want to edit. I then click on the free transform tool and drag the invisible movie clip (you can see the outline!) to make it larger.
    Result? Well it seems to scale the first frame, but the others are all left at the original scale. Hence animation now shows object fading in whilst getting smaller etc. etc.
    There must be an easy way to do this. I've tried the motion editor but you have to do it keyframe by keyframe. Any suggestions?
    Thanks
    Ben

    Modifying an entire animation with motion tweens is not as easy as it used to be.
    Here's the best answer you are probably going to get.
    from : http://flashthusiast.com/2009/10/06/scaling-and-moving-new-motion-tweens-in-flash-cs4/
    Scaling an entire animation that does have Scale X or Scale Y animated.
    If you have previously scaled anything in the tween, doing this is applied to the first keyframe and the tween would animate to the earlier scaling (the auto-keyframing feature can be a detriment in this situation, especially when it comes to scaling due to the percentages being reset - for this reason Motion Presets also won’t help). In this situation, I recommend scaling using the Motion editor:
    1. Go to the Scale X and Y properties in the Motion Editor.
    2. Press the Alt key while dragging the curve in each graph up and down. This scales the entire scale animation at the same time (same as edit multiple keyframes).
    3. If you need to proportionally scale the motion path for the tween as well, select the path on the Stage and use Free Transform or enter a new value in the Transform panel.
    I have had success with the above method, but from what I can tell you can only do one property at a time on one object at a time. So it is an awful amount of work.
    As for step 2: while dragging the whole curve it seems the property value is very reluctant to snap to whole integers and I often see values like 200.35%.
    Same thing applies for dragging property keyframes up and down in the motion editor. Is there a way to get nice clean numbers? I I want to scale something by 50% I don't want 49.83% I find myself often keying in these values by hand.
    For me even though scale X and scale Y are "linked / locked / contstrained" It seems I get mixed results with this feature. Changing scaleX doesn't always change scaleY

  • [Solved] Simple way to edit id3v2 comment tag in python?

    I'm working on a project right now that is going to read the id3v2 comment tag from an MP3 file, parse some things from it, and then append some text to the end.
    Right now I'm using id3v2 from extra to do this:
    comm = commands.getoutput( "id3info '%s' | grep '(Comments): ()'" % fileName )
    Then I use this to put it back:
    os.system( "id3tag -c \"%s\" '%s'" % (commNew, fileName) )
    I really don't want to rely on this package to insert this comment. I've been looking at eyeD3 and mutagen for a better way to do this, but I'm having trouble figuring it out.
    I know there has to be a more elegant solution out there. Any ideas?
    Last edited by ltpl4y3r (2009-04-05 05:00:52)

    Thanks Zariel, I had looked at mutagen before, but had never been able to edit the COMM tag properly. After toying with it and dissecting mid3v2. I was able to come up with the following:
    import mutagen.id3
    filename = 'File.mp3'
    id3 = mutagen.id3.ID3(filename)
    frame = mutagen.id3.COMM(encoding=3, lang='XXX', desc=u'', text=[u'Great comment!'])
    id3.add(frame)
    id3.save()
    Adding [Solved] tag...

  • Sir plz help me..i want to make colag..i hv edited multiple images individually..but unable to merge

    sir plz help me..i want to make colag..i hv edited multiple images individually..but unable to merge these photos into one common window in order to make colage..rply please..

    If you want to make the same type of collage using templates and scripts work very well Documentation and Examples
    For example:

  • [svn] 4875: Adding support for multiple @productversion tags

    Revision: 4875
    Author: [email protected]
    Date: 2009-02-06 08:31:48 -0800 (Fri, 06 Feb 2009)
    Log Message:
    Adding support for multiple @productversion tags
    QE Notes: None.
    Doc Notes: None
    Bugs: SDK-19104
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19104
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/DocComment.java

    Revision: 4875
    Author: [email protected]
    Date: 2009-02-06 08:31:48 -0800 (Fri, 06 Feb 2009)
    Log Message:
    Adding support for multiple @productversion tags
    QE Notes: None.
    Doc Notes: None
    Bugs: SDK-19104
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19104
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/DocComment.java

  • [svn] 4146: adding support for multiple @playerversion tags.

    Revision: 4146
    Author: [email protected]
    Date: 2008-11-19 21:37:23 -0800 (Wed, 19 Nov 2008)
    Log Message:
    adding support for multiple @playerversion tags.
    Fix for asdoc.exe not outputting information for the @langversion tag.
    Also removing some unused code from DITA generation..
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-18158, SDK-18159
    tests: checkintests, asdoc
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18158
    http://bugs.adobe.com/jira/browse/SDK-18159
    Modified Paths:
    flex/sdk/trunk/asdoc/templates/asdoc-util.xslt
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/DocComment.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    Revision: 4146
    Author: [email protected]
    Date: 2008-11-19 21:37:23 -0800 (Wed, 19 Nov 2008)
    Log Message:
    adding support for multiple @playerversion tags.
    Fix for asdoc.exe not outputting information for the @langversion tag.
    Also removing some unused code from DITA generation..
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-18158, SDK-18159
    tests: checkintests, asdoc
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18158
    http://bugs.adobe.com/jira/browse/SDK-18159
    Modified Paths:
    flex/sdk/trunk/asdoc/templates/asdoc-util.xslt
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/DocComment.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

Maybe you are looking for

  • Trying to bypass CAC for Video Conferencing using EnableBWPolicyOverride

    Scenario: CAC enabled and bandwith policy defined for all company sites. Video bandwidth very restricted (250 Kbps). VIP users were granted a Voice Policy with EnableBWPolicyOverride=TRUE (VIP users must bypass CAC). Test: P2P Video Calls between VIP

  • My computer crashed and all my itunes were gone, how do i get them back?

    My computer had crashed and all my iTunes are gone, how do I get my songs back, without having to purchase the songs again

  • Replacing HD with Time Capsule

    I currently have time machine backed up to an external hard drive. Another hard drive recently failed and i decided to replace it with Time Capsule. What is the best way to get time machine transfered to the Time Capsule. Also, With the files on the

  • CS6 student won't install and ejects CD

    Please help, i've just bought CS6 student and it won't install on my mac book pro and just ejects the cd at 99% finished. any help very much appreciated. Error message below Exit Code: 6 Please see specific errors and warnings below for troubleshooti

  • How can I set the guests to auto start after the primary reboots?

    For version 1.2 of LDOM software, how do I set the guests to automatically start after I reboot the primary? Right now if I do this: ldm stop -f guest1 reboot primary guest1 will be bound and manually started with ldm start ldmd is set to start at bo