No css format on page created from template

We are running Dreamweaver 8.0 on a Windows 2000 & a
Windows XP machine.
After re-creating a site (local site is now pointing to a
file on a locally networked computer) I created a template (.dwt)
file. The template looks fine.
When I try to create a web page from the template all the css
formatting disappears. (Although if I ignore that and dump text
into the editable portion the page looks ok after transfer to the
"live" site.) The href created by Dreamweaver from the site info
is: file://networkcomputer/deptfolder/website/my.css
What do I need to change and will Dreamweaver translate an
altered href correctly when transferring a new page to the "live"
site?

This looks right -
<link rel="stylesheet" href="../pplpage.css"
type="text/css" />
assuming that is the correct location of the CSS file in your
site. Is it
at the root level?
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
==================
"if_then_else" <[email protected]> wrote in
message
news:[email protected]...
>I see someone else having almost the same problem and
dumped the code for
>the
> template. here is mine:
>
> <!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></title>
> <!-- TemplateEndEditable -->
> <!-- TemplateBeginEditable name="head" -->
> <link rel="stylesheet" href="../pplpage.css"
type="text/css" />
> <!-- TemplateEndEditable -->
> </head>
>
> <script
type="text/javascript"><!--//--><![CDATA[//><!--
> startList = function() {
> if (document.all&&document.getElementById) {
> navRoot = document.getElementById("drop");
> for (i=0; i<navRoot.childNodes.length; i++) {
> node = navRoot.childNodes
> if (node.nodeName=="LI") {
> node.onmouseover=function() {
> this.className+=" over";
> }
> node.onmouseout=function() {
> this.className=this.className.replace(" over", "");
> }
>
> }
> }
>
> }
>
> }
> window.onload=startList;
> //--><!]]></script>
>
> <body>
>
> <center>
>
> <div id="masthead" align="left">
>
> <table width="693" border="0" cellspacing="0"
cellpadding="0">
> <a href="../index.html">
> <tr>
> <td class="libheader">
>  
> <p class="style2"><span
>
class="style1">  petersburg</span>
> public library</p></td>
> <td class="libimg"><img align="right"
src="../ban_img.jpg" alt="books"
> width="146" height="110" border="0"/></td>
> </tr> </a>
> </table>
> </div>
>
>
> <div id="pagecell1">
> <div id="leftcol">
>
> <div id="navspace">
>
> <ul id="drop">
>
<a href="
http://66.223.180.26/uhtbin/cgisirsi.exe/x/0/49/"
> target="blank">search the catalog
</a></li>
>
<a href="#">your account</a>
>
> <li class="sublist"><a
> href="
http://66.223.180.26/uhtbin/cgisirsi.exe/p9heSo9R4R/PPL/0/1/1166/X/BLASTOF
> F" target="blank">review your
account</a></li>
> <li class="sublist"></li><a
href="../card.html"> about your
> library
> card </a>
>
> </li>
>
<a href="#">books, movies &amp; music </a>
>
>
>
<a href="../books.html">books</a></li>
>
<a href="../movies.html">movies</a></li>
>
<a href="../music.html">music</a></li>
>
<a
> href="
http://66.223.180.26/uhtbin/cgisirsi.exe/0/0/1/1095/X/BLASTOFF">can't
> find it? request it!</a></li>
>
>
>
<a href="#">programs &amp; events</a>
>
>
<a
> href="
http://engagedpatrons.org/Events.cfm?SiteID=1141"target="blank">events
> calendar</a></li>
>
<a href="../kidsprog.html">for kids</a></li>
>
<a href="../adultprog.html">for teens &
adults</a></li>
>
> </li>
> </li>
>
<a href="
http://www.engagedpatrons.org/ContactUs.cfm?SiteID=1141"
> target="blank">contact us</a>
>
> </li>
>
<a href="#">about the library</a>
>
>
<a href="../staff.html">library staff &
board</a></li>
>
<a href="../services.html">services &
policies</a></li>
>
<a href="../history.html">library
history</a></li>
>
> </li>
>
<a href="#">support your library</a>
>
>
<a href="../gifts.html">donations and
gifts</a></li>
>
<a href="../friends.html">Friends of the
Library</a></li>
>
<a
href="../volunteer.html">volunteering</a></li>
>
>
>
> </li>
>
<a href="../index.html" >home </a>
>
> </li>
>
> </div>
> <!-- navspace -->
>
>
> <div id="hours" align="left">
> <p><span
class="style6">Hours</span><br />
> <span class="style5">Monday - Thursday
  12-9pm <br />
> Friday & Saturday
    12-4pm<br />
> Sundays & Holidays   Closed </span>
</p>
> <p><span class="style5">
Petersburg Public Library</span><br />
> <span class="style5">PO Box 549<br />
> Petersburg, AK 99833<br />(907)772-3349<br
/>
> <a
>
href="mailto:[email protected]">[email protected]</a></span>
> </p>
> <p class="style5"><a href="
http://www.ci.petersburg.ak.us/"
> target="blank">City of Petersburg
</a></p>
> </div>
> </div>
>
>
> <!-- TemplateBeginEditable name="editcontent" -->
> <div id="contentspace">
> <div id="content">
>
> </div> <!-- content-->
> </div> <!-- contentspace -->
> <!-- TemplateEndEditable Editcontent -->
> </div> <!-- pagecell -->
>
>
> </center>
>
> </body>
> </html>
>
> When I try to create a new page the heading looks like
the following:
>
> 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/pageformat.dwt"
codeOutsideHTMLIsLocked="false" -->
> <head>
>
> <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
> <!-- InstanceBeginEditable name="doctitle" -->
> <title></title>
> <!-- InstanceEndEditable -->
> <!-- InstanceBeginEditable name="head" -->
> <link rel="stylesheet"
>
href="file://petersburgnt/Library/Web%20site/pplpage.css"
type="text/css"
> />
> <!-- InstanceEndEditable -->
>
> and although that is where the css page is the
"connection" is not made.
>

Similar Messages

  • 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?

  • 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>

  • Spry drop down menu not working after page created from template

    Hi all.
    I created a template and the drop down Spry menu is working fine on local testing on my browser as follows:
    I then created a New Page from this above Template. I did no alteration to this new page and just saved it as index.html but when previewing it in the browser, the Spry drop down menu is not working and the page displays as follows:
    Here is my site map:
    Any help to show where I am going wrong would be much appreciated.
    Thanks.

    Dear Nancy 
    Very grateful for your reply. 
    On Design View and Preview in browsers the index.dwt page spry works fine.
    When I create a child page from this template page, the child page looks fine in design view but does the spry fails to preview in browsers (the spry just shows as words and not drop down menus). 
    Here is the code:
    <!--
    #apDiv1
    #apDiv2
    #apDiv3
    #apDiv4
    -->
    <!--
    #apDiv5
    #apDiv6
    #apDiv7
    #apDiv8
    #apDiv9
    a:link
    a:hover
    #apDiv10
    body {
        margin-bottom: 0px;
        margin-top: 0px;
    #apDiv11
    -->
    !/cooltext454549176.png|height=170|width=631|src=/cooltext454549176.png!
    !/logosmall.jpg|height=58|hspace=0|width=150|src=/logosmall.jpg|vspace=0!
    Disclaimer:
    Studentshub is a platform for listing services as advertised/promoted by the Companies and individuals concerned. Studentshub does not endorse any of the contents on this site. Studentshub accepts no responsibility for any arrangements, purchase, contracts, agreements, refunds, failure to deliver services etc between individuals, landlords, clubs, organisations, companies etc. This does not affect your statutory rights (2009)
    *Contact !/bluebutton.gif|height=10|alt=Blue button|width=10|src=/bluebutton.gif!
    Sitemap !/bluebutton.gif|height=10|alt=Blue button|width=10|src=/bluebutton.gif!*
    © www.studentshub.co.uk *
    !/bluebutton.gif|height=10|alt=Blue button|width=10|src=/bluebutton.gif!
    !/cooltext454549388.png|height=138|width=700|src=/cooltext454549388.png!
    [LIVE | #]
    [CAMPUS | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [HOUSE SHARE | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [RENT | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [BUY | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [WORK | #]
    [EMPLOYMENT AGENCIES | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [PART TIME | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [VOLUNTEERING | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [WORK ABROAD | #]
    [TRAVEL | #]
    [BUS | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [TRAIN | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [COACH | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [FLIGHTS | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [CYCLE | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [FUN | #]
    [NIGHTS OUT | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [DAYS OUT | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [GROUP OUTINGS | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [HOLIDAYS | #]
    [UK | #]
    [ABROAD | #]
    [SHOPPING | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [BOOKS | #]
    [BOOKSHOPS | #]
    [USED BOOKS | #]
    [HEALTH | #]
    [NHS DIRECT | #]
    [HOSPITALS | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [WALK IN CLINICS | #]
    [DERBYSHIRE | #]
    [NOTTINGHASHIRE | #]
    [LEICESTERSHIRE | #]
    [GUM CLINICS | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [HOME | #]
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", );
    //-->
    </script>
    </body>
    <!-- InstanceEnd --></html

  • Title of page created from template

    When I create a new page from a template, then type in a title at the top, it vanishes as soon as I click anywhere else on the page. How can I correct this?

    Do you have an Editable Region for the <title> tag in your main template.dwt file?
    Are you seeing this in Code View, Design View or Live View?
    Have you saved your child page yet?
    Try closing and re-opening your child page.  Is the <title> tag appearing correctly in Code View?
    Nancy O.

  • Can't add spry widget to page created from dreamweaver template

    Please help! I have created a template in Dreamweaver and
    from that template I have created an html page. I want to add
    different tabbed and/or accordion spry widgets to multiple pages
    however I keep getting an error when I try to add a widget to an
    editable region. I can add the widgets to the dwt file, but I do
    not want the same widget on all pages created from that template.
    Please advise!
    Thanks
    cycleguy

    If that's all that's on the child page you are in trouble.
    Anyhow, it appears to me that the template has not been
    properly created
    since I do not also see an editable region around the
    <title> tag in your
    code. Please read my previous post and follow the
    instructions.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "cycleguy" <[email protected]> wrote in
    message
    news:fu01pk$s7k$[email protected]..
    > Thank you for your reply.
    > I started with one of the built-in templates offered in
    Dreamweaver then
    > added
    > additional div's and formatting then saved it as a dwt
    file and created my
    > html
    > page from that template. I did not start the page from
    scratch. Below is
    > my
    > source code from the child 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/DankaConnectionPortalTemplate.dwt"
    > codeOutsideHTMLIsLocked="false" -->
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    > <title>Untitled Document</title>
    > <style type="text/css">
    > <!--
    > body {
    >

  • Meta Tag Placement in pages created from a template

    I am updating a site and want to make sure that I place my meta tags correctly in individual pages created from a template. Can you tell me if my placement is correct?
    Below is code I added to my template:
    <!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" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- #BeginEditable "metatags" --> <!-- #EndEditable -->
    <style type="text/css">
    <!--
    body {
    Here is what a page I created looks like after adding the meta tags:
    <!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/2011 Main .dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Long Island, NY, 11550 Music Dance  Art &amp; Drama Lessons</title>
    <!-- InstanceEndEditable -->
    <!-- #BeginEditable "metatags" -->
    <meta name="keywords" content="piano lessons, guitar lessons, drum lessons, flute lessons, violin lessons, afterschool performing arts, voice lessons, singing, saxophone, trumpet">
    <meta name="description" content="Information about Young Musician Institute's Afternoon Arts Program for piano, guitar, drums, violin, viola, trumpet, saxophone and cello">
    <!-- #EndEditable -->
    <style type="text/css">
    <!--
    body {
    As usually, Begin and end editable sections are grayed out, and the meta tag names are blue according to my scheme so I think I am doing it correctly, however, I want to be sure before submitting it to google incorrectly. Can you tell me if I am correct?
    Thank you

    for clarification, are you saying that I could have put them on the line after:
    <title>Long Island, NY, 11550 Music Dance  Art &amp; Drama Lessons</title>
    Yep.
    Second, adding these meta tags actually did help the ranking of this company. They were not listed before I did this on their old site. They were on page 1 of their category hours after I did this for them.
    I think it's just coincidence.  However, for sure it wasn't the keywords that did that, since those are just ignored (the meta keywords contents, not the meta description contents).
    what are the search engines looking for? I want to make sure to design with those things in mind.
    They are looking for semantic content on the page.  That means the contents of tags like <title>, <h1>, <h2>, <h3>.  That also means (derived) keywords contained in content 'above the fold', and in filenames, in links, in title and alt attributes.  In other words, search engines want to rank your pages based on *real* meaning of the contents of the page, not on some arbitrary listing of keywords that you place in a meta keyword tag.
    Search engines also pay lots of attention to INCOMING links from other well ranked sites....

  • Hello.  May I ask:  I am using Acrobat 6.0.2, and having trouble formatting a PDF created from multiple (jpeg) files.  Each page is formatted to A4 size, portrait.  But when I create the PDF, each sheet appears as tiny, in the middle of a huge white page.

    Hello.  May I ask:  I am using Acrobat 6.0.2, and having trouble formatting a PDF created from multiple (jpeg) files.  Each page is formatted to A4 size, portrait.  But when I create the PDF, each sheet appears as tiny, in the middle of a huge white page.  I cannot seem to find any controls to adjust this.  Any advice appreciated.

    Thanks CtDave, for the further info.  Unfortunately, those suggestions are not working, which is strange.
    ....Until last week, I used to make multi-page PDFs straight from Photoshop: File > Automate > Make PDF.  One simply choses the files, orders them, and creates a PDF.  (Resolution doesn't matter; 300 DPI is no problem.)  However, my new Photoshop CS5 does not have the option in Automate.
    What I've done, seeing as Acrobat is letting me down, is use Bridge (new to me) to create the PDF.  It worked without a problem, but seems like more work than the old PS method.  I will download a newer version of Acrobat to see if that makes any difference.
    .....Also, thanks Test Screen Name:  I agree with you that jpeg is irrelevant, and that one can make a PDF from Photoshop (Print > Save As - pdf).  But that only works for SINGLE PAGE pdf, not multiple pages as far as I can tell.
    Kind regards,
    Prince Nuada

  • Changing header information in pages made from templates

    I am familiar with GoLive and using components for menus to
    accomodate universal changes.
    I am new to Dreamweaver (CS3). I am using templates for my
    menus so I can make universal changes. However, what do I do if I
    want to put a form on a page and need to be able to put some code
    in the header? I cannot because the header is non-editable on pages
    made from templates.
    Are templates the only alternative to GoLive Components?
    THX

    This is the sign of an improperly made template.
    Do this -
    Create a new page (Basic HTML).
    Use FILE | Save as Template....
    Look at the code in the head region of the page, particularly
    the editable
    region around the <title> tag, and the other editable
    region in the head
    called "head".
    Make your template file look like that.
    Always use FILE | Save as Template when you create your
    templates and you
    won't have this problem again.
    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
    ==================
    "hmogg" <[email protected]> wrote in message
    news:fe39fo$pe6$[email protected]..
    >I am familiar with GoLive and using components for menus
    to accomodate
    > universal changes.
    >
    > I am new to Dreamweaver (CS3). I am using templates for
    my menus so I can
    > make universal changes. However, what do I do if I want
    to put a form on a
    > page
    > and need to be able to put some code in the header? I
    cannot because the
    > header
    > is non-editable on pages made from templates.
    >
    > Are templates the only alternative to GoLive Components?
    > THX
    >

  • I have file with 500 pages created from AutoCad file. In all pages, I have different document numbers.The file is not editable in pdf. How to change all the document numbers using "Comment" feature? Any alternate method?  alternate method? I have Adobe Ac

    I have pdf file with 500 pages created from AutoCad file. In all pages, I have different document numbers.The file is not editable in pdf. How to change all the document numbers using "Comment" feature? Any alternate method?  alternate method? I have Adobe Acrobat X Pro and Windows -7 platform.

    Yes, I just want to cover up all the pages for those particular area of document numbers.
    Nothing sensitive about it. I just want to show the correct document numbers on all pages in print out.
    So, I wanted to cover up by comments, but commenting on each page will be difficult. So, I wanted to comment the same on all pages.

  • Change font size in Z-Report created from template

    A Z-report is being created from template which uses WWI.INI file integration to generate the report in Microsoft Word. In that report the text from phrases is passing over the specified text box. So all the phrases are not displayed.
    Now user either want the size of font to decrease or change the size of the box.
    We are going ahead with changing the font size. To do so we are editing the template in CG42. Is this approach is correct or we can change the font size from somewhere else??. If yes ,then how to proceed ??
    Your help will be greatly appreciated as I am new to EHS and have very limited knowledge.

    Hello Aasim,
    Just try it out
    If you are afraid to destroy something on the WWI template create a copy of the template and do your testing there....
    Read the SAP help on WWI.
    Can I edit font in the Microsoft Word file which is generated after I click "Document (F7)" button??
    Yes you can.
    If yes , then suppose I change the font size in a text box there.Does the font of phrase's text also changes accordingly when the report is generated.
    Yes.
    And does that change is for all the phrases in that text box ( since no. of phrases varies according to the specification)???
    Yes it will change the font size for all phrases in that text box.
    There is an option in WWI where you can change the text size dynamically if the text is in a real text box.
    However I'm currently not sure if this works for all kind of WWI templates or only for labels.
    Hope this helps
    Mark

  • Email created from template doesn't include changes

    I originally asked this question here:
    http://answers.microsoft.com/en-us/office/forum/office_2013_release-outlook/email-created-from-template-doesnt-include-changes/a0300d60-6649-479b-bb2d-8ed61d54e908
    And was told to post here since I'm working on an Exchange Server configuration.
    So the issue is essentially this: I create an email template and then create a new email with that template. When I send the email, it sends only the template and none of the changes or additions made to the email. This is also the case if I save the email
    as a draft rather than send it.
    Thanks,
    Brian

    Hi,
    Please switch to Exchange Online Mode, can you send/save the changes to the template?
    Since you mentioned in the previous thread, you created a new profile and this issue's gone then, I suggest you repair the data file(.ost) to check the result:
    http://support.microsoft.com/kb/272227
    I hope this can be helpful.
    Regards,
    Melon Chen
    TechNet Community Support

  • Why do links in the template change location to 'file:///'...on the pages created from the template?

    Im not sure what I am doing wrong but I am building a portfolio site from a template that I downloaded online.
    The site is working and I am slowly converting it from the template content to the content that I want.
    As I will be editing the site and adding more pages I decided to try and add the Header, footer and main navigation bar as a template with another gallery container and navigation as an option on the template.
    I thought that it was working fine untill I noticed that the links on the pages created using the template are showing as follows,
    instead of the links that were in the template that show as,
    Is this something that will change when I upload the site with the template or have I done something wrong making the links?

    Usually this happens when you don't use a proper Site Definition, or if you have files outside your defined site folder.
    Have you defined your site properly?
    http://tv.adobe.com/watch/learn-dreamweaver-cs5/gs01-defining-a-new-site/

  • How to customize my edit region which create from template page?

    I created a set of templates. It contains a edit region in each template. There's a problem when I create a new page from templates, I can't add tables in it. It says "Making this change would require changing code that is locked by a template or a translator. The change will be discarded." I need to open all liberty for my clients to customize their edit region. How can I solve the problem? Thanks

    Thanks for your reply.
    I have already try your method, but the problem still there. When I create a table, it says "Making this change would require changing code that is locked by a template or a translator." again.

  • Pages created by Template view and preview Ok - Except when linked on page

    I created a template in DW. The template contains a background image and an editable region. I made some pages using the template / updated my pages and saved them as html. I have worked with templates before.
    Here is the problem. I can open, view the html files in DW that I applied the template to, they look normal. I can preview the files in IE.
    If I click a link in lets say the index file, to another lets cay contact.html file that I applied the template to, it only loads the editable region and  I don't see the template applied. If I pull up the file, say contact.html in DW the template is applied and if I preview  it the page displays. No background image or dropdown includes are on the page and the template is not applied for some reeason in preview when linking from a hotspot. The path is correct.
    I tried this several times and still no luck. I even uplopaded to the web and the same thing is happening.
    Please advise as to what I should look at? I can direct you to an example if need be. -
    Dreamweaver MX user.
    Thanks,
    Greg

    Here is the code of an html file in which the region is editable. The template has been applied to this page and is one of the pages that is having a problem.
    I will need to look further into your last response, although it makes perfect sense to a webmaster like yourself, it only makes partial sense to me but I do undertand the point. I will look into that furher, thank you for your response.
    When looking at the code, my Background image was repeating and I do not want it to. I edited some of the code and although, it does not look clean, it does work. Maybe this is part of the problem.
    In this example, I did get the background to work, not sure how, but my includes and a image over the background with the hotspots are not wodking.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html><!-- InstanceBegin template="/Templates/index_new_0415.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- InstanceEndEditable --><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <style type="text/css">
    <!--
    .unnamed1 {
    background-attachment: scroll;
    background-image:  url(Background/final3/final.jpg);
    background-repeat: repeat;
    -->
    </style>
    <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
    </head>
    <body background="Background/final3/final.jpg" style="background-image: url(/html/Background/final3/final.jpg); background-position: top left; background-repeat: no-repeat;">
    <table border="0" width="942" cellpadding="0" cellspacing="0">
    <!--DWLayoutTable-->
    <tbody>
    <tr>
    <td height="25" width="13"> </td>
    <td width="244"> </td>
    <td width="16"> </td>
    <td width="296"> </td>
    <td colspan="2" valign="top">
    <table border="0" width="100%" cellpadding="0" cellspacing="0">
    <!--DWLayoutTable-->
    <tbody>
    <tr>
    <td height="25" width="214" valign="top"><!--#include file="includes/inc_sitemenu.html" --></td>
    </tr>
    </tbody>
    </table>
    </td>
    <td width="159"> </td>
    </tr>
    <tr>
    <td height="81"> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td width="168"> </td>
    <td width="46"> </td>
    <td> </td>
    </tr>
    <tr>
    <td height="44"> </td>
    <td rowspan="3" valign="top"><img border="0" usemap="#Map" width="244" src="Background/final3/roll.gif" height="372" /></td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td height="125"> </td>
    <td colspan="3" valign="top">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="480" height="125" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0">
    </object>
    </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td height="203"></td>
    <td> </td>
    <td rowspan="2" colspan="3" valign="top"><!-- InstanceBeginEditable name="EditRegion4" -->
    <table border="0" width="400" cellpadding="0" cellspacing="0">
    <!--DWLayoutTable-->
    <tbody>
    <tr>
    <td height="46" width="400" valign="top">
    <div align="left"><img width="250" src="images/seminars.jpg" height="46" /></div>
    </td>
    </tr>
    <tr>
    <td height="698" valign="top">
    <p><img width="471" src="images/seminarsscan.jpg" height="433" /></p>
    </td>
    </tr>
    <tr>
    <td height="8"></td>
    </tr>
    </tbody>
    </table>
    <!-- InstanceEndEditable --></td>
    <td> </td>
    <!-- InstanceBeginEditable name="EditRegion3" --><!-- InstanceEndEditable -->
    </tr>
    <tr>
    <td height="42"></td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td height="128"></td>
    <td></td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    </tbody>
    </table>
    <p>
    <map name="Map">
    <area href="contact.html" coords="56,7,166,46" target="_self" shape="rect"></area>
    <area></area>
    <area href="about.html" coords="50,57,160,85" target="_self" shape="rect"></area>
    <area></area>
    <area href="http://www.tailgatetalks.com/" coords="33,98,155,128" target="_blank" shape="rect"></area>
    <area></area>
    <area href="images/final2_16.gif" coords="20,140,161,176" target="_self" shape="rect"></area>
    <area></area>
    <area href="http://www.couragelearning.com" coords="23,188,176,222" target="_blank" shape="rect"></area>
    <area></area>
    <area href="http://www.scottenvironmental.com/" coords="29,234,231,267" target="_blank" shape="rect"></area>
    <area></area>
    <area href="consutling.html" coords="53,277,235,314" target="_self" shape="rect"></area>
    <area></area>
    <area href="HeatWebinar.pdf" coords="88,327,240,359" target="_self" shape="rect"></area>
    <area></area>
    </map>
    </p>
    </body>
    <!-- InstanceEnd --></html>

Maybe you are looking for

  • Need help in writing the query

    The initial data is as follows: ID PARENT_ID ============= 1 NULL 2 NULL 3 2 4 6 5 3 6 7 7 4 8 NULL but output is as follows in such way that Parent_Id should be displayed in ID place ID PARENT_ID ============= 1 NULL 2 NULL 3 2 8 NULL 6 8 4 6 5 3 7

  • Use of COLLABORATIONS table in 11g PS3

    Hi All, Has anyone an idea on what is the use of table COLLABORATIONS in 11g PS3? Is there a component which uses this table? Is it just a vestige from 10g? We are implementing ACL based folders with some further customizations and want to ensure tha

  • I have a question my iphone4s has a problem when updated iOS8 there will be freeze problem i think iOS8 is not supported in 4s!!!!!!!!!

    i have a question my iphone4s has a problem when updated iOS8 there will be freeze problem i think iOS8 is not supported in 4s!!!!!!!!!. one more question when i phone5 update with iOS 8.1.2 this iOS supported iphone5???

  • Copy/paste Mail to Safari

    When I select a FedEX tracking number from an email to copy it intending to paste it in the FedEX tracking web page in Safari the paste option is never available. Why?

  • Forms won't calculate in Safari 5

    The calculation field no longer works now that we have upgraded to Safari 5.  It worked just fine on Mac OS 10.5.8 with Adobe Reader 9.3.2.  The user migrated all data to a new iMac computer with Mac OS 10.6 and Adobe Reader 9.3.2 and now the pdf for