Editable regions in templates. How do I edit the CSS in a new page from the template?

I am new to Dreamweaver and Web design. I have made a template and have two editable regions they work fine. When I create a page from this template, I can't edit the CSS. What do I need to do to edit the div tags that are specific to the editable regions? Thank you, I appreciate any help I am just about to give up with templates.

Hi, thank you here is my code. Maybe I am trying to do too much advanced stuff to soon!
<!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 -->
<link href="file:///C|/Users/Roxane/Desktop/Brown County Indiana/images/favicon.ico" rel="shortcut icon"/>
<!--jquery -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="file:///C|/Users/Roxane/Desktop/brown county indiana/scripts/automanualslideshow.js"></script>
</script>
<!-- End jquery-->
<style type="text/css">
#container {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
#header {
    height: 80px;
    width: 100%;
    background-color: #222;/*Some browsers will not recognize RGBA colors*/
    background-color: rgba(0,0,0,0.6);/*RGBA fourth value for opacity, if there are two rules that apply to the same element, the latter of the two takes priority.*/
.jld_logo {
    float: left;
    padding-left: 70px;
    display: block;
    padding-top: 10px;
#navigation {
    height: 27px;
    width: 100%;
    background-color: #C00;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    left: 0px;
    color: #FFF;
    background: rgb(192,0,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(192,0,0,1) 0%, rgba(144,0,0,1) 51%, rgba(144,0,0,1) 56%, rgba(192,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(192,0,0,1)), color-stop(51%,rgba(144,0,0,1)), color-stop(56%,rgba(144,0,0,1)), color-stop(100%,rgba(192,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(192,0,0,1) 0%,rgba(144,0,0,1) 51%,rgba(144,0,0,1) 56%,rgba(192,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(192,0,0,1) 0%,rgba(144,0,0,1) 51%,rgba(144,0,0,1) 56%,rgba(192,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(192,0,0,1) 0%,rgba(144,0,0,1) 51%,rgba(144,0,0,1) 56%,rgba(192,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(192,0,0,1) 0%,rgba(144,0,0,1) 51%,rgba(144,0,0,1) 56%,rgba(192,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00000', endColorstr='#c00000',GradientType=0 ); /* IE6-9 */
#sideleft {
    float: left;
    width: 19.0%;
    font-family: eurofurence, "Tekton Pro", Tahoma, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background-color: #222;/*Some browsers will not recognize RGBA colors*/
    background-color: rgba(0,0,0,0.6);/*RGBA fourth value for opacity, if there are two rules that apply to the same element, the latter of the two takes priority.*/
    text-align: center;
    height: 300px;
    border-radius: 10px;
    border:1px solid #888;
    padding-top: 0px;
    margin-top: 25px;
.mywork {
    font-family: eurofurence, "eurofurence light", tahoma, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #C00;
    text-align: center;
    line-height: 60px;
.categoriessmall {
    font-family: eurofurence, "eurofurence light", tahoma, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: uppercase;
    color: #FFF;
    text-align: left;
    display: block;
    margin-left: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C00;
    margin-right: 10px;
.sideleft-text {
    padding-top: 75px;
a.sideleft, a.sideleft:link, a.sideleft:visited {
    display:block;
    margin-top:4px;
    text-align:left;
    text-decoration:none;
    font-family:eurofurence, "eurofurence light", tahoma, sans-serif;
    font-size:14px;
    color:#FFF;
    line-height:20px;
    overflow:hidden;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    margin-left: 15px;
    white-space: nowrap;
a.sideleft:hover {
    color:#999;
a.sideleft:active {
    color:#C00;
#mainright {
    float: right;
    width: 75.5%;
    font-family: eurofurence, "eurofurence light", tahoma, sans-serif;
    color: #FFF;
    text-decoration: none;
    height: 700px;
    text-align: left;
    background-color: #000000;/*Some browsers will not recognize RGBA colors*/
    background-color: rgba(0,0,0,0.6);
    margin-left: 0px;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 10px;
    border-radius: 10px;
    border:1px solid #888;
    z-index: -3;
    padding: 0px;
.categories {
    font-family: eurofurence, "eurofurence light", tahoma, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: uppercase;
    color: #808080;
    text-decoration: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #C00;
    float: none;
    position: relative;
    clear: none;
    left: 0px;
    z-index: auto;
    margin-right: 50px;
    margin-left: 20px;
.img
    height:auto;
    width:auto;
    float:left;
    text-align:center;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    color: #FFF;
    font-family: eurofurence, "eurofurence light", tahoma, sans-serif;
    font-size: 18px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
.img img
    display:inline;
    margin:10px;
    border:1px solid #333;
.img a:hover img
    border:1px solid #900;
.image desc
    text-align:center;
    font-weight:normal;
    width:120px;
    margin:2px;
    font-family: eurofurence, "eurofurence light", tahoma, sans-serif;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    text-transform: none;
#footer {
    clear: both;
    width: 100%;
    font-family: eurofurence, "Tekton Pro", Tahoma, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    margin-left: 0px;
    color: #FFF;
    margin-bottom: 0px;
    margin-top: 10px;
    padding-left: 10%;
    padding-right: 15px;
body {
    background-image: url(../images/background_large.jpg);
</style>
</script>
<script src="../spryassets/SpryMenuBar.js" type="text/javascript"></script>
<link href="../spryassets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<link href="../styles/automanualslideshow.css" rel="stylesheet" type="text/css" />
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
</head>
<body>
<div id="container">
  <div id="header">
  <div class="jld_logo">
  <a href="file:///C|/Users/Roxane/Desktop/index.html">
  <img src="../images/jeff_danielson_logo_reverse.png" alt="Jeff Danielson logo" name="jld_logo" width="60" height="60" id="jld_logo" longdesc="images/jeff_danielson_logo_reverse.png" />
    </a>
  </div></div>
  <div id="navigation">
    <ul id="MenuBar1" class="MenuBarHorizontal">
      <li><a href="#">Home</a>      </li>
      <li><a href="#" class="MenuBarItemSubmenu">About Jeff</a>
        <ul>
          <li><a href="#">Biography</a></li>
          <li><a href="#">News</a></li>
        </ul>
      </li>
      <li><a class="MenuBarItemSubmenu" href="#">My Work</a>
        <ul>
          <li><a href="file:///C|/Users/Roxane/Desktop/recent_photographs.html">Recent Photographs</a></li>
        <li><a href="file:///C|/Users/Roxane/Desktop/flowers_leaves_moss.html">Flowers/Leaves/Moss</a></ li>
        <li><a href="file:///C|/Users/Roxane/Desktop/forests_trees_valleys.html">Forests/Trees/Valleys</ a></li>
        <li><a href="file:///C|/Users/Roxane/Desktop/deer_dogs_creatures.html">Deer/Dogs/Creatures</a></ li>
        <li><a href="file:///C|/Users/Roxane/Desktop/lakes_rivers_streams.html">Lakes/Rivers/Streams</a> </li>
        <li><a href="file:///C|/Users/Roxane/Desktop/clouds_skis_fog.html">Clouds/Skies/Fog</a></li>
        <li><a href="file:///C|/Users/Roxane/Desktop/birds_butterflys_insects.html">Birds/Butterflys/Ins ects</a></li>
        <li><a href="file:///C|/Users/Roxane/Desktop/panoramas.html">Panoramas</a></li>
        <li><a href="file:///C|/Users/Roxane/Desktop/fall_winter_spring_summer.html">Fall/Winter/Spring/ Summer</a></li>
        </ul>
      </li>
      <li><a href="#" class="MenuBarItemSubmenu">Pricing</a>
        <ul>
          <li><a href="#url">Size</a></li>
        <li><a href="#url">Mats</a></li>
        <li><a href="#url">Frames</a></li>
        <li><a href="#url">Frames & Mats</a></li>
        </ul>
      </li>
      <li><a href="#">Contact</a></li>
      <li><a href="#" class="MenuBarItemSubmenu">Runciple Spoon</a>
        <ul>
          <li><a href="#">The 1970's</a></li>
          <li><a href="#">The 1980's</a></li>
          <li><a href="#">The 1990's</a></li>
          <li><a href="#">The 2000's</a></li>
        </ul>
      </li>
    </ul>
  </div>
  <!-- TemplateBeginEditable name="Sideleft" -->
  <div id="sideleft"> <span class="mywork">My Work</span> <span class="categoriessmall">Categories</span> <a class="sideleft" href="../recent_photographs.html" title="">Recent Photographs</a> <a class="sideleft" href="../flowers_leaves_moss.html" title="Flowers/Leaves/Moss">Flowers/Leaves/Moss</a> <a class="sideleft" href="../Forests/Trees/Valleys.html" title="Forests/Trees/Valleys">Forests/Trees/Valleys</a> <a class="sideleft" href="../Deer/Dogs/Creatures.html" title="Deer/Dogs/Creatures">Deer/Dogs/Creatures</a> <a class="sideleft" href="../Lakes/Rivers/Streams.html" title="Lakes/Rivers/Streams">Lakes/Rivers/Streams</a> <a class="sideleft" href="../Clouds/Skies/Fog.html" title="Clouds/Skies/Fog">Clouds/Skies/Fog</a> <a class="sideleft" href="../Birds/Butterflys/Insects.html" title="Birds/Butterflys/Insects">Birds/Butterflys/Insects</a> <a class="sideleft" href="../Panoramas.html" title="Panoramas">Panoramas</a> <a class="sideleft" href="../Fall/Winter/Spring/Summer.html" title="Fall/Winter/Spring/Summer">Fall/Winter/Spring/Summer</a></div>
  <!-- TemplateEndEditable --><!-- TemplateBeginEditable name="Mainright" -->
  <div id="mainright"></div>
  <!-- TemplateEndEditable -->
  <div id="footer">
  © 2012 Jeff Danielson Brown County Indiana Photography</div>
<!--Content for container goes here--></div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
</html>

Similar Messages

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

  • 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

  • How do I get back to my basic start page from any ...

    How do I get back to my basic start page from any other page? There should be a one click link but I can't see how to do it. Apologies for illiteracy. Like say from this help page, how can I get back on skype and make a call?

    There is a "Home" button below search option which will take you to the main page.

  • How can i get my imac proceed to home page from restarting endlessly?  it will start then start booting then chime then bck to step one, not even hitting the start up page.... plssss help!

    how can i get my imac proceed to home page from restarting endlessly?  it will start then start booting then chime then bck to step one, not even hitting the start up page.... plssss help!

    Hi
    My Powerbook was the same. Only fix is to reinstall OSX from the install CD but be sure not to pick the Format and install clean. Once you boot with the install CD pick the preserve user data and settings.
    On My machine the reinstall looked perfect. My network, email, files and all the programmes were all there. Most apps worked fine but Adobe CS2, Virtual PC and NetBarrier all needed reinastallation as they reported a few files or registration was missing. I went for the 10.4.3 upgrade again and it worked fine.
    Good luck
    D

  • How do I remove "web clips" links to web pages from my Home screen? Holding until jiggle does not produce "X" for deletion contrary to the ipod touch manual

    How do I remove "web clips" links to web pages from my Home screen? Holding until jiggle does not produce "X" for deletion contrary to the ipod touch manual

    Figured oout that I had restricted deletions of programs.
    Settings->General->Restrictions-> (enter your passcode), Turn Deleting Apps ON
    Afterward holding an icon until it jiggles will produce the X delete button.
    You might want to turn Delete apps OFF after cleaning up.

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

  • How do you link 2 text boxes in new pages

    How do you link two text boxes in the new pages.  The old one was much easier to use.

    I think this is impossible! Ive been trying today and I couldnt do it. Then I opened up an old document that had text linking in it and I got a message telling me that the text boxes were now unlinked!  Why would you remove that? For me this software is now useless. How on earth do I get my old version back?
    <Edited by Host>

  • How to open a new page from a Spry Table click, with element info?

    Hello, Spry experts!
    This is probably simple, but I've searched for hours and can't find what I need. I'm using Dreamweaver CS4 and Spry 1.6.1 to create a simple Spry Table from an XML data set using PHP as my back end.  I've used Dreamweaver's Insert->Spry->Spry Data Set to create everything, and the table is working fine.  Colors, clicks, sorts, etc., are all working correctly as expected.
    What I want is to be able to add a behavior such that when a table row is clicked, I can open a new page.  Moreover, I want to pass a parameter from the table to the new page, like http://www.mydomain.com/newpage.php?aid=12345 or whatever.
    So, for example, my table has two columns, "a_id" and "a_name", and my repeat region looks like this:
    <div spry:region="xml_assignments">
    <table width="500">
    <tr>
    <th spry:sort="a_id" class="spry_header">ID</th>
    <th spry:sort="a_name" class="spry_header">Assignment</th>
    </tr>
    <tr spry:repeat="xml_assignments" spry:setrow="xml_assignments" spry:odd="spry_odd" spry:even="spry_even" spry:hover="spry_hover" spry:select="spry_select">
    <td>{a_id}</td>
    <td>{a_name}</td>
    </tr>
    </table>
    </div>
    What I want is to be able to open an entirely new URL, passing the value of the {a_id} in the selected row as a parameter to the new URL, as in something like:  http://www.mydomain.com/newpage.php?aid={a_id}
    So my questions are: 
    1. How best to apply the action to the table?  Add an onclick to the tr tag?  Something else?
    2. How to extract the {a_id} value from the current row and pass it as a parameter to the action?
    Or maybe just take another approach entirely?
    I know that I can make the actual text in the table cells hyperlinks, and use them to link to the new page, which is fine.  The desire here is just to make it so that the user can click "anywhere" on the table row (as they can currently do with the spry:select behavior) and have the link kick off, whether they actually click on the linked text or somewhere in the row where there is no text.
    I'm sure this is obvious and simple, but I'm new to this level of Spry detail, and my brain is fried from hunting.  Any guidance will be gratefully appreciated!
    Glen Barney

    I found the answer myself, after posting this, of course!
    I changed:
    <tr spry:repeat="xml_assignments" spry:setrow="xml_assignments" spry:odd="spry_odd" spry:even="spry_even" spry:hover="spry_hover" spry:select="spry_select">
    to
    <tr spry:repeat="xml_assignments" spry:setrow="xml_assignments" spry:odd="spry_odd" spry:even="spry_even" spry:hover="spry_hover" spry:select="spry_select" onclick="window.location.href='./newpage.php?aid={a_id}';">
    Basically just added the onclick parameter...
    And it all just worked!

  • How do i download all my music onto new mac from icloud match?

    I have over 7000 songs I would like to transfer from my old laptop to my new one (macbook to macbook).  I opened itunes match and they showed up with the download cloud next to each song. 
    1) when i click on the cloud nothing happens
    2) once I do get the songs to download how do I just download all so i dont have to click on 7000 cloads?
    Thank You for your support

    I ended up purchasing a firewire plug and restarted my old computer holding down "T" and it came up as a hard drive on my new computer
    from there i just clicked and dragged my itunes music folder onto the new itunes icon and 7000 songs transferred in about 20 minutes!
    i then just dragged over my favorite apps as well and everything went smoothly.
    Thanks for all your help
    ~H

  • How can I restore my itunes on a new computer from an external hard drive without a back up?

    How can I restore my itunes on a new computer?
    I use an external hard drive to store all my information i.e. music / apps / movies but my current laptop has just blown up so now using a temp laptop.
    I am looking to try & restore my itunes & all of its information like my playlists / apps & everything else from the hard drive but it does not have a back up in the programmes to restore from that.
    Currently running Windows 7.
    All I want to do is have my itunes back without the pain of looking & reloading all my info which will take me an age.
    Any hints tips or advice that has worked for you would be greatly appreciated.

    Did you store the media library files on the external drive as well?
    If so press and hold down shift as you start iTunes, use the choose option, and connect to the iTunes Library.itl file on the external drive.
    If not you will need to start a new library and import the content into it. Do you have any devices that might hold ratings and playlists that could be recovered? If so see the second and third entries from the bottom of the table of recovery tools in Recover your iTunes library from your iPod or iOS device, and read the rest of it if you have any iOS devices.
    tt2

  • How do I transfer my data to my new IMAC from my old mac's hard drive?

    When switching to my new IMac, I transferred my data, but the data that it transfered from was my old Mac's original hard drive. How do I transfer the data from my 2nd hard drive which has all my up-to-date info?

    I believe that you are running into the Master/Slave issue when there are two or more HDs on the same channel.
    As per the Knowledge Base article on How to use FireWire target disk mode
    Tip: FireWire Target Disk Mode works on internal ATA drives only. Target Disk Mode only connects to the master ATA drive on the Ultra ATA bus. It will not connect to Slave ATA, ATAPI or SCSI drives.
    When you disconnected the original drive, which was the Master, and changed the new drive's position on the cable, which had been the Slave, you made it the Master, which then gave you access to it.
    You may be more successful if you use Migration Assistant if you erase and reinstall OS X. It is located on your Intel in Apps/Utilities. Be sure to use Kappy's post linked above for an intelligent move of the things that are safe to move from PPC to Intel Macs.

  • How do I stop the new Pages from updating the old Pages?  It is automatically updating, but I don't want it to because it's horrible!!!

    I downloaded the new Pages, Keynote, and Numbers, but they're horrible so I deleted them.  Now they keep trying to update my old iWorks.  I don't want them they are horrible!!!  It is automatically updating (I don't have it set to automatic update), so I have it paused, but I don't know how long that will last before they finish the update.  Apple, what are you doing to your loyal customers?  You are making inferior software and forcing it on us.  Why?

    Peter,
    Luckily it had stopped trying to upgrade overnight, but your suggestion definitely helped.  I checked in the System Preferences and, sure enough, I had the auto-upgrade checked for regular programs but not apps.  So, it was doing what I told it, even though it wasn't what I wanted!  I am very thankful that I get to stay with my Pages 4 for now.  I love my Mac because it has always been so intuitive, searching for what I needed was fairly easy.  Unfortunately, some of the new upgrades of late don't fit that bill.  Pages 5 has some work to be done before I will feel comfortable switching.  Thank you for your help!
    Now, any idea why my Calendar has frozen with the message "Moving calendars to server account..." ever since I downloaded Maverick?  I have had to do a force quit for the last two nights to get it to shut off so I can turn off my computer.  The swirling candycane of death accompanies this message.  I would be glad to undo whatever I have done....if I only knew what that was!

  • How to set full screen background color in new Pages

    I just updated to Mavericks and the new Pages...I often use a certain background color when I work in full screen mode, but that color is gone withe the upgrade and I don't see how to specify a color any longer...any ideas?
    Thx.

    Given over 90 removed features in Pages 5, I guess they were busy "not noticing" a lot more than the background color:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&mforum=iworktipsn trick
    Peter

  • How can I add javascript text fields to Acrobat pages from Applescript please?

    I have a real need to add text fields to Acrobat document pages from Applescript. I can't access the Headers and Footers from Applescript in Acrobat XI. I can set watermarks using the following script, but cannot for the life of me work out how to add text fields. Any advice please?
    Regards
    set TempAttachmentName to "(20140717121212Z)"
    set PreserveFileName to "This is a test"
    set bypass to false
    tell application "Adobe Acrobat Pro"
      activate
      set CountOfPages to count of pages
      repeat with PageCounter from 1 to CountOfPages
      tell application "System Events" to tell process "AdobeAcrobat"
      try
      click menu item "Page..." of menu 1 of menu item "Go To" of menu 1 of menu bar item "View" of menu bar 1
      tell current application to delay 0.1
      keystroke PageCounter as text
      tell current application to delay 0.1
      keystroke return
      if not bypass then
      my ADDHeaderFooter(TempAttachmentName, PreserveFileName & " " & CountOfPages, PageCounter)
      end if
      end try
      end tell
      end repeat
    end tell
    on ADDHeaderFooter(The_String1, The_String2, currentPage)
      tell application "Adobe Acrobat Pro"
      activate
      set myDocument to document 1
      tell myDocument
      tell page currentPage
      set cbox to crop box
      set item 2 of cbox to (item 2 of cbox) + 44
      set item 4 of cbox to (item 4 of cbox) - 44
      set media box to cbox
      set crop box to cbox
      set theResult1 to my Add_WaterMarkText(The_String1, "IDAutomationHC39M", 12, 1, 1, 1, 0, 3, 10, 3, 0)
      do script theResult1
      set theResult2 to my Add_WaterMarkText(The_String2, "Times", 16, 1, 1, 1, 0, 4, 10, -6, 0)
      do script theResult2
      end tell
      end tell
      end tell
    end ADDHeaderFooter
    on Add_WaterMarkText(cText, cFont, nFontSize, nS, nE, nTA, nHA, nVA, nHV, nVV, nR)
      set Params to "cText: '" & cText & "'," & return
      set Params to Params & "cFont: '" & cFont & "'," & return
      set Params to Params & "nFontSize: '" & nFontSize & "'," & return
      if class of nS is integer then set Params to Params & "nStart: " & (nS - 1) & "," & return
      if class of nE is integer then set Params to Params & "nEnd: " & (nE - 1) & "," & return
      -- 0 = left, 1 = centre, 2 = right
      if class of nHA is integer then set Params to Params & "nHorizAlign: " & nHA & "," & return
      -- 3 = top, 4 = bottom
      if class of nVA is integer then set Params to Params & "nVertAlign: " & nVA & "," & return
      -- offset in points
      if class of nHV is integer then set Params to Params & "nHorizValue: " & nHV & "," & return
      -- offset in points
      if class of nVV is integer then set Params to Params & "nVertValue: " & nVV & "," & return
      if class of nR is integer then set Params to Params & "nRotation: " & nR & "," & return
      set javascript to "this.addWatermarkFromText({" & Params & "});"
      return javascript
    end Add_WaterMarkText

    G'day
    Unfortunately I don't have the API. My Adobe Reader installation updating to version XI failed, and subsequent attempts to fall back on the X version are blocked by the partial install of XI. Damn Adobe stuff.
    Could someone please post the relevant part of the API to give me some pointers, please.
    I ha mucked about with some information I found on the Web, and come up with the following, which fails because I can't work out how to address the current document with the variable myDoc.
    Regards, Brian
    set Params to Params & "var myDoc = this;" & return
    set TempAttachmentName to "(20140717121212Z)"
    set PreserveFileName to "This is a test"
    set bypass to false
    tell application "Adobe Acrobat Pro"
      activate
      set CountOfPages to count of pages
      repeat with PageCounter from 1 to 1 # CountOfPages
      tell application "System Events" to tell process "AdobeAcrobat"
      try
      click menu item "Page..." of menu 1 of menu item "Go To" of menu 1 of menu bar item "View" of menu bar 1
      tell current application to delay 0.1
      keystroke PageCounter as text
      tell current application to delay 0.1
      keystroke return
      if not bypass then
      my ADDHeaderFooter(TempAttachmentName, PreserveFileName & " " & CountOfPages, PageCounter)
      end if
      end try
      end tell
      end repeat
    end tell
    on ADDHeaderFooter(The_String1, The_String2, currentPage)
      tell application "Adobe Acrobat Pro"
      activate
      set myDoc to document 1
      tell myDoc
      tell page currentPage
      set cbox to crop box
      set item 2 of cbox to (item 2 of cbox) + 44
      set item 4 of cbox to (item 4 of cbox) - 44
      set media box to cbox
      set crop box to cbox
      set theResult1 to my Add_WaterMarkText(The_String1, "IDAutomationHC39M", 12, 1, 1, 1, 0, 3, 10, 3, 0, myDoc)
      do script theResult1
      set theResult2 to my Add_WaterMarkText(The_String2, "Times", 16, 1, 1, 1, 0, 4, 10, -6, 0, myDoc)
      do script theResult2
      end tell
      end tell
      end tell
    end ADDHeaderFooter
    on Add_WaterMarkText(cText, cFont, nFontSize, nS, nE, nTA, nHA, nVA, nHV, nVV, nR, myDoc2)
      #set Params to "var myDoc = app.newDoc();" & return
      set Params to ""
      set Params to Params & "var myDoc = this;" & return
      set Params to Params & "var inch = 72;" & return
      set Params to Params & "var Bbox = this.getPageBox(" & "\"Crop\"" & ");" & return
      set Params to Params & "var f = myDoc.addField(" & "\"Text1\"" & ", " & "\"" & cText & "\"" & ", 0, [72, Bbox[1]-inch, Bbox[2]-2*inch, Bbox[1]-2*inch ] );" & return
      set Params to Params & "f.strokecolor = color.black;" & return
      set Params to Params & "f.richText = true;" & return
      set javascript to Params
      return javascript
    end Add_WaterMarkText

Maybe you are looking for

  • Tips and help with re-installing Lion over Snow Leopard

    I had MAJOR issues with my initial Lion install on my Mid-2009 MBP- so much so, that I had to wipe my hard drive and re-install Snow Leopard and all my applications. My major issues were as follows: 1. All my files were locked out- I could open them

  • When using quicktime screen recorder, the recording changes colors

    Please help me out!! So I've had my macbook air for a while now and I've used the quicktime screen recorder multipul times, but latley something changed. When I go to record my screen everything works fine, and once its finished and I've saved it it'

  • ANY TUTORIALS ON HOW TO EXTRACT A MATTE?

    Hello, I have a video clip and want to take out the background. Can anyone point me in the right direction of an online tutorial on how to do this? I am a complete newbie to Motion. Thanks, Lisa

  • KeePassX won't start in Plasma Desktop 5

    When I try to start KeePassX in Plasma Desktop 5, on the terminal it outputs: $ keepassx No systemtrayicon available And then seems to hang until I press Ctrl+C. No windows or tray icon appear.

  • EPS files

    What do I have to download to view a EPS file?