Location of CSS template files

hi all,
Can anybody tell me the location of CSS template files to customize the template ??
thanks in advance
Regards,
Ahmed

You do NOT want to change the bundled CSS files. Create your own CSS and include it in the template after the built-in CSS include. Any classes you create in your own file of the same name and specificity as the built-in classes will override those classes. For example:<style type="text/css">
td.myclass{color:red}
td.myclass{color:blue}
</style>The color of the text in a table cell with the class "myclass" will be blue, not red, since the same class was defined twice, it will use the one that came last on the page.
If you change the classes in the built-in template CSS files, you'll change them for everyone using your APEX instance, which is not a particularly good thing to do.
Tyler

Similar Messages

  • In Yosemite I cannot locate the My Templates file for Pages.

    In Yosemite I cannot locate the My Templates file for Pages.

    When you select "new" "My Templates" should be at the bottom of the Sidebar.
    The second line is in your bio and appears when asking a question. You can change it by clicking on bunnygrl to open your Bio to edit.

  • Get location of a template file

    Hi all,
    Can anyone help on how to get the exact location of that template file?
    SAPR3://SAPR3CMS/get/800/SRM_5FDB_5FMN/6A9E681B8269DC45A69E685154723BF0/A_207_20-_20Schulzeugnis.pdf
    Best Regards,
    Sharam

    Hi Mukul,
    i have stored a file in Records Management. After that i debug the program an get this link for the document:
    SAPR3://SAPR3CMS/get/800/SRM_5FDB_5FMN/6A9E681B8269DC45A69E685154723BF0/A_207_20-_20Schulzeugnis.pdf
    Now i wand to open this pdf file in my browser. Is this possible? Or can i only open stored files with appropriate BAPIs?
    Best Regards,
    Sharam

  • Location of User Template - English.lproj for AD Plugin

    When OSX creates accounts on a local machine, it pulls the default set of account folders (/Library, /Pictures, /Music, etc) from /System/Library/User Template/English.lproj/... This is an excellent way to pre-configure new user accounts with specific prefs, etc.
    When setting up the AD plugin to authenticate from an AD server, one checks the "Use UNC path from Active Directory to derive network home location" button to have the users' home folder mounted as a sharepoint from whatever is specified in the AD for the user. This works as expected for both WIN and OSX users.
    BUT
    New users' home folders (empty) are populated with a /Library folder which does not come from /System/Library/User Template/English.lproj/...
    Can anybody point me to 'real' location of these template files?
    Derek Smith
    eMacs,g4s,QSs,B/Ws,iMacs,G5,G5 XServe, etc   Mac OS X (10.4.3)  
    eMacs,g4s,QSs,B/Ws,iMacs,G5,G5 XServe, etc   Mac OS X (10.3)  
    eMacs,g4s,QSs,B/Ws,iMacs,G5,G5 XServe, etc   Mac OS X (10.3)  

    My Bad. A Loginhook script was causing all sorts of weirdness. No problem now.

  • Dreamweaver can't see my css or template files

    I'm sure this is a simple problem with a simple answer, but it's baffling me...
    I'm currently setting up a new site with a new local root folder. I'd like to make some pages for this new site based on my existing css file and templates. I put these files into my new site's local root folder, then clicked through the usual 'Page from template' procedure and created a new page from one of my templates in the normal way.
    Trouble is, as soon as I try to save the page I've created, I get an error message: "This document uses the following files not in this site -" Dreamweaver then lists my css file and various image files. But all the files show up as present and correct in my new local root folder!
    The error message box gives me the option to copy the files to the local root folder of my new site - although, as I've said, as far as I can see from a glance at the Files panel, they're all there already. In any case, if I click the "Copy" button, I get another error message: "Making this change would require changing code that is locked by a template or a translator. The change will be discarded."
    I can upload the page, but it comes up with no formatting - here it is: http://www.nemesis.to/testpage.htm
    Looking at the code, I see that the css file is linked like this:
    <link href="file:///Macintosh HD/Users/michaeljohnson/Documents/newpagestyle.css" rel="stylesheet" type="text/css" />
    I suspect that might be where the problem is. I would expect that line of code to look more like this:
    <link href="newpagestyle.css" rel="stylesheet" type="text/css" />
    But I have no idea why that's happening, or where to go from here. I suppose I could re-write that line of code by hand, but that doesn't amount to fixing the problem. I'd like the whole thing to work normally from the first click!
    Have I got my css file and/or template files in the wrong place? What do I have to do so Dreamweaver can find the files?
    All advice welcome - thanks for any wise words you might have.  Sorry if this all seems very simple, but I really don't know enough about this stuff to make progress from this point.

    Oh, yes, I think it's all ludicrously over-complicated! The thing is, I've been using my templates without any trouble for ages. The problem only came up when I created a new local root folder, copied my template and css files into it, created pages using those templates and - suddenly I've got no formatting.
    Everything in the old local root folder is still working fine. I can make new pages from the template files in that folder and it's all good. It does look like the copy/paste process broke the essential links, but how could that happen?
    I suppose I could create new templates from scratch in the new local root folder, but that seems unnecessary when I've already got template files that work perfectly - in the *other* local root folder!
    Anyway, here comes the code...
    This is the page_layout.dwt file as it appears in my old local root folder. This is the file as it appears in my old local root folder - the one that that works!
    Note the link to the css file, which I've made bold here:
    <!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>
    <link rel="shortcut icon" href="/miscpix2/favicon.ico">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Photos - </title>
    <!-- TemplateEndEditable -->
    <link href="../newpagestyle.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    a:link {
    color: #F00;
    a:visited {
    color: #F0F;
    a:hover {
    color: #F60;
    a:active {
    color: #F60;
    #container .searchsection form div {
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -->
    </style>
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <meta name="Description" content="Misadventures in modern music: punk, post-punk, new wave, goth, rock, indie, plus all manner of tangents and diversions." />
    <meta name="Keywords" content="Punk, Post-punk, new wave, indie, goth, rock, music, live, gigs, photos, reviews, interviews, CDs, vinyl, downloads, music, webzine, zine, blog" />
    <meta http-equiv="imagetoolbar" content="no" />
    </head>
    <body>
    <a name="pagetop" id="pagetop"></a>
    <div id="container">
      <div id="header">
        <div id="masthead"><!-- TemplateBeginEditable name="Masthead" --><img src="../imagesissue9/graphicsissue9forward/generic_masthead.jpg" width="525" height="250" alt="Nemesis To Go" /><!-- TemplateEndEditable --></div>
        <div id="topadbox">
          <script type="text/javascript"><!--
    google_ad_client = "pub-9536785785834220";
    /* Top of page ad */
    google_ad_slot = "9886597060";
    google_ad_width = 300;
    google_ad_height = 250;
    //-->
    </script>
          <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
        </div>
      </div>
      <div id="header2">
        <div id="navigationbox"><a href="http://www.nemesis.to">Home</a> | <a href="http://www.nemesis.to/live.htm">Live</a> | <a href="http://www.nemesis.to/records.htm">CDs/Vinyl/Downloads</a> | <a href="http://www.nemesis.to/photos.htm">Photos</a> | <a href="http://www.nemesis.to/int.htm">Interviews</a><br />
          <a href="http://www.nemesis.to/archive.htm">Archive</a> | <a href="http://www.nemesis.to/about.htm">Information and Contacts</a> | <a href="http://www.nemesis.to/links.htm">Links</a></div>
        <div id="buttonbox"><img src="../imagesissue9/graphicsissue9forward/linkbuttons_definitive.jpg" width="222" height="41" border="0" usemap="#Map2" />
          <map name="Map2" id="Map2">
            <area shape="rect" coords="-1,0,41,42" href="http://nemesis_to_go.livejournal.com" target="_blank" alt="LiveJournal" />
            <area shape="rect" coords="46,1,87,40" href="http://twitter.com/uncle_n" target="_blank" alt="Twitter" />
            <area shape="rect" coords="91,1,131,41" href="http://www.myspace.com/nemesis_to_go" target="_blank" alt="MySpace" />
            <area shape="rect" coords="134,2,175,39" href="http://www.last.fm/user/Uncle_Nemesis" target="_blank" alt="Last FM" />
            <area shape="rect" coords="181,-1,223,39" href="http://www.facebook.com/misadventures.in.modern.music" target="_blank" alt="Facebook" />
          </map>
        </div>
      </div>
      <!-- TemplateBeginEditable name="MainContent" -->
      <div id="maincontent"> <img src="../imagesissue9/graphicsissue9forward/920photos.jpg" width="920" height="44" alt="Photos" />
        <p><span class="specialheading2">Nemhain</span><span class="datedetails"><br />
    Borderline, London<br />
            Wednesday September 8 2010</span></p>
        <table width="900" border="1" cellspacing="4" cellpadding="4">
          <tr>
            <td> </td>
            <td> </td>
          </tr>
        </table>
        <table width="880" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="123"> </td>
            <td width="723"> </td>
          </tr>
        </table>
        <table width="841" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="264"> </td>
            <td width="549"> </td>
          </tr>
        </table>
        <table width="824" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="837"> </td>
            <td width="49"> </td>
          </tr>
        </table>
        <table width="868" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="124"> </td>
            <td width="710"> </td>
          </tr>
        </table>
        <table width="844" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="443"> </td>
            <td width="367"> </td>
          </tr>
        </table>
        <table width="900" border="0" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="125"><table width="825" border="1" cellspacing="4" cellpadding="4">
              <tr>
                <td width="137"> </td>
                <td width="654"> </td>
              </tr>
            </table></td>
            <td width="741"> </td>
          </tr>
        </table>
        <table width="900" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="62"> </td>
            <td width="804"> </td>
          </tr>
        </table>
      <p class="supportband">Pussycat And The Dirty Johnsons: <a href="http://www.myspace.com/thejohnsonsno1" class="supportband">MySpace</a> | <a href="http://www.facebook.com/thedirtyjohnsons?ref=ts&sk=wall#!/thedirtyjohnsons?sk=wall" class="supportband">Facebook</a></p></div>
      <!-- TemplateEndEditable -->
      <div id="footer">
        <div id="bannerbox">
          <script type="text/javascript"><!--
    google_ad_client = "pub-9536785785834220";
    /* Bottom of page ad */
    google_ad_slot = "0254538778";
    google_ad_width = 728;
    google_ad_height = 90;
    //-->
    </script>
          <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
        </div>
      </div>
      <div class="searchsection">
        <form method="get" action="http://www.google.com/search">
          <div style="border:0px solid black;padding:0px;width:auto;">
            <table border="0" align="center" cellpadding="2">
              <tr>
                <td width="291" align="right" valign="middle"><input type="text"   name="q" size="35"
    maxlength="255" value="" /></td>
                <td width="102" align="right" valign="middle"><input type="submit" value="Google Search" /></td>
                <td width="247" align="center" valign="middle"><input type="checkbox"  name="sitesearch"
    value="nemesis.to" checked />
                  <span class="searchtext">Search Nemesis To Go</span></td>
              </tr>
            </table>
          </div>
        </form>
      </div>
      <div id="footer2"><!-- TemplateBeginEditable name="CreditsBox" -->
        <div id="creditsbox">Page credits: Photos and construction by <a href="http://www.nemesis.to/about.htm">Michael Johnson</a>. Nemesis logo by <a href="http://www.antonyjohnston.com">Antony Johnston</a>. Red N version by <a href="http://www.rimmell.com">Mark Rimmell</a>.</div>
      <!-- TemplateEndEditable -->
        <div id="creativecommonsbox"><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/uk/"><img src="http://creativecommons.org/images/public/somerights20.png" alt="Creative Commons License" border="0" class="floatleft" style="border-width:2" /></a><span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:title">Words and photos in Nemesis To Go</span> by Michael Johnson are licenced under <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons</a>. You may copy and distribute this material, or derivations of it, provided that you give a credit to Michael Johnson and a link to <a href="http://www.nemesis.to">Nemesis To Go</a>. Where material from other sources is used, copyright remains with the original owners. All rights in the name 'Nemesis To Go' and the 'N' logo are retained.</div>
        <div id="backtotopbox"><a href="#pagetop"><img src="../imagesissue9/graphicsissue9forward/arrer_sml_up.gif" alt="Back To Top" width="40" height="40" border="0" class="floatleft" /></a><a href="#pagetop">Back To Top</a></div>
      </div>
    </div>
    </body>
    </html>
    And here is the file as it appears after I'd copied it into my new local root folder. This is the version that won't give me any formatting. Note the link to the css file has changed. This surely must be the problem, because I can't see anything else that's different  - but how could that line change simply by copying the file into another local root folder?
    <!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="file:///Macintosh HD/Users/michaeljohnson/Documents/Templates/photopagelayout.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <link rel="shortcut icon" href="/miscpix2/favicon.ico">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Photos - </title>
    <!-- InstanceEndEditable -->
    <link href="file:///Macintosh HD/Users/michaeljohnson/Documents/newpagestyle.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    a:link {
    color: #F00;
    a:visited {
    color: #F0F;
    a:hover {
    color: #F60;
    a:active {
    color: #F60;
    #container .searchsection form div {
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -->
    </style>
    <!-- InstanceBeginEditable name="head" -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <!-- InstanceEndEditable -->
    <meta name="Description" content="Misadventures in modern music: punk, post-punk, new wave, goth, rock, indie, plus all manner of tangents and diversions." />
    <meta name="Keywords" content="Punk, Post-punk, new wave, indie, goth, rock, music, live, gigs, photos, reviews, interviews, CDs, vinyl, downloads, music, webzine, zine, blog" />
    <meta http-equiv="imagetoolbar" content="no" />
    </head>
    <body>
    <a name="pagetop" id="pagetop"></a>
    <div id="container">
      <div id="header">
        <div id="masthead"><!-- InstanceBeginEditable name="Masthead" --><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue9/graphicsissue9forward/generic_masthead.jpg " width="525" height="250" alt="Nemesis To Go" /><!-- InstanceEndEditable --></div>
        <div id="topadbox">
          <script type="text/javascript"><!--
    google_ad_client = "pub-9536785785834220";
    /* Top of page ad */
    google_ad_slot = "9886597060";
    google_ad_width = 300;
    google_ad_height = 250;
    //-->
    </script>
          <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
        </div>
      </div>
      <div id="header2">
        <div id="navigationbox"><a href="http://www.nemesis.to">Home</a> | <a href="http://www.nemesis.to/live.htm">Live</a> | <a href="http://www.nemesis.to/records.htm">CDs/Vinyl/Downloads</a> | <a href="http://www.nemesis.to/photos.htm">Photos</a> | <a href="http://www.nemesis.to/int.htm">Interviews</a><br />
          <a href="http://www.nemesis.to/archive.htm">Archive</a> | <a href="http://www.nemesis.to/about.htm">Information and Contacts</a> | <a href="http://www.nemesis.to/links.htm">Links</a></div>
        <div id="buttonbox"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue9/graphicsissue9forward/linkbuttons_definiti ve.jpg" width="222" height="41" border="0" usemap="#Map2" />
          <map name="Map2" id="Map2">
            <area shape="rect" coords="-1,0,41,42" href="http://nemesis_to_go.livejournal.com" target="_blank" alt="LiveJournal" />
            <area shape="rect" coords="46,1,87,40" href="http://twitter.com/uncle_n" target="_blank" alt="Twitter" />
            <area shape="rect" coords="91,1,131,41" href="http://www.myspace.com/nemesis_to_go" target="_blank" alt="MySpace" />
            <area shape="rect" coords="134,2,175,39" href="http://www.last.fm/user/Uncle_Nemesis" target="_blank" alt="Last FM" />
            <area shape="rect" coords="181,-1,223,39" href="http://www.facebook.com/misadventures.in.modern.music" target="_blank" alt="Facebook" />
          </map>
        </div>
      </div>
      <!-- InstanceBeginEditable name="MainContent" -->
      <div id="maincontent"> <img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue9/graphicsissue9forward/920photos.jpg" width="920" height="44" alt="Photos" />
        <p><span class="specialheading2">Genuflex</span><span class="datedetails"><br />
    Underbelly, London<br />
           Friday November 26 2010</span></p>
        <table width="900" border="0" cellspacing="4" cellpadding="4">
          <tr>
            <td width="124"> </td>
            <td width="742"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex13.jpg" width="604" height="404" alt="Genuflex" /></td>
          </tr>
        </table>
        <table width="880" border="0" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="123"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex1.jpg" alt="Genuflex" width="604" height="443" align="right" /></td>
            <td width="723"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex7.jpg" alt="Genuflex" width="254" height="379" align="left" /></td>
          </tr>
        </table>
        <table width="841" border="0" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="264"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex11.jpg" width="254" height="366" align="right" /></td>
            <td width="549"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex6.jpg" alt="Genuflex" width="604" height="404" align="left" /></td>
          </tr>
        </table>
        <table width="824" border="0" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="837"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex5.jpg" alt="Genuflex" width="250" height="411" align="right" /></td>
            <td width="49"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex9.jpg" alt="Genuflex" width="504" height="406" align="left" /></td>
          </tr>
        </table>
        <table width="868" border="0" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="124"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex8.jpg" alt="Genuflex" width="604" height="441" align="right" /></td>
            <td width="710"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex12.jpg" alt="Genuflex" width="254" height="379" align="left" /></td>
          </tr>
        </table>
      <p class="supportband">Genuflex: <a href="http://www.genuflexmusic.com" class="supportband">Website</a> | <a href="http://www.myspace.com/genuflex" class="supportband">MySpace</a> | <a href="http://www.facebook.com/#!/pages/Genuflex/122544001105597" class="supportband">Facebook</a></p></div>
      <!-- InstanceEndEditable -->
      <div id="footer">
        <div id="bannerbox">
          <script type="text/javascript"><!--
    google_ad_client = "pub-9536785785834220";
    /* Bottom of page ad */
    google_ad_slot = "0254538778";
    google_ad_width = 728;
    google_ad_height = 90;
    //-->
    </script>
          <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
        </div>
      </div>
      <div class="searchsection">
        <form method="get" action="http://www.google.com/search">
          <div style="border:0px solid black;padding:0px;width:auto;">
            <table border="0" align="center" cellpadding="2">
              <tr>
                <td width="291" align="right" valign="middle"><input type="text"   name="q" size="35"
    maxlength="255" value="" /></td>
                <td width="102" align="right" valign="middle"><input type="submit" value="Google Search" /></td>
                <td width="247" align="center" valign="middle"><input type="checkbox"  name="sitesearch"
    value="nemesis.to" checked />
                  <span class="searchtext">Search Nemesis To Go</span></td>
              </tr>
            </table>
          </div>
        </form>
      </div>
      <div id="footer2"><!-- InstanceBeginEditable name="CreditsBox" -->
        <div id="creditsbox">Page credits: Photos and construction by <a href="http://www.nemesis.to/about.htm">Michael Johnson</a>. Nemesis logo by <a href="http://www.antonyjohnston.com">Antony Johnston</a>. Red N version by <a href="http://www.rimmell.com">Mark Rimmell</a>.</div>
      <!-- InstanceEndEditable -->
        <div id="creativecommonsbox"><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/uk/"><img src="http://creativecommons.org/images/public/somerights20.png" alt="Creative Commons License" border="0" class="floatleft" style="border-width:2" /></a><span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:title">Words and photos in Nemesis To Go</span> by Michael Johnson are licenced under <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons</a>. You may copy and distribute this material, or derivations of it, provided that you give a credit to Michael Johnson and a link to <a href="http://www.nemesis.to">Nemesis To Go</a>. Where material from other sources is used, copyright remains with the original owners. All rights in the name 'Nemesis To Go' and the 'N' logo are retained.</div>
        <div id="backtotopbox"><a href="#pagetop"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue9/graphicsissue9forward/arrer_sml_up.gif" alt="Back To Top" width="40" height="40" border="0" class="floatleft" /></a><a href="#pagetop">Back To Top</a></div>
      </div>
    </div>
    </body>
    <!-- InstanceEnd --></html>
    Sorry for the big wedges of code - and sorry for this being such a stupid problem. I'm almost ready to scrap the whole idea of creating a new local root folder!

  • Dynamic Template file location in control file in Bursting

    HI,
    Normally we hard code the location of the template in the control file and keep the file at that server location.
    When we move from DEV to higher instances, we might need to change this path in control file. Is there any way to handle this dynamically and it will take similar path from the instance to which this control file is deployed.
    I need the syntax to handle this situation.
    Thanks,
    Praveen

    <FONT FACE="verdana" SIZE="2">
    You have to hardcode the values like the one below. In this case, even if you clone your instance, it will continue to work.
    <xapi:template type="rtf" location="xdo://SQLAP.XXV8_APXPBSRA.en.US/?getSource=true"
    ${short_appl_name} = SQLAP
    ${template_code} = XXV8_APXPBSRA
    Darshan Says,
    In this case assuming that while registering template you have specified langugae as 'English' and territory as 'United States', if you have not specified any territory then replace US with 00 for default.
    References:-
    http://garethroberts.blogspot.com/2008/03/bi-publisher-ebs-bursting-101.html
    Having Trouble using template in control file

  • Locating correct template file

    Hello,
    I am editing a web site that someone else created a few years ago.
    On the HTML pages there is greyed out code. I understand this is code coming from a template?
    At the top of each HTML page is a line that I would assume points to the template:
    <html><!-- InstanceBegin template="/Templates/amhotel_new.dwt" codeOutsideHTMLIsLocked="false" -->
    In the folders that host this site, there are three subfolders (one in httpdocs, one in public_html and one in www) called Templates/ with a file called amhote_new.dwt
    I have tried updating all three files, and uploading them - but the items I am trying to change remain the same.
    Is there something I need to do, to 'refresh' the greyed out code within an html page?
    Thanks in advance
    Amber

    >I have no idea if the site is properly define in DW? Not really sure what that means.
    The very first step when working with DW is defining the site in the site manager. Most importantly, it means setting the local and remote root folder locations.
    >The Templates folder is in the www folder.
    This is almost certainly incorrect. If you've set the local root directly to C:\Users\Amber\Documents\AMHWebsite then the Templates folder MUST be located at C:\Users\Amber\Documents\AMHWebsite\Templates
    There is no reason for you to even have a local www directory.
    Next, check your remote site definition. The root folder should be set to either httpdocs, public_html or www. Check with your host if you're not sure. Once it's set correctly, when you view your remote files in DW you should not see any of those directories. You should only see the files and folders of your public site.

  • In an Excel template file, can I set the Folder Path in the SaveAs Dialog box?

    I have an Excel template file (xltm) and, with help from the forum, I now have a Workbook_BeforeSave subroutine to save the template as a macro enabled file (xlsm).  I’m so thankful for that help from Edward in the forum.
    I also want to set the default folder location to save the file. I really only need it when the template is saved as a new xlsm file, because if they open the xlsm file, it’s usually opened from the default folder path so any save would normally go back
    to where the file was opened.  However, with a template (even if the template is in the default folder) the Saved template reverts back to the user’s documents folder.
    Is there a good way to do this?
    I tried to modify the Workbook_BeforeSave code like this:
    Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)
    Dim FolderDir As String
    Dim FileNameVal As String
    FolderDir = "Z:\save\data\place\"
    If SaveAsUI Then
    If Dir(WorkBookFolder, vbDirectory) <> "" Then
    Application.DefaultFilePath = WorkBookFolder
    End If
    FileNameVal = Application.GetSaveAsFilename(, "Excel Macro-Enabled Workbook (*.xlsm), *.xlsm")
    Cancel = True
    If FileNameVal = "False" Then 'User pressed cancel
    Exit Sub
    End If
    ThisWorkbook.SaveAs Filename:=FileNameVal & ".xlsm", FileFormat:=xlOpenXMLWorkbookMacroEnabled
    Application.EnableEvents = True
    End If
    End Sub
    But there are a lot of checks that would need to be done.
    I'm not sure how to only default the folder saved only when they open the template, but not change it when they just open an already saved Excel file created by the template (with all the active content, macros, etc.).
    Alan Edwards

    Hi Alan,
    store the path\filename in the 1st argument:
    FileNameVal = Application.GetSaveAsFilename("C:\*.xlsm", "Excel Macro-Enabled Workbook (*.xlsm), *.xlsm")
    Andreas.

  • Error while reading template file

    Hi,
    i have successfully created a template file from a domain(weblogic server 11.3.5).now i have to use this template file to configure a new weblogic server(11.3.5) domain.
    i have installed the new instance of weblogic server and successfully ran the WLST in off-line but when i am trying to read that template file its giving following error
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.ScriptException: com.oracle.cie.domain.ConfigRuntimeException: Required component home not found for component 'oracle.as.im.top' version '11.1.1.2.0'
    at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1538)
    at com.oracle.cie.domain.script.jython.WLScriptContext.readTemplate(WLScriptContext.java:340)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyInstance.invoke(Unknown Source)
    at org.python.pycode._pyx3.readTemplate$1(/tmp/WLSTOfflineIni1669327255348009364.py:17)
    at org.python.pycode._pyx3.call_function(/tmp/WLSTOfflineIni1669327255348009364.py)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.pycode._pyx16.f$0(<console>:1)
    at org.python.pycode._pyx16.call_function(<console>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.core.Py.exec(Unknown Source)
    at org.python.util.PythonInterpreter.exec(Unknown Source)
    at org.python.util.InteractiveInterpreter.runcode(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at weblogic.management.scripting.WLST.main(WLST.java:173)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)
    Caused by: com.oracle.cie.domain.script.ScriptException: com.oracle.cie.domain.ConfigRuntimeException: Required component home not found for component 'oracle.as.im.top' version '11.1.1.2.0'
    at com.oracle.cie.domain.script.ScriptExecutor.readTemplate(ScriptExecutor.java:465)
    at com.oracle.cie.domain.script.jython.WLScriptContext.readTemplate(WLScriptContext.java:332)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyInstance.invoke(Unknown Source)
    at org.python.pycode._pyx3.readTemplate$1(/tmp/WLSTOfflineIni1669327255348009364.py:18)
    ... 20 more
    Caused by: com.oracle.cie.domain.ConfigRuntimeException: Required component home not found for component 'oracle.as.im.top' version '11.1.1.2.0'
    at com.oracle.cie.domain.DomainTemplate.<init>(DomainTemplate.java:256)
    at com.oracle.cie.domain.DomainTemplate.<init>(DomainTemplate.java:182)
    at com.oracle.cie.domain.WLSTemplateBuilder.parseTemplate(WLSTemplateBuilder.java:575)
    at com.oracle.cie.domain.WLSTemplateBuilder.parseDomainTemplate(WLSTemplateBuilder.java:485)
    at com.oracle.cie.domain.WLSTemplateBuilder.buildDomainTemplate(WLSTemplateBuilder.java:1369)
    at com.oracle.cie.domain.script.ScriptExecutor.readTemplate(ScriptExecutor.java:429)
    ... 30 more
    thanks

    Hi,
    To resolve the problem do the following:
    1. Install Weblogic Server 10.3.3 in a new location.
    2. Install the OAM schema and any other required schemas from the RCU 11.1.1.3 into a unique schema name.
    3. Install the Identity and Access Management 11.1.1.3 (OAM 11g) software.
    4. Configure OAM as described in the Installation Guide:
    Oracle Fusion Middleware Installation Guide for Oracle Identity Management 11g Release 1 (11.1.1)
    http://download.oracle.com/docs/cd/E14571_01/install.1111/e12002/part2.htm#BABGDJFD
    This will help you.
    Regards,
    Kal

  • Problem with auto height property in .dwt template file

    following is the code for the template file of my website, the pages which this is template for have different length content but the height wont adjust according to the content and the text over flows under the footer and the green content area does not lengthen with the content. i havent uploaded the pages because there is this error so cant give an address for online sample. the content is in the "page-body" tag which is an editabbe region, the content in the tag is for experimental pupose copy and paste it iver n over for different content lengths, id really appreciate a quick reply need to upload the pages asap
    <!DOCTYPE html>
    <html  lang="en" dir="ltr" id="du-edu"  crossriderapp5060="true" crossriderapp-plugins-5060="true"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
              <!-- mimic Internet Explorer 7 for president's micro-site -->
              <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
              <meta name="msvalidate.01" content="5D411CE78DB32250E9FA56793A53B72D">     
        <link href="../pu/pupagetemplate_files/top_navigation_layout.css" rel="stylesheet" type="text/css" media="all">
        <link href="../pu/pupagetemplate_files/slideshow.css" rel="stylesheet" type="text/css" media="screen">
        <!-- include css definitions for positioning the main body of page -->
        <link href="../pu/pupagetemplate_files/index_layout.css" rel="stylesheet" type="text/css" media="all">
        <!-- include css definitions for positioning the bottom navigation elements -->
        <link href="../pu/pupagetemplate_files/bottom_navigation_layout.css" rel="stylesheet" type="text/css" media="all">   
        <!-- include css definitions for formatting most inline text styles -->
        <link href="../pu/pupagetemplate_files/text_styles.css" rel="stylesheet" type="text/css" media="all">
        <!-- TemplateBeginEditable name="doctitle" -->
        <title>Peace University USA</title>
        <!-- TemplateEndEditable -->
        <meta name="Description" content="An nnovative private university in Dashington DC, PU offers innovative and rigorous undergraduate, graduate and professional programs. The University is distinguished by its hands-on learning opportunities, strong faculty-student collaboration and global perspective. ">
                            <meta name="Keywords" content="university, Peace, degrees, bachelors degree, masters degree, doctorate, school of social work, alumni, public good">
              <meta name="author" content="Peace University USA">
         <link rel="shortcut icon" href="http://faithinpeace.org/.images/favicon.ico" sizes="16x16" type="image/x-icon">
          <link rel="shortcut icon" href="http://faithinpeace.org/images/favicon.ico" sizes="16x16 32x32 48x48 57x57 144x144" type="image/gif">
          <link href="../pu/pupagetemplate_files/style.css" rel="stylesheet" type="text/css" id="css">
          <link href="../pu/pupagetemplate_files/home.css" rel="stylesheet" type="text/css" id="css">
       <style type="text/css">
       body {
              background-color: #252525;
              background-image: url(../pu/pupagetemplate_files/website%20background.jpg);
       body,td,th {
              color: #FFFFFF;
       a:link {
              color: #000;
    a:visited {
              color: #000;
       #apDiv1 {
              position:absolute;
              width:531px;
              height:115px;
              z-index:7;
              background-image: url(../pu/images/logo.png);
              top: 1px;
       #du-edu body #globalFooter #footerLinksContainer #subFooter ul li a {
              text-align: left;
       #apDiv2 {
              position:absolute;
              width:323px;
              height:91px;
              z-index:6;
              top: 100px;
              /* [disabled]background-image: url(../pu/images/logoplain.png); */
              left: 678px;
       .b {
              list-style-type: circle;
              color: #FFFFFF;
       #apDiv3 {
              position:absolute;
              width:200px;
              height:54px;
              z-index:-2147483648;
              left: 24px;
              top: 3px;
       #apDiv4 {
              position:absolute;
              width:592px;
              height:70px;
              z-index:6;
              left: 3px;
              top: -1px;
       #apDiv5 {
              position:absolute;
              width:200px;
              height:115px;
              z-index:-2147483648;
       #apDiv6 {
              position:absolute;
              width:200px;
              height:115px;
              z-index:10;
       #apDiv7 {
              position:absolute;
              width:862px;
              height:auto;
              z-index:12;
              left: 84px;
              top: 92px;
              min-height: 573px;
       #apDiv8 {
              position:absolute;
              width:349px;
              height:382px;
              z-index:11;
              left: 488px;
              top: 232px;
              background-image: url(../pu/pupagetemplate_files/pwm.png);
              background-repeat: no-repeat;
              opacity: 0.5;
       </style>
       <script type="text/javascript">
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    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_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
       </script>
       <!-- TemplateBeginEditable name="head" -->
       <!-- TemplateEndEditable -->
    </head>
       <body onLoad="MM_preloadImages('../pu/pupagetemplate_files/ropagelogo.png')"><div id="pageWrapper" class="broke-endless-pages">                       
       <div id="alertbox" class="none">
       </div>
       <div id="apDiv6">
         <div id="header">
           <!-- *** mainNav: holds the actual navigation imagery -->
           <div id="mainNav">
             <ul id="topNavLinks">
               <li class=""><a href="http://faithinpeace.org/about.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Top&#39;, &#39;About Top&#39;]);">About Peace</a> |
                 <div id="menu1" class="subNavMenu" style="visibility: hidden; ">
                   <div class="subNavArrow"><img src="../pu/pupagetemplate_files/nav_arrow.gif" height="14" width="20" alt=""></div>
                   <div class="column">
                     <ul class="subNavLinks">
                       <li class="secondLevelNavTop"><a href="http://faithinpeace.org/about.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow About&#39;, &#39;History&#39;]);">History &amp; Mission</a></li>
                       <li class="secondLevelNav"><a href="http://faithinpeace.org/about.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow About&#39;, &#39;Administration&#39;]);">Facts &amp; Figures</a></li>
                       <li class="thirdLevelNav"><a href="http://faithinpeace.org/rnd.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow About&#39;, &#39;President&#39;]);">Research &amp; Development</a></li>
                       <li class="thirdLevelNav"><a href="http://www.facebook.com/pages/MAD-Media-Art-and-Design-Center-of-Excellence/31164214225245 2" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow About&#39;, &#39;Provost&#39;]);">Media Arts &amp; Design</a></li>
                       <li class="thirdLevelNav"><a href="http://www.facebook.com/YOUTHENGAGEMENTPLATFORM" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow About&#39;, &#39;Finance&#39;]);">Youth Engagement Platform</a></li>
                     </ul>
                   </div>
                 </div>
               </li>
               <li class="hoverIt"><a href="http://faithinpeace.org/admissions.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Top&#39;, &#39;Admissions Top&#39;]);">Admissions</a> |
                 <div id="menu2" class="subNavMenu" style="visibility: hidden; ">
                   <div class="subNavArrow"><img src="../pu/pupagetemplate_files/nav_arrow.gif" height="14" width="20" alt=""></div>
                   <div class="column">
                     <ul class="subNavLinks">
                       <li class="secondLevelNavTop"><a href="http://faithinpeace.org/undergraduate.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Admission&#39;, &#39;Undergrad Programs&#39;]);">Apply</a></li>
                       <li class="thirdLevelNav"><a href="http://faithinpeace.org/howtoapply.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Admission&#39;, &#39;Apply&#39;]);">Apply Now</a></li>
                       <li class="thirdLevelNav"><a href="http://faithinpeace.org/Peace-University-Catalog-2011-12.pdf" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Admission&#39;, &#39;Materials&#39;]);">Catalog</a></li>
                       <li class="thirdLevelNav"><a href="http://faithinpeace.org/Peace-University-Admission-Application-Form.pdf" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Admission&#39;, &#39;Materials&#39;]);">Applicationa Form</a></li>
                       <li class="secondLevelNavTop"><a href="http://faithinpeace.org/undergraduate.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Admission&#39;, &#39;Undergrad Programs&#39;]);"> Undergraduate Programs</a></li>
                       <li class="secondLevelNavTop"><a href="http://faithinpeace.org/graduate.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Admission&#39;, &#39;Grad Programs&#39;]);">Graduate Programs</a></li>
                       <li class="secondLevelNavTop"><a href="http://faithinpeace.org/nondegree.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Admission&#39;, &#39;Apply Grad Programs&#39;]);">Non-Degree Programs</a></li>
                     </ul>
                   </div>
                 </div>
               </li>
               <li class=""><a href="http://faithinpeace.org/academics.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Top&#39;, &#39;Schools Top&#39;]);">Academics</a> |
                 <div id="menu3" class="subNavMenu" style="visibility: hidden; ">
                   <div class="subNavArrow"><img src="../pu/pupagetemplate_files/nav_arrow.gif" height="14" width="20" alt=""></div>
                   <div class="column">
                     <ul class="subNavLinks">
                     </ul>
                   </div>
                   <div class="column">
                     <ul class="subNavLinks">
                       <li class="secondLevelNavTop"><a href="http://faithinpeace.org/diciplines.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Schools&#39;, &#39;Departments&#39;]);">Departments and Disciplines</a></li>
                       <li class="secondLevelNav"><a href="http://faithinpeace.org/undergraduate.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Schools&#39;, &#39;Undergrad Studies&#39;]);">Undergraduate Studies</a></li>
                       <li class="secondLevelNav"><a href="http://faithinpeace.org/graduate.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Schools&#39;, &#39;Grad Studies&#39;]);">Graduate Studies</a></li>
                       <li class="secondLevelNav"><a href="http://faithinpeace.org/nondegree.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Schools&#39;, &#39;Part-time&#39;]);">Part-Time and Non-Degree</a></li>
                       <li class="secondLevelNav"><a href="http://http//www.digital.edu/lms/" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Schools&#39;, &#39;Distance&#39;]);">Distance Education</a></li>
                     </ul>
                   </div>
                   <div class="column">
                     <ul class="subNavLinks">
                       <li class="secondLevelNavTop"><a href="http://faithinpeace.org/Peace-University-Catalog-2011-12.pdf" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Schools&#39;, &#39;Online Catalog&#39;]);">Online Academic Catalog</a></li>
                       <li class="secondLevelNav"><a href="http://faithinpeace.org/courses.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Schools&#39;, &#39;Course Listings&#39;]);">Course Listings</a></li>
                       <li class="secondLevelNav"><a href="http://faithinpeace.org/howtoapply.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Schools&#39;, &#39;Admissions Info&#39;]);">Admissions Information</a></li>
                     </ul>
                   </div>
                 </div>
               </li>
               <li><a href="http://webapps.jhu.edu/jhuniverse/research/" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Top&#39;, &#39;Research Top&#39;]);">Research</a> |
                 <div id="menu4" class="subNavMenu">
                   <div class="subNavArrow"><img src="../pu/pupagetemplate_files/nav_arrow.gif" height="14" width="20" alt=""></div>
                   <div class="column">
                     <ul class="subNavLinks">
                       <li class="secondLevelNavTop"><a href="http://digital.edu/callforpapers.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Research&#39;, &#39;APL Research&#39;]);">Call for Papers</a></li>
                     </ul>
                   </div>
                 </div>
               </li>
               <li class="hoverIt"><a href="http://faithinpeace.org/faculty.htm" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Top&#39;, &#39;Athletics Top&#39;]);">Faculty</a> | </li>
               <li><a href="http://alumni.jhu.edu/" onclick="_gaq.push([&#39;_trackEvent&#39;, &#39;Home Link&#39;, &#39;Follow Top&#39;, &#39;Alumni Top&#39;]);">Contact Us</a></li>
             </ul>
           </div>
           <!-- *** mainNav div ends here*** -->
         </div>
       </div>
       </div>
       <a class="hiddenFromViewer broke-endless-pages" href="http://www.faithinpeace.org/#skippedNav">Skip navigation</a>
       <header id="globalHeader">
              <div id="globalHeaderContent">
                <nav id="globalNav"></nav>
                <section class="searchContainer">
                  <nav id="globalUtilities">
                    <ol>
                      <li></li>
                    </ol>
                  </nav>
                </section>
                <div class="clear">
                  <div id="apDiv2"><a href="../pu/index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('logo1','','../pu/pupagetemplate_files/ropagelogo.png',1)"><img src="../pu/pupagetemplate_files/pagelogoplain.png" name="logo1" width="323" height="86" border="0"></a></div>
                </div>
              </div>
       </header>
    <div id="contentWrapper"><div id="apDiv7"><!-- TemplateBeginEditable name="page-body" --> <span class="align">eace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals.
        While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals.
        While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals.  While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals. While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals. While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals. While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals. While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals.
        While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or mediciPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals.
        While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals.
        While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals.
        While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals.
        While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals.
        While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyPeace University is registered with and recognized by the State Council of Higher Education for Virginia as an exempt faith based institution. Peace University is operated by Peace LLC a State Corporation Commission of the Commonwealth of Virginia approved Limited Liability Company. Peace University voluntarily ventures to conform with the regional, national, and international accrediting institutions' standards and quality processes. We have devised a breakthrough flexible learning process to suite individual student's needs and tailored to the individual's academic goals. It is our bottom line to provide quality education to our students and collaborate with international institutions of repute and quality who share the same vision and goals.
        While National Accreditation is common for traditional U.S. institutions of higher learning, utilizing standard teaching methods, we note that every country has its own standards and independent accrediting organizations. Accreditation is a voluntary process and does not guarantee a worthy education. Rather, it means an institution has submitted its courses, programs, budget, and educational objectives for review. Peace University's Camps based and Distance Learning Programs are unique, non-traditional and not accredited by the U.S. Department of Education. This may be a determining factor for those individuals interested in pursuing certain disciplines requiring State licensing, (such as law, teaching, or medicine). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordinglyne). It is recommended that you consider the importance of National Accreditation for your specific field or profession and make your decision accordingly. </span> . <!-- TemplateEndEditable --></div>
      </section>
    </div>
       </div>
       <footer id="globalFooter" name="globalFooter">
             <section id="footerLinksContainer">
           <nav id="learnFooter" class="footerLinks">
              <h1>Academics</h1>
              <div class="footerBorder">
    <h2>Undergraduates</h2>
    <ul>
      <li><a href="http://faithinpeace.org/undergraduate.htm" title="Degree Programs">Degree Programs</a></li>
      <li><a href="http://faithinpeace.org/faculty.htm" title="Faculty &amp; Staff">Faculty &amp; Staff</a></li>
    </ul>
    <h2>Graduates</h2>
    <ul>
      <li><a href="http://faithinpeace.org/graduate.htm" title="Degree Programs">Degree Programs</a></li>
      <li><a href="http://faithinpeace.org/rnd.htm" title="Graduate Research">Graduate Research</a></li>
      <li><a href="http://faithinpeace.org/faculty.htm" title="Faculty &amp; Staff">Faculty &amp; Staff</a></li>
    </ul>
                <h2>Non Degree</h2>
                <ul>
                  <li><a href="http://faithinpeace.org/nondegree.htm" title="Programs">Programs</a></li>
                  <li></li>
                  <li><a href="http://faithinpeace.org/faculty.htm">Faculty &amp; Staff</a></li>
                </ul>
             </div>
       </nav>
            <nav id="liveFooter" class="footerLinks">
              <h1>Virtual University</h1>
              <div class="footerBorder">
                <ul>
                  <li><a href="http://www.digital.edu/lms">Log In</a></li>
                  <li></li>
                </ul>
              </div>
            </nav>
            <nav id="applyFooter" class="footerLinks">
              <h1>About Us</h1>
              <div class="footerBorder">
                    <ul>
                  <li></li>
                  <li><a href="http://faithinpeace.org/about.htm" title="Facts &amp; Figures">Facts &amp; Figures</a></li>
                  <li></li>
                  <li><a href="http://faithinpeace.org/mission.htm" title="Vision &amp; Values">Vision &amp; Values</a></li>
                  <li><a href="http://faithinpeace.org/rnd.htm" title="Research &amp; Development">Research &amp; Development</a></li>
                  <li><a href="http://www.facebook.com/pages/YEP-Youth-Engagement-Platform-Peace/309623245721408" title="Youth Engagement Platform">Youth Engagement Platform</a></li>
                  <li><a href="http://www.facebook.com/pages/MAD-Media-Art-and-Design-Center-of-Excellence/31164214225245 2" title="&gt;Media Arts &amp; Design">Media Arts &amp; Design</a></li>
                </ul><br>
                <h2><a href="">Partners</a></h2><br>
                <ul>
                           <li><a href="http://digital.edu/"><img src="../pu/pupagetemplate_files/dulogoteal2.png" width="111" height="43"></a> <br></li>
                  <li><a href="http://digitalinternational.com/collaborate.htm"><img src="../pu/pupagetemplate_files/dilogoorange.png" width="111" height="43"></a><br></li></ul>
              </div>
            </nav>
            <nav id="applyFooter" class="footerLinks">
              <h1>Apply</h1>
              <div class="footerBorder">
                <h2>Undergraduates</h2>
                <ul>
                  <li><a href="http://faithinpeace.org/admissions.htm" title="Admission">Admission</a></li>
                  <li><a href="http://faithinpeace.org/financialinfo.htm" title="Tuition and Fee">Tuition and Fee</a></li>
                  <li><a href="http://faithinpeace.org/aid.htm" title="Financial Aid and Scholarships">Financial Aid and Scholarships</a></li>
                </ul>
                <h2>Graduates</h2>
                <ul>
                  <li><a href="http://faithinpeace.org/admissions.htm" title="Admission">Admission</a></li>
                  <li><a href="http://faithinpeace.org/financialinfo.htm" title="Tuition &amp; Fee">Tuition &amp; Fee</a></li>
                  <li><a href="http://faithinpeace.org/aid.htm" title="Financial Aid and Scholarships">Financial Aid and Scholarships</a></li>
                </ul>
                <h2><a href="http://faithinpeace.org/howtoapply.htm">How to Apply</a></h2>
              </div>
            </nav>
            <nav id="newsFooter" class="footerLinks">
              <h1>Contact</h1>
              <div class="footerBorder">
                <ul>
                  <li><a href="http://faithinpeace.org/employment.htm" title="Employment">Employment</a></li>
                  <li><a href="http://faithinpeace.org/careers.htm" title="Career and Development">Career and Development</a></li>
                  <li><a href="http://eepurl.com/nj22f">Contact Form</a></li>
                </ul>
              </div>
            </nav>
    <div class="clear"><!--//--></div>
                <section id="followList">
              <ul>
                <li></li>
    </ul></section>
                <nav id="subFooter">
    <ul>
            <blockquote>
              <p><a href="http://www.facebook.com/pages/Peace-University/235720776442514" target="_blank" title="Peace University facebook"><img alt="Facebook" src="../pu/pupagetemplate_files/btn_facebook.jpg"></a> | <a href="http://faithinpeace.org/contact.htm" title="&gt;Contact Us">Contact Us</a> | <a href="http://faithinpeace.org/employment.htm" title="Jobs">Jobs</a> | 
              </p>
              <p> Peace University USA is an equal opportunity affirmative action institution.<span style="display:none;"><a href="http://www.omniupdate.com/oucampus/de.jsp?user=Denver&site=DU_Main&path=%2Findex.pcf"><img src="../pu/pupagetemplate_files/icon_edit_lt.png"></a></span>
              </p>
              <p> </p>
            </blockquote>
            </ul>
    </nav>
          </section>
    </footer>
       <div id="apDiv8"></div>
    <script>
    try{for(var lastpass_iter=0; lastpass_iter < document.forms.length; lastpass_iter++){ var lastpass_f = document.forms[lastpass_iter]; if(typeof(lastpass_f.lpsubmitorig2)=="undefined"){ lastpass_f.lpsubmitorig2 = lastpass_f.submit; lastpass_f.submit = function(){ var form=this; var customEvent = document.createEvent("Event"); customEvent.initEvent("lpCustomEvent", true, true); var d = document.getElementById("hiddenlpsubmitdiv"); for(var i = 0; i < document.forms.length; i++){ if(document.forms[i]==form){ d.innerText=i; } } d.dispatchEvent(customEvent); form.lpsubmitorig2(); } } }}catch(e){}
       </script><sfmsg id="sfMsgId" data="{&quot;imageCount&quot;:0,&quot;ip&quot;:&quot;182.177.153.216&quot;}"></sfmsg><div class="extLives"></div></body></html>

    sandyrojito wrote:
    how do i fix it though? can make corrections in the code and send me the code?
    It's not fixable. If you do not know how to use static <divs> then you might want to consider using a table stucture for the construction. Whilst not the ideal way to go tables do work in conjunction with one another.
    You can only really use abosolutely positioned <divs> for  a simple website which has say a header and 2/3/4 columns and no footer. As soon as you try to include a footer the absolutely positioned column <divs> can't recognise it's there so any content in them does not push the footer down.

  • CSS Template in Dreamweaver, cannot make flash(swf) show ???

    Hi all,
    I'm quite new at using dreamweaver, have been using GoLive
    some before and I have got a time consuming problem:
    To try to get a hang of CSS page designs I've used the Page
    Design (CSS) Halo Right nav that comes with DW8.
    I've learnt pretty much how it works BUT, I cannot make a
    flash file visible when inserted to the page design ????
    It does not show if I insert it to an existing div tag or if
    I insert it in a new layer. What am I doing wrong ?
    (same goes for images)
    Need help quickly.
    Thanks!

    This is one of the several weird problems with the HALO
    layout.
    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
    ==================
    "Pasay" <[email protected]> wrote in message
    news:eve7b0$s6g$[email protected]..
    > OK!,
    > will look into that, as I said I'm all new to this,
    grateful for all tips.
    > I've posted a new Topic : CSS Template in Dreamweaver,
    Submeny
    > dissapears?
    > may be related to the javascript error ?
    > //Bosse
    >

  • Blank.template file issue

    Alright guys,
    I messed up!
    I was trying to get pages to permantly set the default language to Australian English, when I found that the pretty much the only way to do it is save a new blank template. (this is the normal blank template with the language set to Australian)
    I tried to take it a step further and update ( well replace) the original blank.template file in the package folder,
    And now i get error when opening old documents.
    I know i shouldnt have messed with the application package
    but If anyone here is kind enough to upload a copy of their original blank.template file
    i'd be ever so grateful
    That should fix it straight away
    P.S. yes, i've already slapped myself for replacing without backing up a copy
    <Edited by Host>

    To have Pages in Australian english you change it in the System preferences. Not fiddeling with the application at all. You can create a blank template and change all the styles to australian english and then save that template as a template and it will be located in My templates in the New tempalte chooser.
    To get an original blank template in the right location install Pages again.

  • Template File created in DreamWeaver Looks ok. But when a new file created with this template shows disordered

    I created a template file in DreamWeaver cs5. It is OK. and it looks like this, with Pink box showing the editable region. http://smsoftsolutions.com/downloads/test.jpg
    Now the problem is, when I create a NEW html file from this Template, in the DESIGN view, the template contents are shown in a flowing mode. ie. Absolutely positioned DIVs are showing in a disorderly way, as shown in this screenshot. http://smsoftsolutions.com/downloads/test2.jpg
    When I preview it in browser, it is showing as I expect. But only in the design mode, it is showing in a relatively positioned way.
    Can anyone tell me what I should do in the dreamweaver settings, to show the layout in a WYSIWYG way?

    Hi,
    Thank you for your reply.
    If I post the pages alone, the link to the images will be broken.
    The css files also will be broken.
    The css file should be in the folder css, images should be in the folder home_images, and template file should be in the folder templates.
    The link to three files are:
    1. HTML FILE
    http://smsoftsolutions.com/downloads/t.html
    2. TEMPLATE FILE
    http://smsoftsolutions.com/downloads/vetiver_master.dwt
    3.  CSS FILE
    http://smsoftsolutions.com/downloads/css/vetiver_css.css
    Sincerely,
    Tomy Sebastian
    >

  • Which template files need to be uploaded?

    I have completed my web pages and want to upload to my host site.  I am confused as to which files must be uploaded.  I created a home page using a template, designated the areas to edit/not edit and created several other pages using the original page.  The original page is saved in the template folder as "default.dwt" and along the way I also ended up with a 'default.html" plus the other template-based pages saved as ".html".  The CSS code is external.  My question is do I upload the .dwt file and if so, should it be the home page?  Or is the appropriate code based in each html page and the .dwt file is not needed.  I don't recall seeing pages with a .dwt extension when I am surfing the web so thought perhaps the home page should be .html but wasn't sure if the .dwt page needs to be on-site to allow all the pages to work correctly.  Thanks for any help you can give me.

    Site structure:
    Root folder (holds all site files)
         index.html     NOT a template, this is the page that opens first when your url is entered, often called the "home page"
         otherfile.html
         otherfile2.html
         images folder
              all images reside here
         Templates folder
              all Templates reside here
         SpryAssets folder
              all Spry assets (js and css files)
         css folder
              other css files reside here
    Technically speaking, the Template (.dwt) file is a construction implement, not a display implement...you need it to build pages and to update the locked areas of pages based on it, but you do not SEE it when you look at a website. Keep your Templates within the site structure, for safekeeping, both online and on your local system. That way, if you have a failure on your local system, you will still have your pages and Templates available online for download.
    Speaking generally, presentation site pages are html, shtml, php, asp, etc., etc., but not dwt. You will find it helpful to name your files (no word spaces in file names, please) with meaningful names (not page1.html, or default.html, but contact_us.html, about_us.html, etc.)
    The Template file's first 'order of business' is to protect from inadvertent disaster the content that is repeated on multiple pages. You have set up such a Template, allowing editable areas. As you have seen, content in these editable areas may be different on every page, but such content is not contained in the Template.
    The Template file's 'second order of business' is to make it possible for you to easily alter those portions of pages that remain identical...those portions that are within the protected areas. Change the Template, save the revised Template, and the changes propagate to all the pages you based on the Template. All at once. Unique content is not changed, just the protected content, when a Template is updated. Then, the revised pages (all of them) are synchronized with your online site, and updated pages are uploaded to the server.
    Voila, the beauty of Templates.
    Beth

  • Name for the edit.template files channel or provider?

    Hi,
    I'd like to modify the default error page that shows the text:
    " A serious error has occured in the Desktop. This may have been caused by a mis-configuration on the server.
    Please report this problem to your administrator."
    I know where the files are located:
    <sunwps>/desktop/default/Error
    But the display profile document that supports these files is not located there. Does anyone know the name of the provider or channel that backs these template files?

    The provider is called ErrorProvider, and a reference to this provider is hard-coded into the DesktopServlet, i.e., there is no definition for this provider in the display profile. This is a special case so that errors can be handled even if there is no display profile.

Maybe you are looking for