Backgrounds don't show in pages from template

I made a template with backgrounds being controled by an
external CSS file; but when I make a page from the template, the
bgs don't show; anyone have an idea why?
the panel on the right sidebar
is supposed to have a drop shadow gif repeating on the y axis
I tried this in both an embedded style and with a style from
an external CSS file........can't seem to see the issue. Sometimes
I can see them locally but not when uploaded (making sure to upload
the CSS file, too)
Any help would be most appreciated.

Additionally,
http://www.ruthinstitute.org/pages/design/bgLines.gif
Referer:
http://www.ruthinstitute.org/
HTTP/1.x 404 Not Found
http://www.ruthinstitute.org/design/bgRghtColSm.jpg
Referer:
http://www.ruthinstitute.org/css/ruthMainFixd.css
HTTP/1.x 404 Not Found
Your images are in many different directories, so I'm
guessing you've
simply gotten mixed up where to find the above images - or
you actually
did neglect to upload them to the appropriate directories.
And the Web server, Apache/1.3.33 (Unix), is case-sensitive
for
filenames.
Mark "404" Boyd
Keep-On-Learnin' :)
josie1one posted in macromedia.dreamweaver:
>
> Remove the </div> here, see if it fixes your
problem
>
> <script type="text/javascript">
> <!--
> P7_opAB(1,1,1,0,0,1);
> //-->
> </script>
> </div> <-------------------------
>
> you have other problems too, see this:
>
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.ruthin
> stitute.org%2F
>
> --
> Jo
>
>
>
>
> "tbfa" <[email protected]> wrote in
message
> news:gf2s43$77q$[email protected]..
>>I made a template with backgrounds being controled by
an external
>>CSS file;
>> but when I make a page from the template, the bgs
don't show;
>> anyone have an
>> idea why?
http://www.ruthinstitute.org
>>
>> I tried this in both an embedded style and with a
style from an
>> external CSS
>> file........can't seem to see the issue. Sometimes I
can see
>> them locally but
>> not when uploaded (making sure to upload the CSS
file, too)
>>
>> Any help would be most appreciated.

Similar Messages

  • 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

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

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

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

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

  • 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

  • Error when updating pages from template

    When updating pages from a template I have been occasionally
    getting this error message:
    While executing onLoad in Swap Image.htm, the following
    JavaScript error(s) occured:
    At line 325 of the file "Hard Drive: Applications: Macromedia
    Dreamweaver 8: Configuration: Behaviors: Actions: Swap Image.js":
    Reference Error: createObjRefs is not Defined
    I am on a Mac running 10.3.9, Dreamweaver 8.02.2809
    Any ideas on how to fix this?
    Thanks,
    Paul

    When updating pages from a template I have been occasionally
    getting this error message:
    While executing onLoad in Swap Image.htm, the following
    JavaScript error(s) occured:
    At line 325 of the file "Hard Drive: Applications: Macromedia
    Dreamweaver 8: Configuration: Behaviors: Actions: Swap Image.js":
    Reference Error: createObjRefs is not Defined
    I am on a Mac running 10.3.9, Dreamweaver 8.02.2809
    Any ideas on how to fix this?
    Thanks,
    Paul

  • Lost template, have pages from template, how can I convert?

    In a moment of crass stupidity, I managed to delete a template upon which several pages of a site under development are based. There was a P7 menu on the page. Fortunately, I have a couple of pages based on the template alive and well. Can someone tell me how to convert one of these pages back to the template from which it was created?
    Pages from the template are
    http://www.jdcdemo.com/pbc/greater-pine-bluff-chamber-local-apartment-list.html
    http://www.jdcdemo.com/pbc/greater-pine-bluff-chamber-community-calendar.html
    The calendar page is rife with errors of which I am aware. Most are not in the template.
    Can someone tell me how to proceed to recover from my dumb mistake?
    Thanks,
    Joe

    Well, we have gotten a lot of looks and no answer. From another board, the first response was the correct one, to wit:
    open a page created from the original (now missing) template
    - go to Modify>Templates>Detach from template.
    - save this via File>Save as template
    - create new editable regions via Insert>Template Objects>Insert  Editable Region
    I took a hard look at the editable region in the file from the template, and set up and named the new editable region as a clone of the original. The pages from the template, worked just fine.
    Blind hog finds acorn,
    Joe

  • Image links broken when creating a page from template

    I have created a page in dw cs4 and saved it as a template. I have a navigation bar in a div tag. The image renders great in the template. I save the template. I go to File>New>PagefromTemplate and choose the template. I save the page as index.html. The links to the navbar images are broken. I can see the difference in the code, but I don't know why it's changing the code. I know it's just a simple link problem, but I don't know how to fix it and I don't understand why the code is changing. I have made the links relative to the document, and have gone through other settings and solutions on this forum and nothing fixes it. Any help would be most appreciated.
    Here is the code for the 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>Welcome to Pennyhill - Custom Furnishing for Home and Office</title>
    <!-- TemplateEndEditable -->
    <link href="../pennyhill.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
       var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
         var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
         if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
       var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
         d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
       if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
       for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
       if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
       var i,img,nbArr,args=MM_nbGroup.arguments;
       if (event == "init" && args.length > 2) {
         if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
           img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
           if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
           nbArr[nbArr.length] = img;
           for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
             if (!img.MM_up) img.MM_up = img.src;
             img.src = img.MM_dn = args[i+1];
             nbArr[nbArr.length] = img;
       } else if (event == "over") {
         document.MM_nbOver = nbArr = new Array();
         for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
           if (!img.MM_up) img.MM_up = img.src;
           img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
           nbArr[nbArr.length] = img;
       } else if (event == "out" ) {
         for (i=0; i < document.MM_nbOver.length; i++) {
           img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
       } else if (event == "down") {
         nbArr = document[grpName];
         if (nbArr)
           for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
         document[grpName] = nbArr = new Array();
         for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
           if (!img.MM_up) img.MM_up = img.src;
           img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
           nbArr[nbArr.length] = img;
    //-->
    </script>
    </head>
    <body background="../swirlybackg.jpg" onload="MM_preloadImages('navbars/homedown.jpg','navbars/homeover.jpg')">
    <div id="wrapper">
       <div id="fabricR"></div>
       <div id="fabricL">
         <div id="nav"><a href="../index.html" target="_top" onclick="MM_nbGroup('down','group1','home','navbars/homedown.jpg',1)" onmouseover="MM_nbGroup('over','home','navbars/homeover.jpg','navbars/homedown.jpg',1)" onmouseout="MM_nbGroup('out')"><img src="navbars/homeup.jpg" alt="Home Button" name="home" border="0" id="home" onload="" /></a><br /></div>
         </div>
       <div id="header"></div>
       <!-- TemplateBeginEditable name="windowhomepg" -->
       <div id="windowhomepg"></div>
    <!-- TemplateEndEditable --></div>
    <div id="copyright">Copyright © 2009 Pennyhill Furnishings. All rights reserved.</div>
    </body>
    </html>
    Here is the code for the index.html 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/pennyhillbasichomenav.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Welcome to Pennyhill - Custom Furnishing for Home and Office</title>
    <!-- InstanceEndEditable -->
    <link href="pennyhill.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
       var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
         var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
         if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
       var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
         d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
       if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
       for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
       if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
       var i,img,nbArr,args=MM_nbGroup.arguments;
       if (event == "init" && args.length > 2) {
         if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
           img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
           if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
           nbArr[nbArr.length] = img;
           for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
             if (!img.MM_up) img.MM_up = img.src;
             img.src = img.MM_dn = args[i+1];
             nbArr[nbArr.length] = img;
       } else if (event == "over") {
         document.MM_nbOver = nbArr = new Array();
         for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
           if (!img.MM_up) img.MM_up = img.src;
           img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
           nbArr[nbArr.length] = img;
       } else if (event == "out" ) {
         for (i=0; i < document.MM_nbOver.length; i++) {
           img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
       } else if (event == "down") {
         nbArr = document[grpName];
         if (nbArr)
           for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
         document[grpName] = nbArr = new Array();
         for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
           if (!img.MM_up) img.MM_up = img.src;
           img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
           nbArr[nbArr.length] = img;
    //-->
    </script>
    </head>
    <body background="swirlybackg.jpg" onload="MM_preloadImages('navbars/homedown.jpg','navbars/homeover.jpg')">
    <div id="wrapper">
       <div id="fabricR"></div>
       <div id="fabricL">
         <div id="nav"><a href="index.html" target="_top" onclick="MM_nbGroup('down','group1','home','navbars/homedown.jpg',1)" onmouseover="MM_nbGroup('over','home','navbars/homeover.jpg','navbars/homedown.jpg',1)" onmouseout="MM_nbGroup('out')"><img src="navbars/homeup.jpg" alt="Home Button" name="home" border="0" id="home" onload="" /></a><br /></div>
         </div>
       <div id="header"></div>
       <!-- InstanceBeginEditable name="windowhomepg" -->
       <div id="windowhomepg"><script type="text/javascript" src="v3flashslideshow/slideshow.js"></script>
    <!-- Begin XML Flash Slideshow v3 -->
       <script type="text/javascript">
    // <![CDATA[
    XMLFlashSlideshow_v3({swf:'v3flashslideshow/slideshow.swf',w:'315',h:'350',redirect:'',us ePreloader:'true',xml:'v3flashslideshow/slideshow_data7.xml',preventCache:'true',disableMu ltipleXML:'false',initXML:'%3C?xml%20version=%221.0%22%20encoding=%22utf-8%22?%3E%3Cslides how%20version=%223%22%3E%0A%20%20%3Cstyles%3E%0A%20%20%20%20%3CPreloader%20label=%22Loadin g%20%7BN%7D%2525%22%20iconColor=%22#666666%22%20iconAlpha=%2270%22%20iconWidth=%2250%22/%3 E%0A%20%20%20%20%3CPreloaderLabel%20font=%22Verdana%22%20size=%2210%22%20color=%22#666666% 22%20bold=%22false%22/%3E%0A%20%20%20%20%3CBackground%20backgroundColor=%22#FFFFFF%22%20ba ckgroundAlpha=%22100%22%20bevelColor=%22#FFFFFF%22%20bevelStrength=%2270%22%20borderWidth= %220%22%20borderColor=%22#FFFFFF%22/%3E%0A%20%20%20%20%3CLoaderAnimation%20type=%22circle% 22%20color=%22#FFFFFF%22%20alphaBackground=%2220%22%20alphaInner=%2240%22%20frameWidth=%22 2%22%20width=%2250%22%20height=%2250%22/%3E%0A%20%20%20%20%3CDataLoader%20useAnimation=%22 true%22%20useLabel=%22true%22%20labelPlacement=%22bottom%22%20fadeOutDuration=%22400%22%20 textFormat=%22loader_text%22/%3E%0A%20%20%3C/styles%3E%0A%20%20%3Clocalization%3E%0A%20%20 %20%20%3Ctext%20orig=%22Loading%20Data...%22%20local=%22Loading%20Data...%22%20desc=%22The %20label%20displayed%20while%20data%20file(s)%20are%20being%20loaded%22/%3E%0A%20%20%3C/lo calization%3E%0A%20%20%3Cfonts%3E%0A%20%20%20%20%3Cfont%20id=%22loader_text%22%20name=%22P ixelade%22%20embed=%22true%22%20size=%2213%22%20color=%22#666666%22%20bold=%22false%22%20s electable=%22false%22%20align=%22left%22/%3E%0A%20%20%3C/fonts%3E%0A%3C/slideshow%3E'});
    // ]]>
       </script>
       <!-- End XML Flash Slideshow v3 --></div>
    <!-- InstanceEndEditable --></div>
    <div id="copyright">Copyright © 2009 Pennyhill Furnishings. All rights reserved.</div>
    </body>
    <!-- InstanceEnd --></html>
    Here is a link to the site:
    http://www.pennyhillfurnishings.com
    Any help would be most appreciated. Thanks.

    Ok, I figured this one out, finally. I had my navbar image files in a folder in the Templates folder. I found, buried deep in another thread about something else, that DW doesn't like anything else to be in the Templates folder except the Templates files. So I put the Navbar folder on the root level, out of the Templates folder, and the page is rendering perfectly in Firefox, Safari and IE on Mac and PC.

  • Dreamweaver CC "Update pages from template" process seems to go on forever

    Hello, whenever I edit a template with my new Dreamweaver CC (migrating from CS6), the dialog never reaches the "done" point. It seems to go on forever.
    So it looks like the update process doesn't end, but actually it ends (most of the time): if I close the dialog and check the files, they're usually updated. Sometimes they're not, though.
    So I was wondering, is this a known bug? Or is there something I can do to try and fix this?
    Thanks.

    I haven't heard of this one recently, so it's probably not a bug in the software itself.
    I would try clearing the program cache: http://forums.adobe.com/thread/494811
    and/or restoring preferences: http://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs4-cs5.html
    Post back if those don't do the trick.

  • Pprnav does not show new page from top.

    In webcenter we can perform navigation from one page to another using pprnav
    <af:commandLink text="#{node2.title}"
    id="cl1"
    actionListener="#{navigationContext.processAction}"
    action="pprnav">
    <f:attribute name="node"
    value="#{node2}"/>
    </af:commandLink>
    I have two pages A, B. A has some lengthy content so user needs to scroll down to see complete content. Now if he tries to navigate to another page B, scroll position remained as it is. It means page B shows bottom content. How can I make focus on top section of page B after navigating to it using pprnav.
    Thanks
    Sanjeev.

    pguerett wrote:
    The other thing that might be happening is a refresh issue on the DropDownList. Try adding the command xfa.layout.relayout() after the database connection has been closed.
    Paul
    Good catch Paul!  Would you believe that I have been trying to get this resolved for almost two years! Works perfect now.
    Thank you,
      - Eric

  • Can not create new page from template

    I have been working on a new site for the last couple of
    weeks and have created several pages using a basic template.
    All of the child pages of this template still update when
    changes are made to it, however I can no long create new children
    from this template.
    Any ideas as to what the problem might be.
    THanks
    Clint

    > It is basically just creating a copy of my template, and
    not linking to it in
    > any way.
    > This allows me to change any section of the html.
    my guess is that you are opening the .dwt template file and
    doing a "Save
    As". That page is not a "child" page of the template.
    >
    > I want to be able to create new pages off this template
    and have it work like
    > all of the first pages I created.
    dw menu-->File-->New
    in the new files dialog box, click the Templates tab
    from list in left, click This Site Name
    from list in right, pick This Template
    make sure x is in box to Update if template changes
    click okay
    save file with filename you want to within this local site
    folder.
    add content to within the editable areas
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Chapter regions don't show in Safari from podcast published to folder

    I have created two podcasts in Garageband 3.0.4 and exported them both to iWeb. Then I published my page to a folder so that I could review them in Safari.
    Everything on the page looks correct until I go to my Podcast page. When I view the Podcasts from within the page on Safari, one has just a play bar at the bottom and the other has a play bar that is divided into two sections. The second section contains all the chapter markers for the episode and if I move click my mouse on that section, I can go straight to a particular chapter. Other than that distinction, they both play fine with the artwork changing correctly, etc. Just no section for the chapter marker drop down menu on the other. I can't think of anything done differently when creating them and I have gone over all the settings I can think of and re-exported and published them again - same results. Am I missing something? I like the ability to go to chapters within Safari.

    I burned a DVD using the direct to iDVD and another using the one saved to Movie.  I don't know why the chapter markers didn't come in the first time, but they did the second time I tried it.  The Movie one is much better with a much sharper image.  I still plan to try the QuickTime share to be sure which one I prefer.
    Thanks for taking the time to try to help me.
    Peg

Maybe you are looking for

  • Ipod mini display is not accurate

    I have recently started to experience a couple of problems with my mini. At least three times now after removing from my dock, my ipod will go into sleep mode and freeze. This requires that I let the battery die over the next two days and recharge in

  • Attempting to Run 'Instant Client' via XCode on Mac OS X (v10.4.6)

    Environment: OS X (10.4.6) on G4. The Setup: I used 'Oracle Instant Client Installer' {http://www.kyngchaos.com/} to install the necessary Oracle libraries here: [Users/oracle]ls /usr/local/oracle/lib libclntsh.10.1.dylib* libclntsh.so@ libnnz10.dyli

  • Performance of the SQL

    Hi ABAP Experts, good day all, iam working as BI consultant as per user requirement some of the fields are not there i enhanced to R/3 by using cmod . i have written some code every thing fien .but its very bad performance almost its taking more than

  • N95 8GB Firmware release 20.0.016

    New firmware release 20.0.016 for N95 8GB is out and installed. The fixes are, an inhansment in the browser and there is a new feature add which is a screen rotate. Congratulation guys.

  • Adobe PDF printer - saves output file as filetype+filename need it to save only as filename

    I am using windows xp pro, when i create the pdf file with adobe PDF printer it creates the file name "Ami Pro - filename.pdf"  I really need it to create the file name as "filename.pdf".  Can you please help me - thank you