Pages from template not showing DIV background images

Hi;
I have a template with several DIVs that each contain a background image. When I create a new page from that template, the the background images are missing. The code for the new page shows absolute paths to the images while the template show relative paths.
template code for header:
.twoColFixLtHdr #header {
    padding: 0 10px 0 20px;
    height: 215px;
    background-image: url(../images/10banner.jpg);
template based page code for header:
.twoColFixLtHdr #header {
    padding: 0 10px 0 20px;
    height: 215px;
    background-image: url(file:///C|/Documents and Settings/patrick/My Documents/web sites/The Marketing Guy/images/10banner.jpg);
I don't know if the path codes are relevant in this case, but why don't the background images appear ?
Thanks;
Pat

background-image: url(file:///C|/Documents and Settings/patrick/My Documents/web sites/The Marketing Guy/images/10banner.jpg);
You've got a path pointing to files on your local computer instead of your local site.
Did you save new page as "somefilename.html" or is still "untitled"?
Did you properly define your DW local site folder?
Creating  your first website in DW CS4 -
http://www.adobe.com/devnet/dreamweaver/articles/first_cs4_website_pt1.html
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
www.alt-web.com/
www.twitter.com/altweb
www.alt-web.blogspot.com

Similar Messages

  • Not seeing div background image in Dreamweaver! Why?

    I'm not seeing div backgrounds in Dreamweaver! When I load the files onto my server I can see them in my browser! But I'm not seeing them in Dreamweaver. Here's my code on my .aspx pg:
    <link href="styles/styles.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="container">
        <div id="hdr">
        </div><!-- end "hdr" div -->
    </div><!-- end "container" div -->
    </body>
    And here's a link to the web page on my server:
    http://amcenergy.com/ee_site1/index.aspx
    I need to put text on top of the div's background image, but it's kinda hard if I can't see the background image in Dreamweaver.
    Hope someone can help!
    Thanks so much!!

    Horizontal-align is not a valid CSS property.
    http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Famce nergy.com%2Fee_site1%2Findex.aspx
    Try removing it.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Pages created from Template not showing background images

    I have created a templated and everything looks great, except when I go to create a page using the template. When I start a new page the backbround images are not there. Can anyone help?
    Thanks
    Jessica

    www.HSHpet.net is my website
    I didn;t know about templates when I started and now I want to create one to streamline my site and make it easier to manange. So right now each pageis copy and pasted.
    Here is the code from my dwt file
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="keywords" content="Pet Sitting, Dog Walking, Dog Boarding, Cat Sitting, Dog Training, Yorkville, Oswego, Montgomery, Plano, Sandwich, Aurora, Plainfield, Aurora. " />
    <title>Home Sweet Home pet services | Pet Sitting | Cat Sitting | Dog Walking | Pet Boarding | Dog Training</title>
    <style type="text/css">
    .background {
              background-image: url(../378.gif);
              padding: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              font-family: Georgia, "Times New Roman", Times, serif;
              font-weight: bold;
    .table backgroun {
              background-image: url(../336.gif);
              font-family: Georgia, "Times New Roman", Times, serif;
              font-size: 14pt;
    tr td .background1 {
              background-color: #FFF;
              font-family: Georgia, "Times New Roman", Times, serif;
              background-image: none;
              border-top-style: solid;
              border-right-style: solid;
              border-bottom-style: solid;
              border-left-style: solid;
              font-size: 14pt;
              font-weight: normal;
              text-align: left;
    blue column {
              background-color: #09F;
              font-family: "Bradley Hand ITC";
    </style>
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
              background-color: #FFF;
              background-image: url(../435.gif);
    .background1 {
              background-image: url(../378.gif);
              border-top-color: #FFF;
              border-right-color: #FFF;
              border-bottom-color: #FFF;
              border-left-color: #FFF;
              padding: 0px;
              font-family: Georgia, "Times New Roman", Times, serif;
              font-size: 14pt;
              border-top-style: inset;
              border-right-style: inset;
              border-bottom-style: inset;
              border-left-style: inset;
    .background1 .background1 td .background tr td ul li {
              text-align: left;
    .background11 {
              background-image: url(../378.gif);
              border-top-color: #FFF;
              border-right-color: #FFF;
              border-bottom-color: #FFF;
              border-left-color: #FFF;
              padding: 0px;
              font-family: Georgia, "Times New Roman", Times, serif;
              font-size: 14pt;
              border-top-style: inset;
              border-right-style: inset;
              border-bottom-style: inset;
              border-left-style: inset;
    </style>
    <script type="text/javascript">
    function MM_validateForm() { //v4.0
      if (document.getElementById){
        var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
        for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=document.getElementById(args[i]);
          if (val) { nm=val.name; if ((val=val.value)!="") {
            if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
              if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
            } else if (test!='R') { num = parseFloat(val);
              if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
              if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
                min=test.substring(8,p); max=test.substring(p+1);
                if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
          } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
        } if (errors) alert('The following error(s) occurred:\n'+errors);
        document.MM_returnValue = (errors == '');
    </script>
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-18640274-1']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    </head>
    <body>
    <table width="85%" border="5" align="center" cellpadding="5" class="background1">
      <tr align="center" valign="middle" class="table">
        <td colspan="2" class="table"><img src="../HSHLogo_White.png" width="350" height="125" alt="Home Sweet Home logo" longdesc="http://www.HSHpet.net" /></td>
      </tr>
      <tr>
        <td colspan="2" align="center"><table width="90%" border="4" align="center" class="background">
          <tr align="center" valign="middle">
            <td><img src="../dog.jpg" width="150" height="150" alt="golden retriever" /></td>
            <td><img src="../fish.jpg" width="150" height="150" alt="fish in bowl" /></td>
            <td><img src="../cat.jpg" width="150" height="150" alt="DSH tabby" /></td>
            <td><img src="../bird.jpg" width="150" height="150" alt="peach faced love birds" /></td>
            <td><img src="../bunny.jpg" width="150" height="150" alt="bunny" /></td>
            <td><img src="../lizzard.jpg" width="150" height="150" alt="lizzard" /></td>
            <td><img src="../cat&amp;dog.jpg" width="150" height="150" alt="puppy &amp; kitten" /></td>
          </tr>
          <tr align="center" valign="bottom">
            <td colspan="7"><div align="center">
              <ul id="MenuBar1" class="MenuBarHorizontal">
                <li><a href="../index.html" class="MenuBarHorizontal">Home</a> </li>
                <li><a href="#" class="MenuBarItemSubmenu">About Us</a>
                  <ul>
                    <li><a href="../aboutus.html">About Us</a></li>
                    <li><a href="../teammembers.html">Team Members</a></li>
                    <li><a href="../15questions.html">15 Questions</a></li>
                    <li><a href="../happytails.html">Happy Tails</a></li>
                  </ul>
                </li>
                <li><a class="MenuBarItemSubmenu" href="../petsitting.html">Services</a>
                  <ul>
                    <li><a href="#">Pet Sitting</a>                  </li>
                    <li><a href="../k9cleanup.html">K9 Cleanup</a></li>
                    <li><a href="../overnightcare.html">Home Boarding</a></li>
                    <li><a href="training.htm">Training</a></li>
                  </ul>
                </li>
                <li><a href="#" class="MenuBarItemSubmenu">FAQ's &amp; Policies</a>
                  <ul>
                    <li><a href="../FAQ_PetSitting.html">Pet Sitting</a></li>
                    <li><a href="../FAQ_K9Cleanup.html">K9 Cleanup</a></li>
                    <li><a href="../FAQ_Boarding.html">Home Boarding</a></li>
                    <li><a href="#">Training</a></li>
                  </ul>
                </li>
    <li><a href="../NewsLinks.html">News &amp; Links</a></li>
                <li><a href="../CPR.html">Pet CPR</a></li>
                <li><a href="../employment.html">Employment</a></li>
                <li><a href="../contactus.html">Contact Us</a></li>
                <li><a href="#" class="MenuBarItemSubmenu">Schedule Service</a>
                  <ul>
                    <li><a href="https://www.powerpetsitter.net/login.aspx?bid=584">Existing Clients</a></li>
                    <li><a href="https://www.powerpetsitter.net/client/check_zipcode.aspx?id=584">New Clients</a></li>
                  </ul>
                </li>
              </ul>
            </div></td>
            </tr>
        </table></td>
      </tr>
      <tr valign="top" class="background1">
        <td class="background"><table width="100%" border="0" class="background1">
          <tr class="background1">
            <td align="center" valign="top"><p class="title"><!-- TemplateBeginEditable name="Heading" -->Tips for Conducting a Professional Pet Sitter Interview<!-- TemplateEndEditable --></p></td>
          </tr>
          <tr>
            <td align="center" valign="top"><!-- TemplateBeginEditable name="Body" -->
              <p align="left">Pet Sitters International (also known as PSI) was founded in 1994 as the first international association for professional pet sitters.             The mission of Pet Sitters International is to foster excellence and continuous learning in the pet-sitting profession by providing the best education and tools of the trade. We are very proud of our PSI membership.        </p>
            <!-- TemplateEndEditable --></td>
          </tr>
          <tr>
            <td align="center" valign="top"><table width="90%" border="0" align="center" class="background1">
              <tr align="center" valign="middle">
                <td><br/>                <a href="https://www.facebook.com/pages/Home-Sweet-Home-pet-sitting/107491737744" target="_top" title="Home Sweet Home pet sitting"><img src="https://badge.facebook.com/badge/107491737744.2549.1193722049.png" alt="facebook" width="120" height="65" align="absmiddle" style="border: 0px;" /></a></td>
                <td><a href="http://www.addthis.com/bookmark.php?v=250&pub=autiger811" onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s7.addthis.com/static/btn/sm-share-en.gif" alt="Bookmark and Share" width="83" height="16" align="absmiddle" style="border:0"/></a>                <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=autiger811"></script></td>
                <td><a href="http://www.addthis.com/bookmark.php?v=250&pub=autiger811" onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s7.addthis.com/static/btn/lg-bookmark-en.gif" alt="Bookmark and Share" width="125" height="16" align="absmiddle" style="border:0"/></a></td>
                <td><table width="170" border="0" cellspacing="0" cellpadding="0">
                  <tr bgcolor="#000000" valign="top">
                    <td width="9" rowspan="2"><img src="http://img.constantcontact.com/ui/images/visitor/tl_brdr2_trans.gif" alt="" width="9" height="9" border="0" /></td>
                    <td width="152" height="1" align="center" bgcolor="#000000"><img src="http://img.constantcontact.com/ui/images/spacer.gif" alt="" width="1" height="1" border="0" /></td>
                    <td width="9" rowspan="2" align="right"><img src="http://img.constantcontact.com/ui/images/visitor/tr_brdr2_trans.gif" alt="" width="9" height="9" border="0" /></td>
                    </tr>
                  <tr>
                    <td width="152" height="8" bgcolor="#ffffff"><img src="http://img.constantcontact.com/ui/images/spacer.gif" alt="" width="1" height="1" border="0" /></td>
                    </tr>
                  <tr>
                    <td width="170" colspan="3" align="center" style="border-left: 1px solid #000000;border-right: 1px solid #000000;"><div align="center">
                      <form action="http://visitor.constantcontact.com/d.jsp" method="post" name="ccoptin" target="_blank" id="ccoptin" style="margin-bottom:3;">
      <font style="font-weight: bold; font-family:Georgia; font-size:13px; color:#000000;">Join Our Newsletter</font><br />
                        <font style="font-weight: normal; font-family:Arial; font-size:10px; color:#000000;">Email:</font>
                        <input type="text" name="ea" size="14" value="" style="font-family: Arial; font-size:10px; border:1px solid #999999;" />
                        <input type="submit" name="go" value="Join" class="submit"  style="font-family:Arial,Helvetica,sans-serif; font-size:11px;" />
                        <input type="hidden" name="m" value="1102843860723" />
                        <input type="hidden" name="p" value="oi" />
                        </form>
                      </div></td>
                    </tr>
                  <tr bgcolor="#000000" valign="bottom">
                    <td rowspan="2"><img src="http://img.constantcontact.com/ui/images/visitor/bl_brdr2_trans.gif" alt="" width="9" height="9" border="0" /></td>
                    <td width="152" height="8" align="center" bgcolor="#ffffff"><img src="http://img.constantcontact.com/ui/images/spacer.gif" alt="" width="1" height="1" border="0" /></td>
                    <td rowspan="2" align="right"><img src="http://img.constantcontact.com/ui/images/visitor/br_brdr2_trans.gif" alt="" width="9" height="9" border="0" /></td>
                    </tr>
                  <tr>
                    <td width="152" bgcolor="#000000"><img src="http://img.constantcontact.com/ui/images/spacer.gif" alt="" width="1" height="1" border="0" /></td>
                    </tr>
                  </table></td>
                </tr>
              </table></td>
          </tr>
        </table></td>
        <td align="center"><table width="90%" border="1" class="background">
          <tr>
            <td align="center" valign="top" bgcolor="#00AEEF"><p style="font-family: 'Bradley Hand ITC'; font-size: 18pt; font-weight: bold;">Give us a call:</p>
              <p><a href="http://www.ringcentral.com" target="Callback_RingMe" onclick='var wind = window; var winop = wind.open; winop(&quot;http://www.ringcentral.com/ringme/?uc=F476D3FEFF03EF8DEB3A4803BAD689C9185666081445,0,&s=no &v=2", &quot;Callback_RingMe&quot;, &quot;resizable=no,width=380,height=360&quot;); return false;'><img border="0" src="http://www.ringcentral.com/ringme/F476D3FEFF03EF8DEB3A4803BAD689C9185666081445,0,/1/ringme _6.gif" alt="virtual office phone" /></a></p></td>
          </tr>
          <tr>
            <td align="center" valign="top" bgcolor="#00AEEF"><p style="font-family: 'Bradley Hand ITC'; font-size: 18pt; font-weight: bold;">Send us a message:</p>
              <form id="form1" name="form1" method="post" action="../formtoemailpro.php">
                <p>Your Name: </p>
                <p>
                  <input name="Name" type="text" id="Name" onblur="MM_validateForm('Name','','R');return document.MM_returnValue" />
                </p>
                <p>Your Phone #:</p>
                <p>
                  <input name="phone" type="text" id="phone" onblur="MM_validateForm('phone','','RisNum');return document.MM_returnValue" />
                </p>
                <p>Your Email Address:</p>
                <p>
                  <input name="email" type="text" id="email" onblur="MM_validateForm('email','','RisEmail');MM_validateForm('email','','RisEmail');ret urn document.MM_returnValue" />
                </p>
                <p>I'm interested in:</p>
                <p>
                  <select name="services" id="services">
                    <option value="mid-day care" selected="selected">Mid-day Dog Walks</option>
                    <option value="K9 cleanup">K9 Clean up</option>
                    <option value="vacation care">Vacation Care</option>
                    <option value="cat care">Cat &amp; Small Animal Care</option>
                    <option value="Overnights">Overnight Care (my home)</option>
                    <option value="Pet Boarding">Overnight Care (pet sitter's home)</option>
                    <option value="Walk &amp; Trains">Walk &amp; Trains</option>
                    <option value="other">Other</option>
                  </select>
                </p>
                <p>Comments:</p>
                <p>
                  <textarea name="comments" id="comments" cols="25" rows="5"></textarea>
                </p>
                <p>
                <img id="captcha" src="/securimage/securimage_show.php" alt="CAPTCHA Image"><br><a href="#" onclick="document.getElementById('captcha').src = '/securimage/securimage_show.php?' + Math.random(); return false">Reload Image</a><br />
                Verify code: <input type="text" name="captcha_code" size="10" maxlength="6">
                </p>
                <p>
                  <input type="submit" name="Submit" id="Submit" value="Submit" />
                  <input type="reset" name="reset" id="reset" value="Reset" />
                </p>
              </form>
              <p> </p></td>
          </tr>
          <tr>
            <td valign="top" bgcolor="#00AEEF"><p> <span class="center" style="font-family: 'Bradley Hand ITC'; font-size: 18pt; font-weight: bold; text-align: center;">Pet Care Services</span></p>
              <ul>
                <li>Dog Walking, Dog Boarding </li>
                <li>Pet Waste Removal Services</li>
                <li>Bird &amp; Reptile Care </li>
                <li>Walk &amp; Trains</li>
                <li>Cat Sitting</li>
                <li>Small Animal Care</li>
                <li>In Home Overnight Care </li>
                <li>Flexible and Custom Care </li>
                <li>Medications &amp; Injectables</li>
                <li>Dog Training </li>
                <li>Puppies and Older Pets </li>
                <li>Handicapped Pets</li>
              </ul>
              <p style="font-size: 14pt; text-align: center; font-weight: normal;"> </p>
              <p style="font-size: 11pt; text-align: center; font-weight: normal;">For your convinience we accept:</p>
              <p style="font-size: 14pt; text-align: center; font-weight: normal;"><img src="../visa_mastercard.jpg" alt="visa/mastecard" width="100" height="50" /></p></td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td colspan="2" align="center" valign="middle"><span class="background2">&copy; 2007-2015 Home Sweet Home pet services</span></td>
      </tr>
    </table>
    <p>  </p>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
      </script>
    </body>
    </html>

  • Files from template not copy img background property

    i have a simple(single) template with two bars(vertical and horizontal, each one has a specific png backgorund image set in .twoColHybLtHdr #header and #sidebar ) and a editable region in the middle of the page, so far i've built the entire site based on that template with no problems.
    today i'm doing some work, edited the templates links, updated all the pages, but when i try to generate a new file from template i encounter a completely black background, checking the css style shows that the background-image property ain't there anymore(if i try to add it it says that it's in a locked portion of the file thus the chnge will be discarded).
    i've tried downloading an old model and the resulting files are the same
    i'm attaching the model and a resulting page
    you can also see them online at: http://www.espiralcalipso.com.ar/error.html
    and a good one: http://www.espiralcalipso.com.ar/editorial.html
    any ideas are greatly appreciated.
    DW is CS4 10.0 b4117
    PD: i've noticed that this is EXACTLY my same problem: http://forums.adobe.com/message/2456171
    but only posted is a workaround.
    i've checked my site definition and the root folder is pointed to the file system root, the url is the correct one and it's relative to document

    That's pretty easy to do. This should get you close:
    set the_template_file to (choose file with prompt "Select the template file:")
    set the_name_list_file to (choose file with prompt "Select the file containing the names:")
    set the_names_list to paragraphs of (read the_name_list_file)
    tell application "Finder"
              repeat with each_name in the_names_list
                        set new_file to duplicate the_template_file
                        set name of new_file to each_name & ".docx"
              end repeat
    end tell
    The script will first ask you for the template file, then ask you for the file that contains the list of names.
    It then loops through the list of names, for each name it duplicates the template file, then renames it to match the contents of the file.
    There's no error checking here, so you might want to pad this script to catch errors, but it should be functional.

  • Clicking "page from template" does not allow me create new pages

    I stared designing a site with the trial version of CS4. Of course it involved a lot of trial and error, creating a page and canceling it again etc. At last I was able to design the index page and a few other pages, but suddenly just about 7 days into the trial period, the template started looking different; not displaying the images and displaying the home page article in an improper way. I also discovered that I could not create new pages by selecting file\new. When the new document dialogue page opens and I select "page from template" and then select a site I am working on, nothing shows in the items list. I only see the message "no items". Moreover, the "create" (new page) button is no more a click-able area.
    I even tried it by proceeding as if I wanted to design a new site. I click file\new\page from template\the site, but when it comes to the stage where I should select "2 column liquid, left sidebar, header and footer" after clicking “page from template” I don't see anything in the items column. It only tells me "no item."
    I thought this problem was due to the fact that I was using the trial version and that the trial version was limited in the number of new pages I could create. So I bought the full version. Alas! I discovered that changed nothing. Right now am stuck. Do you have any suggestion?

    I think you're are confusing DW Templates with CSS Page Designs and Starter Pages.
    Templates are a DW proprietary device.  They permit you to have sitewide elements such as common menus, headers and footers on all your pages along with Editable Regions for page specific content (i.e. the stuff that changes on every page).
    DW Templates looks like this (notice the Template Editable Comments):
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body>
    <!-- TemplateBeginEditable name="Content" -->My Page Specific Content Goes here
    <!-- TemplateEndEditable -->
    </body>
    </html>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Pages created from template not formatted in FireFox browser

    Using Dreamweaver CS5 I redesigned a web site with all pages now created from a master template.  The result is that the site displays properly in IE, but not in FireFox.  See the www.lbtscic.com site.  It checked out OK in the Browser Lab for all browsers, but shows as mostly unformatted in the latest FireFox .
    A side problem is that changes in the master template do NOT show up in the pages created from that template.  When I make a change in the template the details show that it checked all the appropriate pages, but changed none.  Need Help!
    Bob Roberts

    The linked page looks the same to me in IE9/Safari5.1/FF3.6.23, and it looks broken in all of them - the content region is wider than the banner image.
    Here are seven common mistakes that will result in changes not propagating from Template to child -
    1.  Rename the Templates folder
    2.  Move the Templates folder to some other folder level in the site other than root level
    3.  Move a template out of the Templates folder.
    4.  Make changes to an editable region of the Template (which will not propagate)
    5.  Assume that Template changes will be effected by just uploading the changed Template file to the server without also uploading the changed local files
    6.  Corrupt the site cache so that the link between Template and child page is broken
    7.  Improperly create your child pages by simply opening the Template, adding page specific content, and resaving the Template with an *.html extension rather than its *.dwt extension. (you can tell if this is the case by looking at the code on a child page - if you see anything like <!-- TemplateBeginEditable... then this is what you have done).  If you *have done this*, then recreate the child pages (in DW) using FILE | New > Page from Template, select the Template and click CREATE.
    The 6th problem can be repaired by using SITE | Advanced > Recreate Site Cache, and the six others can be fixed by just not doing them.  Have you done any of those?

  • Download videos from Iphone to Mac - Iphone not showing up in image capture

    Hello I am trying to download the videos I took with my iphone onto my computer, but the iphone is not showing up in image capture or iphoto. Does anyone know how to get the videos off without degrading the video quality.
    Thanks

    Photos captured by your iPhone shouldn't be a problem.
    Photos saved from a received email, from a website, or from a received MMS has caused this problem for some, and I'm not sure why. I haven't experienced the same yet. This may include screenshots.
    Email the screenshots only to yourself followed by deleting the screenshots from your iPhone's Camera Roll, and the same for any photos saved from a received email, from a website, or from a received
    MMS.
    Test if this resolves the problem for importing the photos and video that were captured by your iPhone.

  • Problems when Creating Pages from Templates in Dreamweaver 8

    When creating new pages from templates in Dreamweaver 8(Ver
    8.0.2). The full path for images is not created
    i.e. in template the code is <img src="main_page_logo.png"
    width="814" height="172" longdesc="Main Page Logo" />
    In the new file the code should be :-
    <img src="../../Templates/main_page_logo.png" width="814"
    height="172" longdesc="Main Page Logo" />
    but only :-
    <img src="main_page_logo.png" width="814" height="172"
    longdesc="Main Page Logo" /> is in the code.
    but this does work in Version 8.0.
    Does anyone know of a setting or fix for this problem

    > Does anyone know of a setting or fix for this problem
    It was regarded as a bug in previous versions, and was fixed
    in the 8.0.2
    release. In normal circumstances, ALL links in a template
    file must be
    relative to the template document, not relative to where you
    intend to save
    the child pages. Thus, there would be no way to have a link
    in your
    template document like the first one you show, e.g.,
    <img src="whatever.png"....
    *unless* the file was actually in the Templates folder (a bad
    idea).
    In 8.0.2, you can set your PREFERENCES for the Templates
    category to NOT
    MANAGE relative links. Be aware that this may have unintended
    consequences
    for you - specifically regarding other relative links in your
    site.
    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
    ==================
    "pgs_it" <[email protected]> wrote in
    message
    news:eivj88$361$[email protected]..
    > When creating new pages from templates in Dreamweaver
    8(Ver 8.0.2). The
    > full
    > path for images is not created
    > i.e. in template the code is <img
    src="main_page_logo.png" width="814"
    > height="172" longdesc="Main Page Logo" />
    > In the new file the code should be :-
    > <img src="../../Templates/main_page_logo.png"
    width="814" height="172"
    > longdesc="Main Page Logo" />
    > but only :-
    > <img src="main_page_logo.png" width="814"
    height="172" longdesc="Main Page
    > Logo" /> is in the code.
    > but this does work in Version 8.0.
    > Does anyone know of a setting or fix for this problem
    >
    >
    >

  • Create new page from template

    I created a page, and saved it as a template. I want to
    create a new page from the template (creating more pages for the
    same website). When I select file > new > page from template,
    the list contains <no sites>.
    How do I get the page and / or template I already created to
    be in a "site" so it shows up on the list. Couldn't find this in
    the help file.
    Thanks

    So where is the correct location?
    I created the folder for this site when I first created the
    html page. This is the folder I mentioned. This site folder was
    created inside the Documents folder, I believe by default.
    As I mentioned, on the first try, I just let it save the
    template to this same site folder, which is what it suggested by
    default, and it has been there ever since.
    I only created my own "templates" folder as an experiment
    after your first suggestion. I have now renamed it "Templates"
    (upper case T) and the template is still not found with File >
    New> Page from Template.
    Sorry I am not sure if I understand exactly what you mean by
    "A folder in the root of the "local site folder"". Is this the same
    as or different from the site folder I created and saved the html,
    css, and image files to? (which is in Documents) If different,
    where can I find it?
    I searched my system for ALL folders named Templates, and
    found none that I believe could be associated with DW. Is this in
    appdata or hidden location?
    Many Thanks

  • New page from template

    When I try to create a new page via File>New>Page from Template, I get the error message saying it is nested inside itself. How do I get around this?
    Thanks,
    George
    Here's the code from the template:
    <<
    <?php
    session_cache_limiter('none');
    session_start();
    ob_start(); ?><!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" lang="en" xml:lang="en"><!-- #BeginTemplate "project.dwt" --><!-- DW6 -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <!-- #BeginEditable "doctitle" -->
    <title>CSS Virtual Monochrome - Ecommerce Templates</title>
    <!-- #EndEditable -->
    <link rel="stylesheet" type="text/css" href="../style.css" />
    </head>
    <?php include "vsadmin/db_conn_open.php" ?>
    <?php include "vsadmin/inc/languagefile.php" ?>
    <?php include "vsadmin/includes.php" ?>
    <?php include "vsadmin/inc/incfunctions.php" ?>
    <body>
    <div id="maincontainer">
    <div id="header">
            <div class="logo">
            <img src="../images/Keystone-PMS-355u.png" width="234" height="95" border="0" alt="logo" />
            </div>
            <div class="hdrR">
                <a href="../search.php">SEARCH</a> | <a href="../affiliate.php">AFFILIATES</a> |
                <a href="../clientlogin.php">CLIENT
        LOGIN</a> | <a href="../orderstatus.php">ORDER STATUS</a> |
                <a href="../tracking.php">TRACKING</a><br />
            <br /><div class="searchbox"><form method="post" action="../search.php">
        <input type="hidden" name="posted" value="1"/>
        <input type="text" name="stext" size="16" class="search" />
        <input name="Submit" type="submit" value="Search" class="sub" />
        </form></div>      </div>
            <div class="clr"></div>
            <div id="topnav"><ul id="navlist"><li><a href="../index.php">Home</a></li><li><a href="../products.php?cat=3">Top Tab Pockets</a></li><li><a href="../products.php?cat=1">End Tab Pockets</a></li><li><a href="../products.php?cat=2">Shelf Tab Pockets</a></li><li><a href="../products.php?cat=4">Jackets</a></li><li><a href="../giftcertificate.php">Wallets</a></li><li><a href="../products.php">IP Folders</a></li><li><a href="../categories.php">Customization</a></li><li><a href="../cart.php">View cart</a></li></ul></div></div>
    <div id="mainwrapper">
    <div id="maincontent">
    <!-- #BeginEditable "Body" -->
    <h3>Keystone Products</h3>
    <div class="homepics">
      <div class="picscontent">
    <div class="prodpic">
        <img src="../prodimages/Top-Tab-PRM.png" alt="Top Tab Pocket" width="236" height="180" /></div>
      <div class="prodtext"><h2>Top Tab Pocket</h2>
      <p align="center">
                        <img src="../images/view.gif" width="60" height="20" alt="view" />
                        <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
    </div>
    </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/1B-Prm-FST.png" alt="End Tab Pocket" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>End Tab Pocket</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/2T-Shelf-Tab.png" alt="Shelf Tab Pocket" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Shelf Tab Pocket</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/2B-Jacket.png" alt="Jacket" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Jacket</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/3T-RTG-Wallet-WEB.png" alt="Wallet" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Wallet</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/IP-&amp;-Patent-folders-sm.png" alt="Wallet Folder" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Wallet</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
    </div>
    <!-- #EndEditable -->
    </div></div>
    <div class="lefthand">
    <div class="leftside"><h1>Our Products</h1>
         <ul>
                <li><a href="../proddetail.php?prod=scanner001">Top Tab Pockets</a></li>
               <li><a href="../proddetail.php?prod=fscanner001">End Tab Pockets</a></li>
               <li><a href="../proddetail.php?prod=palmtop001">Shelf Tab Pockets</a></li>
               <li><a href="../proddetail.php?prod=monitor001">Jackets</a></li>
               <li><a href="../proddetail.php?prod=mouse001">Wallets</a></li>
               <li><a href="../proddetail.php?prod=serialcab001">IP Folders</a></li>
               <li><a href="../proddetail.php?prod=portable001">Customization</a></li>
               <li><a href="../proddetail.php?prod=keyboard001"></a></li>
               <li><a href="../proddetail.php?prod=lprinter001">Laser printer</a></li>
              <li><a href="../proddetail.php?prod=pc001">PC media package</a></li>
         </ul>
         <h1>Shopping cart</h1>
       <div align="center"><?php include "vsadmin/inc/incminicart.php" ?></div>
        <h1><strong>Our services</strong></h1>
        <ul><li><a href="../about.php">About Us</a></li>
         <li><a href="../about.php">Shipping FAQ</a></li>
        <li><a href="../about.php">Payment Options</a></li>
        <li><a href="../about.php">Returns Policy</a></li>
        <li><a href="../about.php">Terms &amp; Conditions</a></li>
        <li><a href="../about.php">Help Files</a></li>
        <li><a href="../about.php">How To Find Us</a></li>
         <li><a href="../about.php">Contact Us</a></li>
         </ul>
         <p align="center">
        </p>
         <p align="center">
            <img src="../images/creditcardpaypal.gif" alt="credit cards" width="120" height="26" /></p></div>
    </div>
    <div class="footer1">
        <img src="../images/clearpixel.gif" width="1" height="1" alt="" /></div>
    <br />
    <div id="footer">
    <div class="bottomlinks"><p align="right"><strong>Customer services</strong></p>
              <p align="right"><a href="#">Contact us</a><br />
                <a href="#">Returns policy</a><br />
                <a href="#">Special offers</a>          </p></div>
       <div class="bottomlinks"><p align="right"><strong>Help &amp; FAQ</strong></p>
              <p align="right"><a href="#">Shipping FAQ</a><br />
                <a href="#">Payment FAQ</a>          </p></div>
        <div class="bottomlinks"><p align="right"><strong>Articles</strong></p>
              <p align="right"><a href="#">How to do this</a><br />
                <a href="#">How to do that</a><br />
                <a href="#">How to do both</a> </p></div>
       <div class="bottomlinks"><p align="right"><strong>Links</strong></p>
              <p align="right"><a href="#">Shopping cart software</a><br />
                <a href="#">Hosting services</a><br />
                <a href="#">Our blog
                </a></p></div>
            <div class="footer1"><br/><p align="right">&copy; Copyright 2012 - Keystone Envelope Company </p></div>   
    </div>
    </div>
    </body>
    <!-- #EndTemplate --></html> >>

    When I try to create a new page via File>New>Page from Template, I get the error message saying it is nested inside itself. How do I get around this?
    Thanks,
    George
    Here's the code from the template:
    <<
    <?php
    session_cache_limiter('none');
    session_start();
    ob_start(); ?><!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" lang="en" xml:lang="en"><!-- #BeginTemplate "project.dwt" --><!-- DW6 -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <!-- #BeginEditable "doctitle" -->
    <title>CSS Virtual Monochrome - Ecommerce Templates</title>
    <!-- #EndEditable -->
    <link rel="stylesheet" type="text/css" href="../style.css" />
    </head>
    <?php include "vsadmin/db_conn_open.php" ?>
    <?php include "vsadmin/inc/languagefile.php" ?>
    <?php include "vsadmin/includes.php" ?>
    <?php include "vsadmin/inc/incfunctions.php" ?>
    <body>
    <div id="maincontainer">
    <div id="header">
            <div class="logo">
            <img src="../images/Keystone-PMS-355u.png" width="234" height="95" border="0" alt="logo" />
            </div>
            <div class="hdrR">
                <a href="../search.php">SEARCH</a> | <a href="../affiliate.php">AFFILIATES</a> |
                <a href="../clientlogin.php">CLIENT
        LOGIN</a> | <a href="../orderstatus.php">ORDER STATUS</a> |
                <a href="../tracking.php">TRACKING</a><br />
            <br /><div class="searchbox"><form method="post" action="../search.php">
        <input type="hidden" name="posted" value="1"/>
        <input type="text" name="stext" size="16" class="search" />
        <input name="Submit" type="submit" value="Search" class="sub" />
        </form></div>      </div>
            <div class="clr"></div>
            <div id="topnav"><ul id="navlist"><li><a href="../index.php">Home</a></li><li><a href="../products.php?cat=3">Top Tab Pockets</a></li><li><a href="../products.php?cat=1">End Tab Pockets</a></li><li><a href="../products.php?cat=2">Shelf Tab Pockets</a></li><li><a href="../products.php?cat=4">Jackets</a></li><li><a href="../giftcertificate.php">Wallets</a></li><li><a href="../products.php">IP Folders</a></li><li><a href="../categories.php">Customization</a></li><li><a href="../cart.php">View cart</a></li></ul></div></div>
    <div id="mainwrapper">
    <div id="maincontent">
    <!-- #BeginEditable "Body" -->
    <h3>Keystone Products</h3>
    <div class="homepics">
      <div class="picscontent">
    <div class="prodpic">
        <img src="../prodimages/Top-Tab-PRM.png" alt="Top Tab Pocket" width="236" height="180" /></div>
      <div class="prodtext"><h2>Top Tab Pocket</h2>
      <p align="center">
                        <img src="../images/view.gif" width="60" height="20" alt="view" />
                        <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
    </div>
    </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/1B-Prm-FST.png" alt="End Tab Pocket" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>End Tab Pocket</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/2T-Shelf-Tab.png" alt="Shelf Tab Pocket" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Shelf Tab Pocket</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/2B-Jacket.png" alt="Jacket" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Jacket</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/3T-RTG-Wallet-WEB.png" alt="Wallet" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Wallet</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/IP-&amp;-Patent-folders-sm.png" alt="Wallet Folder" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Wallet</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
    </div>
    <!-- #EndEditable -->
    </div></div>
    <div class="lefthand">
    <div class="leftside"><h1>Our Products</h1>
         <ul>
                <li><a href="../proddetail.php?prod=scanner001">Top Tab Pockets</a></li>
               <li><a href="../proddetail.php?prod=fscanner001">End Tab Pockets</a></li>
               <li><a href="../proddetail.php?prod=palmtop001">Shelf Tab Pockets</a></li>
               <li><a href="../proddetail.php?prod=monitor001">Jackets</a></li>
               <li><a href="../proddetail.php?prod=mouse001">Wallets</a></li>
               <li><a href="../proddetail.php?prod=serialcab001">IP Folders</a></li>
               <li><a href="../proddetail.php?prod=portable001">Customization</a></li>
               <li><a href="../proddetail.php?prod=keyboard001"></a></li>
               <li><a href="../proddetail.php?prod=lprinter001">Laser printer</a></li>
              <li><a href="../proddetail.php?prod=pc001">PC media package</a></li>
         </ul>
         <h1>Shopping cart</h1>
       <div align="center"><?php include "vsadmin/inc/incminicart.php" ?></div>
        <h1><strong>Our services</strong></h1>
        <ul><li><a href="../about.php">About Us</a></li>
         <li><a href="../about.php">Shipping FAQ</a></li>
        <li><a href="../about.php">Payment Options</a></li>
        <li><a href="../about.php">Returns Policy</a></li>
        <li><a href="../about.php">Terms &amp; Conditions</a></li>
        <li><a href="../about.php">Help Files</a></li>
        <li><a href="../about.php">How To Find Us</a></li>
         <li><a href="../about.php">Contact Us</a></li>
         </ul>
         <p align="center">
        </p>
         <p align="center">
            <img src="../images/creditcardpaypal.gif" alt="credit cards" width="120" height="26" /></p></div>
    </div>
    <div class="footer1">
        <img src="../images/clearpixel.gif" width="1" height="1" alt="" /></div>
    <br />
    <div id="footer">
    <div class="bottomlinks"><p align="right"><strong>Customer services</strong></p>
              <p align="right"><a href="#">Contact us</a><br />
                <a href="#">Returns policy</a><br />
                <a href="#">Special offers</a>          </p></div>
       <div class="bottomlinks"><p align="right"><strong>Help &amp; FAQ</strong></p>
              <p align="right"><a href="#">Shipping FAQ</a><br />
                <a href="#">Payment FAQ</a>          </p></div>
        <div class="bottomlinks"><p align="right"><strong>Articles</strong></p>
              <p align="right"><a href="#">How to do this</a><br />
                <a href="#">How to do that</a><br />
                <a href="#">How to do both</a> </p></div>
       <div class="bottomlinks"><p align="right"><strong>Links</strong></p>
              <p align="right"><a href="#">Shopping cart software</a><br />
                <a href="#">Hosting services</a><br />
                <a href="#">Our blog
                </a></p></div>
            <div class="footer1"><br/><p align="right">&copy; Copyright 2012 - Keystone Envelope Company </p></div>   
    </div>
    </div>
    </body>
    <!-- #EndTemplate --></html> >>

  • No Page from Template in Dreamweaver CC

    Using DW CC, new file doesn't bring up a page from template option. My site templates show up when I click Site Templates but there is no Page from Template option! Any suggesstions? I've reinstalled it once but no difference.
    TIA

    thewiseguy,
    I thought that I was the only one hanging on... It's not like Adobe is the only one having problems with WYSIWYG editors. Same all round. NSA and any number of other spooky causes come to mind, but the reall problem is the sophistication of new browsers, new desktop hardware, rapid revolution from desktop only editing to inclusion of just about every connected device out there; and the numbers of connected devices is expanding far more rapidly than any ever expected, with players like China's and India's diversifications now only 10% there but expected to engage as fully as we are in less than four (4) years, and who knows where we all go from there.
    But to make it all really simple for Adobe support, here in these forums where related questions are never tackled head on... kindly read this Wiki:
    http://en.wikipedia.org/wiki/Web_editor
    http://en.wikipedia.org/wiki/Web_editor#Difficulties_in_achieving_WYSIWYG
    Note: this article, while gaining focus, is as lost to the full extent of the incrementing problems as our sorry old-fashioned isolated editing device approach.
    Now, Microsoft has retreated into Sharepoint big-frame corporate network publishing with VB and WebMatrix. While FP cum STUDIO only mangles Windows half as often as DW (it is their own OS after all), it's not much better, doing weird things like causing every application to save into ghost data dumps without user warnings until everything  system-wide is lost)... Far worse, Microsoft Studio problems get ported by the new Windows 8.1 account server from one Windows install to the next, EVEN WHEN DISKS ARE WIPED CLEAN WITH DISKPART! - And yes, Microsoft apps are more effected by this than 3rd party apps like CC.
    Okay, so Adobe and Microsoft need to fess up BIG TIME! Everyone is having WYSIWYG web editing problems as OS drifts into some weird new rapidly changing dynamic security model that WYSIWYG can't fit... or can it?
    I know you are feeling negative reading this, but full stop please! Look at that Wiki article, that does not include a link to WIX, http://www.wix.com/ direct code editing paying members only). Notice that all the 'modern' Mac and PC apps that work are raw code, text editors. WYSIWYG self-instaleld software is NOT keeping up excepting online publishing services. Since OS's are rapidly becoming impregnable isolated SECURE devices, we need an ONLINE DREAMWEAVER CC web publishing service. Check out that cute Wix link. Now fill that with CC richness. YOU GET IT, FINALLY! CC has to transition into an online publishing presence. Along with PS (eg, http://pixlr.com/editor/) and everything else DREAMWEB!
    Where is it? When is it coming? Yes Please! A.S.A.P.
    PLEASE!

  • Pages with Templates not updating?

    I made a template page (saved in templates folder), then did a SAVE AS to create my other pages.
    When I tried to update a template (repeating region), it does not seem to update the other pages (files updated = 0)
    The site is managed as well.
    HELP!!! It's driving me nuts!

    Vannon wrote:
    I made a template page (saved in templates folder), then did a SAVE AS to create my other pages.
    Oh wait, I read your initial post more closely. You did not create your pages correctly. You do not use SAVE AS from your template file to create the other pages.
    What you do is create your template and 'Save as Template'
    Then to actually build your pages, File => New => Page from Template (see image)
    Brad Lawryk
    Adobe Community Expert, Dreamweaver
    Adobe Usergroup Manager, Northern British Columbia Adobe User Group

  • How do you prevent the spry menu from using the main css background-image?

    (Dreamweaver CS5. Problem seems not to be browser specific)
    I added some code I found online to my main css file in order to allow a custom icon to be used as a  bullet in unordered lists, sitewide. It was added before the "body,td,th {" line.
    The problem is that the same icon now appears on the upper left hand corner of each main menu segment; not on any submenus or during any mouse states. Just the main at-rest bar.
    I know this is somehow related to spry itself being a list, but how do I keep it from showing the background image of the main css file?
    Thanks!
    This is the site http://www.usc.edu/org/seagrant/NS/
    The code which was added to the css file is shown below:
    ul{
        list-style:none;
        margin:0 0 1em 15px;
        padding: 0;
    ul li{
        line-height:1.3em;
        margin: .25em 0;
        padding: 0 0 0 15px;
        background:url(../Images/Compass_Website_small_2-4-11.png) no-repeat 0 4px;
    li ul{
        margin:0 0 0 30px;
        list-style:disc;
    li ul li{
        padding-left:0;
        background:none;
    li ul li ul{
        margin:0 0 0 30px;
        list-style:circle;
    ul li ul li ul{
        padding-left:0;
        background:none;
    /* Holly Hack to fix ie6 li bg */
    /*  Hides from IE-mac \*/
    * html li{height: 1%;}
    /* End hide from IE-mac */
    @media print{
    ul {
        list-style:disc;
        margin-left:30px;
    ul li {
        padding-left:0px;
        background:none;
    } /* end print */
    body,td,th { - etc...

    Add/modify the following to your document
    ul.MenuBarHorizontal li {
        background: rgba(0,0,0,0.0) url(none);
    Gramps

  • How to show a background image in the Forms 6i MDI window?

    Hello,
    We are using Oracle Forms 6i Release 2 Patch 18 on Windows XP in client/server environment (not web server).
    Is there any way to show a background image in the MDI root window without using DLL injection to subclass the MDI root window procedure.
    Kurt

    Please try this 
    Public Function Decompress(ByVal arr As Byte()) As Byte()
            Dim s As Byte()
            Dim notCompressed As Boolean
            notCompressed = False
            Dim MS As System.IO.MemoryStream
            MS = New System.IO.MemoryStream()
            MS.Write(arr, 0, arr.Length)
            MS.Position = 0
            Dim stream As System.IO.Compression.GZipStream
            stream = New System.IO.Compression.GZipStream(MS, System.IO.Compression.CompressionMode.Decompress)
            Dim temp As System.IO.MemoryStream
            temp = New System.IO.MemoryStream()
            Dim buffer As Byte() = New Byte(4096) {}
            While (True)
                Try
                    Dim read As Integer
                    read = stream.Read(buffer, 0, buffer.Length)
                    If (read <= 0) Then
                        Exit While
                    Else
                        temp.Write(buffer, 0, buffer.Length)
                    End If
                Catch ex As Exception
                    notCompressed = True
                    Exit While
                End Try
            End While
            If (notCompressed = True) Then
                stream.Close()
                Return temp.ToArray()
            Else
                Return temp.ToArray()
            End If
        End Function
    Thanks & Regards Manoj

  • Enable spawn pages from template

    Hi all,
    I have a fill-in PDF form (created in Acrobat Pro X) that uses a javascript button to duplicate pages (spawn pages from template).  We got a trial version of LC Reader Extensions ES in order to enable the button to function in Reader.  The problem is, as I understand it, when our evaluation period runs out, the button will stop working in Reader.  Is this true?  The form will be distributed to LESS THAN 500 people- we just want this button to work for everyone.  Is there another way to enable users of Reader to spawn pages from template?
    I don't believe that purchasing the software is an option, as the Adobe Rep on the phone said it would be $10,000 per form. Any help is greatly appreciated.
    Thanks!

    Sorry, but the functionality you are looking for is not available with the limited Reader Eextensions capability available within Acrobat.  Reader Extensions has a set of rights, and the following rights are available only through the server product (LiveCycle Reader Extensions).  These specific rights are:
    2 - Form Data Import/Export
    5 - Spawn Pages from templates (for PDF page forms, as opposed to XFA dynamic forms)
    9 - Barcoded form data unencrypted
    10 - Browser-based annotations (note that this capability is being deprecated for use with Reader)
    11 - Web services or ODBC access from the form
    12 - Embedded File actions
    [Acrobat enables basic form fillin, signatures, and annotations, as well as the ability to save the document after the data fillin or action has been done]
    In your case, you either need to get a LiveCycle Reader Extensions license or move yourself to LiveCycle Designer-based forms where dynamic forms may do what you'd like.
    I'd suggest a deeper discussion with your salesperson.

Maybe you are looking for

  • ITunes will not open (no error message)

    Hello - My iTunes has been acting up recently, it just refuses to open. I tried plugging in my iPod to my computer and seeing if that would make iTunes open but it wont. I have no clue as to what I should do to fix this, I am also not that smart with

  • My book world edition is no longer supported by 10.8.2

    I just reconnected my WD My Book World Edition to my wireless internet connection hub. In trying to set up Time machine, it tells me that the server I am trying to connect to is no longer supported? What is the best solution?

  • Trouble get in to the payment option

    Hi, I have 8520, OS : 5.0.0.1075 BlackBerry App World : 4.0.0.55 BlackBerry Identity : 5.3.0.14 Everything is OK, but I can not open "payment option" in the BlackBerry App World. Please, does any one have the answer ? Regards

  • How to combine a content search with an attribute search with the API

    Hi I have been working with searches in Content Services using the API and I have successfully set up the search over the contents of a document and inside of the Category attributes of the document. My problem comes when I try to combine this 2 kind

  • Send/Receive multiple attachments using SwA (no MTOM)

    Hello all, I would appreciate if someone can put me in the right direction about the following implementation: - web service method able to receive multiple attachment using weblogic tools (wsdlc, jwsc) without MTOM. I tried JAXRPC and JAXWS, startin