Cannot add layers/tables to an editable region

I created a template the other day, and then created pages
from that template. The main editable region which was meant to be
for all my info, pictures, wont let me add layers or tables to
position my text/images.... Have I missed something here?
\Robert

Yes, there would be no restriction on what you can place in
that editable
region. But I don't like the way you have started with this
page. Layers
should not be used as a primary layout methodology....
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
==================
"the full monty" <[email protected]> wrote
in message
news:epqp0m$lrc$[email protected]..
> This is the code: The whole of the layer region should
be editable... ie.
> be
> able to add layers/tables to position text?
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
> "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="
http://www.w3.org/1999/xhtml">
> <head>
> <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
> <!-- TemplateBeginEditable name="doctitle" -->
> <title>Untitled Document</title>
> <!-- TemplateEndEditable -->
> <!-- TemplateBeginEditable name="head" --><!--
TemplateEndEditable -->
> <style type="text/css">
> <!--
> #Layer1 {
> position:absolute;
> left:382px;
> top:30px;
> width:329px;
> height:268px;
> z-index:1;
> }
> -->
> </style>
> </head>
>
> <body>
> <div id="Layer1"><!-- TemplateBeginEditable
name="EditRegion1" --> <!--
> TemplateEndEditable --></div>
> </body>
> </html>
>
> \Robert
>

Similar Messages

  • Can't Add a Link in an Editable Region

    I am currently trying to edit the pages of a website for a
    client. When I click on Edit Page, I can add/delete/change text on
    the page but when I try to add a link within the same section of
    the page I get an error that reads "You cannot perform this action
    in this region of the page". I asked one of the graphic designers
    why this may be occuring and he said he was unsure since he looked
    at the source code and the section in question is indeed editable.
    Can anyone please shed some light on why this may be happening so
    we can change the coding so I am able to add a link to these
    pages.

    Maybe this will help:
    http://scls.typepad.com/wicked_cool/2007/01/contribute_tip_.html
    http://www.macromediastudiomx2.com/cfusion/webforums/forum/messageview.cfm?forumid=55&cati d=290&threadid=1220442&enterthread=y

  • Cannot add images, tables etc

    Hello, wonder if anyone could help me, if so would really
    appreciate that.
    For some years have been using Contribute version 1, and
    finally decided to move on and so downloaded a trial copy of
    Contribute CS3. I really like it and will definitely buy it as long
    as I can sort out one problem.
    For some reason the four links on the toolbar 'Image, table,
    table row, table column' are not live and so I cannot insert photos
    or tables at all. I can put an image in via copy and paste but then
    it cannot be deleted.
    Any ideas?

    Edit > Administrator Websites > Choose the one you want
    to use link on the tool bar > choose yourself and then click on
    edit role settings
    click on editing on left > under general editing
    restrictions i believe "only allow text editing and formatting"
    option is selected.. change that to "allow unrestricted editing"
    let me know if this didn't work.

  • Nesting Templates: Child-Template Pages not Fully Responding to Editable vs. Un-Editable Regions

    M'kay, so first and foremost, all of this is being done within Dreamweaver CS5. How I might explain this is that I have a series of Master-Templates for my website, accompanied then by Child-Templates linked off of / nested from my Master-Templates. So far this is going wonderfully, that is, until I try to make a page from one of my Child-Templates.
    The page from my Child-Template accurately comments-out an un-editable region (Region in which was editable within the Master-Template, but left as ONLY editable within the Child-Template) so long as I add an EDITABLE region WITHIN it. Under the circumstance that I DO NOT add an editable region within the Master-Template's editable region, the region within the Page is still appearing editable.
    For example:
    Master Template:
    <!-- TemplateBeginEditable name="ChildTemplateCSSLinks" -->
         Child Template CSS Links Here.
    <!-- TemplateEndEditable -->
    Child Template:
    <!-- InstanceBeginEditable name="ChildTemplateCSSLinks" -->
         Child Template CSS Links Here.
         <!-- TemplateBeginEditable name="ChildPageCSSLinks" -->
              Child PAGE CSS Links Here.
         <!-- TemplateEndEditable -->
    <!-- InstanceEndEditable -->
    Child Page:
    Child Template CSS Links Here. (Accurately appearing Un-Editable - {Master-Template's editable region tags accurately appearing invisible})
    <!-- InstanceBeginEditable name="ChildPageCSSLinks" -->
         Child PAGE CSS Links Here. (Accurately appearing Editable)
    <!-- InstanceEndEditable -->
    This is an example of an editable regions that WORKS. In the Child-Page the "Child Template CSS Links Here." IS appearing commented out and therefore un-editable within the Child-Page, like it's supposed to be. This then allows the "Child PAGE CSS Links Here" to be ACCURATELY editable within the Child-Page.
    Now for an example of what DOESN'T work:
    Master Template:
    <!-- TemplateBeginEditable name="ChildTemplateCSSLinks" -->
         Child Template CSS Links Here.
    <!-- TemplateEndEditable -->
    Child Template:
    <!-- InstanceBeginEditable name="ChildTemplateCSSLinks" -->
         Child Template CSS Links Here.
         (As you see, I have NOT added an additional editable region within this Master-Template's editable region. This is an area that is ONLY supposed to be editable within the Child-Template and NOT the Child-Page, which SO FAR appears to be accurate.)
    <!-- InstanceEndEditable -->
    Child Page:
    <!-- InstanceBeginEditable name="ChildTemplateCSSLinks" -->
         Child Template CSS Links Here.
         (For some reason, ONLY so long as I DO NOT add an additional Child-Template-editable-region within this Master-Template's editable region, this area is STILL appearing visible as well as editable within the Child-Page.)
    <!-- InstanceEndEditable -->
    So, under this circumstance, it seems that the only way I can leave a Master-Template's editable region ONLY editable within the Child-Template and NOT editable within the Child-Page is by leaving an ADDITIONAL editable region produced via the Child-Template somewhere within EVERY SINGLE editable region produced via the Master-Template. Unless I am doing something seriously wrong, this so far appears to be a potential defect/bug within Dreamweaver CS5. I can't imagine how this would be accurate, otherwise Child/Nested-Templates would not be possible to make. What might I be doing wrong? Is there any way that I can specify in the Master-Template that an Editable Region is ONLY Editable within the Child-Template and NOT within further Child-Pages (A Page based off of the Child-Template)? Or perhaps is there a way that I can specify in the Child-Template that an editable region WILL NOT be editable within the Child-Page? Furthermore, no, I DO NOT want to make them "Optional Regions," so please do not suggest that.
    I know that this is all probably a bit confusing, but hopefully the examples above will help more than the descriptions aside. As you can probably assume, this is definitely a HUGE complication within my website if there doesn't end up being a solution, especially with all the time I have put into making the Child-Templates that I hope to rely on. It really would be a bit ridiculous if I had to script-in an additional editable region within every single Master-Template-editable-region available within my Child-Template just so that I may update my Child-Template, furthermore allowing my edits to drop down to my Child-Pages, especially since it would maintain content that I never wanted to be editable within the Child-Page in the FIRST place.
    Some help would be sincerely appreciated, and as soon as possible, if I might ask politely.
    Thank you. Sincerely,
    ~ Miss Cat

    =____= I cannot believe that I am saying this, after writing ALL of that up, but thanks to "Dreamweaver CS5 for Dummies," I just learned that if you place: @@(" ")@@ within the Child/Nested Template's editable region that you DO NOT want passed down to your Child-Pages, it won't appear editable. Goodness knows why such an inconspicuous formula was the answer, but I guess whatever works. ...WHY WAS THIS INFORMATION SO DIFFICULT TO FIND?!?!?!?! @____@ Information on Nested Templates in general seems rather difficult to find, however, so I'm glad I figured this out /not ever a full hour/ after writing all this up and posting it. #__#  ...At least my Child-Templates can work thoroughly now, though. So... Scenario FIXED. ^^
    I only hope now that such information will appear helpful to anyone else hunting for this information via Google or other Search Engine in the future. And if there is anything at all that I am still officially missing, then do feel free to add it to the feed and let me know, because the last thing I need right now are more surprise difficulties to equally slow down the productivity of this massive project I've been working on... @___@ ..But so far things seem to be going good. ^^ So I can settle myself unbelievably grateful that there ended up being a solution to this ridiculousness after all.
    Sincerely,
    Miss Cat
    [signature promo info removed by moderator]

  • Template changes not applying in Edit Region

    I created a template - 3 tables - the top & bottom table
    are NOT editable regions. The middle table IS in an editable
    region. On the template I changed the table in the middle region -
    changed the background color, deleted a cell, added a picture
    placeholder, etc. Also on the template I made changes to the top
    & bottom tables. When I saved the template it asked if I wanted
    to change all the pages that use this template - I said yes. But
    only the changes made to the sections NOT in the editable region
    update!!!
    Sidenote: I took a Dreamweaver class in August 2006 (fab!)
    but went and had a baby and am now FINALLY sitting down to develop
    a few new sites. Prior to that I was a self-taught FrontPage user
    (ugh). Point is: I'm a novice Dreamweaver user (and rusty no less!)
    so forgive me if I'm missing something REAL basic here!

    On Thu, 28 Jun 2007 19:48:12 +0000 (UTC), "Datanomics"
    <[email protected]> wrote:
    >Doesn't that defeat the point of the template...? If I
    create 20 pages based
    >on a template and then decide to change the color of a
    table that's in an
    >editable region then I would have to go to all 20 pages
    to change that
    >table....?
    No, changing the EDITABLE regions in the child pages would
    defeat the
    point of a template.
    Look at it this way. The template manages all the stuff that
    is NOT
    in the editable regions. You put the site header, footer,
    navigation,
    sidebar, whatever doesn't change, into the areas that are NOT
    editable.
    The editable region sits as a container on each child page to
    hold the
    stuff that is unique to the page.
    If you changed that container in the template and the change
    propagated down to the child pages, you would immediately and
    permanently LOSE ALL YOUR UNIQUE PAGE CONTENT.
    However, if you were using CSS to style everything, then all
    you would
    have to do is change the colour in the CSS file - and no
    matter where
    the targeted piece is, it would reflect the change.
    Win
    Win Day, Wild Rose Websites
    http://www.wildrosewebsites.com
    [email protected]
    Skype winifredday

  • Editable region in template not editable??

    I'm trying to add a Spry Image Slideshow (basic) to several files in Dreamweaver CS5. I have set up templates, and in the child pages, when I try to insert the widget it just says: "Making this change would require changing code that is locked by a template or translator. The change will be discarded." I have a Spry menu already on the page (although it doesn't show up on my laptop but does on my desktops).  What should I do?  A sample page is already uploaded here:  http://www.tomandlauriereese.com/bands/muzette/muzette.html.  I'm trying to add the photos to Col1 (an editable region).  Col2 allows me to add content, but Col1 won't.  Actually, I can't add anything to Col3 either (it's set up as an iframe right now).
    Please help!  Let me know what other information  you need; I'm new to this!
    Thanks,
    Laurie Reese, cellist

    I'm not really piling on here, but I'm confident your extensive use of absolute positioning is going to sadly return to bite you on this very nice looking layout.  Add some real-world content to one of those text regions, preview in the browser and start increasing the size of the text in the browser.  You'll get an overflowing mess in a hurry.
    I chose the doctype of xhtml 1.0 Transitional.  I'm not sure which type is best for this type of page.  I also tried html 4.0 Transitional, but still no luck.
    A doctype only does two things: a) it informs a validator of how to validate the code on the page, and b) it informs the browsers whether to render the page in quirks more or standards mode.  Because it's useful to be able to use validation as your first line of defense when encountering layout issues, you should therefore choose a doctype that is consistent with your skill and knowledge as a coder (as a first-order approximation).  In your case, I'm pretty sure that would be HTML 4.01 Transitional.  You can have DW do this for you by opening the template page and using FILE | Convert > HTML 4.01 Transitional.  Be aware that this will only affect the content in NON-editable regions of your child pages as is expected with any template changes.
    I did notice that the Head editable region is way underneath all the other code; it's at line 506; but there's nothing in there.  Should I move the "<!-- TemplateBeginEditable name="head" --> to the top somewhere?
    As long as that region is actually in a legal location between <head> and </head> it doesn't matter where it is.  Since it is, then you can just leave it.
    What should be in that region?
    This is the region that allows you to add javascript behaviors to child pages, like image swaps, or show/hide divs, or even page-specific stylesheet/javascript links.  Without it, you could not do that.
    Where is it you are trying to add this widget?  Which editable region?

  • Urgent:how to add two table regions to one query region

    hello
    In my page a serach region is there and for that region i need to add two tables and two are based on two different view objects.how can i implemnet this thing please let me know.
    advance thanks

    Hi Wei Fang,
    You can try by creating a 2 line template (1 Template, 2 linetype) under a loop note.
    So your smartform tree structure will be shown like this:
    LOOP
        TEMPLATE1.
    On the LOOP part, pass the internal table of your data to the working areas.
    On the template put all the data of the summary on your first linetype, and put
    the detail data on your second linetype.
    Good luck and hopefully this will solve the problem
    Edited by: Prawira Fadjar on Oct 22, 2008 10:04 AM

  • Add a Background-Image to an Editable Region

    I would like to add a background image at the bottom of this page (www.theram.com/drink_specials.html). The 'body' editable region is where I would like to add it but I am not sure how to...could you help me out? I don't want this image to show up on all template pages, just this page.
    I added this code in the head section for only this page but obviously it is not correct because I don't see the image.
    <style type="text/css">
    <!--
    body {
              background-image:url(/images/backgroundStoli_web.jpg);
              background-repeat: no-repeat;
              background-position: bottom;
    </style>
    Thanks for your help!!

    npolen wrote:
    I'm sorry, I don't think I was very clear on where I wanted this...I would like it to be in the white part of 'body' editable region that has the drink pictures and descriptions in it. How do I add a background image to that part of the page? Thanks!
    In that case add an 'id' to the <th> cell that the drinks table is inserted into (see below - id="bg_1")
    <th width="675" id="bg_1" align="left" valign="top" bgcolor="#FFFFFF" scope="col">
    Then amend your 'body' css selector to #bg_1 (as below)
    #bg_1 {
        background-image:url(/images/backgroundStoli_web.jpg);
        background-repeat: no-repeat;
        background-position: bottom;
    I don't know if /images requires a leading slash infront of it. If the background image does not show up get rid of the leading slash /
    Not sure why youre using a <th></th> table cell to insert the drinks table into. A <th></th> tag is a table header tag.......you should really be using a <td></td> tag.

  • Can't manually add editable regions to head in template

    When I created my main template in Dreamweaver CS6 for my website, I had copied most of the page code from another layout I already had, including the head code.  I did not realize there were already editable regions built into the head section of the Dreamweaver template and deleted them when I pasted my previous code without adding new ones.  I then added an editable region to the body and started created pages using the template.
    Everything works well and updates properly when I make changes to the template but now that I am trying to add those editable regions back to the head section so I can change the page title (and possibly add more responsive code), it doesn't work.  I copied and pasted the following code into my template file in Dreamweaver and it saves in the template telling me it's updating the related pages, but when I open those individual pages in Dreamweaver, the code isn't there and those regions are not editable; only the original editable region I created in the body exists and works properly.  Everything else continues to work perfectly.
    Here is the code I pasted into the head around the <title> tag:
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Collings Document Database</title>
    <!-- TemplateEndEditable -->
    And here is the code I pasted into the head just before the </head> tag:
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    Any help would be appreciated.  From everything I've read on these forums after searching, it sounds like pasting that code should work but I continue to get the results mentioned.  Thank you.

    Thanks for the response.  I've run the template code through the validator and the following two errors are the only ones that showed up.  I don't see how either of these would cause this issue.  Thoughts?
    Line 5, Column 53: Bad value X-UA-Compatible for attribute http-equiv on element meta.
    <meta http-equiv="X-UA-Compatible" content="IE=Edge">

    Line 27, Column 127: An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images. …gs_guitars_stroke_clear.png" width="184" height="81" class="scalable">  </div>

  • CS6 - add non-editable region inside editable template region?

    I have the following in a template:
        <div class="main-content">
    <!-- TemplateBeginEditable name="main-content" -->
          <div class="content p7ehc-1"> <!-- from projectseven.com; don't change -->
            <h1 class="page-topper">Enter topic here</h1>
            <p>Enter content here</p>
          </div>
        <!-- TemplateEndEditable -->
       </div>
    Right now everything in main-content is editable. I'd like to add "Page last revised - " at the bottom of the page which would be non-editable. An editable date would follow.
    I already have a number of pages with content so any solution should not destroy the content of those pages. (If needed I'd be willing to manually add "Page last revised -" to each of those pages. However, I'd want this to be automatically added for any new pages that were based on the template.)
    I have tried putting "Page last revised -" in another div and making it non-editable but this creates other layout problems. I currently don't want to explore this option further.
    Thanks for any suggestions.

    You could always drop a server-side include or even a Dreamweaver Library item into that editable region (the latter method is a poor second choice, though). Is that a reasonable solution?
    Failing that, manually adding Ben's code both to the existing child pages and the current template will definitely place that code into newly created child pages. The beauty of his suggestion is that it's self maintaining, meaning that the code will always show the proper date on each page.

  • Template tables shifting when editing editible regions

    Hi there everyone,
    Have made a template. When making ne pages from the template, and then editing the editible regions, the tables are shifing and not going back to original place, even when I click here and there to see if they will go back. Sometimes the tables do go back to the original place, and other times they do not.
    Have made sure when making editable regions that the td, and other table code is not included in the editible regions.
    What I am asking, is when you make a template, if the table code is not included in the editable regions, should the tables be shifting around?
    What do you think?
    Any solutions?
    Thanks so much to you all,
    Hope

    Dear Gary,
    What a darling you are. Thank you so, so much for your attention. Wow, since you have never used templates, maybe I shouldn't either...(-:
    Am in great awe of someone who can look at tons of code and figure something out. Again, thank you so much for having a look.
    Ok, here is the code:
    <!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>
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Global Good Fortune</title>
    <!-- TemplateEndEditable -->
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <link href="../CSS/myjp.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    a:link {
        text-decoration: none;
    a:visited {
        text-decoration: none;
    a:hover {
        text-decoration: none;
    a:active {
        text-decoration: none;
    -->
    </style>
    <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
    </head>
    <body bgcolor="#FFFFFF"><!-- #BeginLibraryItem "/Library/header.lbi" --><style type="text/css">
    <!--
    body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    -->
    </style>
    <link href="../CSS/myjp.css" rel="stylesheet" type="text/css">
    <table width="956" height="110" border="0" align="center" cellpadding="0" cellspacing="0"><tr><td width="982" height="107" valign="bottom" background="../maharishi_yagya_site/10-4-09_newsite/images/header.jpg"><table width="956" height="110" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="982" height="107" valign="bottom" background="../maharishi_yagya_site/10-4-09_newsite/images/header.jpg"><a href="../AAANEW/index1.html"><img src="../images/transparent.gif" alt="Global Good Fortune" width="951" height="70" border="0"></a>
          <table width="957" height="27" border="0" cellpadding="0" cellspacing="0">
            <tr>
              <td width="167" height="27" align="center"><span class="nav_text">        Introduction</span></td>
              <td width="129" height="27" align="center"><span class="nav_text">Maharishi<br>
                Jyotish</span></td>
              <td width="128" height="27" align="center"><span class="nav_text">Maharishi<br>
                Yagya</span></td>
              <td width="129" height="27" align="center"><span class="nav_text">Media / News</span></td>
              <td width="127" height="27" align="center"><span class="nav_text">Q &amp; A</span></td>
              <td width="127" height="27" align="center"><span class="nav_text">Successes</span></td>
              <td width="149" height="27" align="center"><span class="nav_text">Services    </span></td>
            </tr>
          </table>
          </td></tr>
    </table></td>
      </tr>
    </table>
    <!-- #EndLibraryItem --><table width="956" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="956" valign="top" background="../maharishi_yagya_site/10-4-09_newsite/images/glow_sides.jpg"><table width="942" height="1000" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td width="942" height="1000" valign="top" class="blueswirlbkgrepeat_once"><table width="927" height="1510" border="0" cellpadding="0" cellspacing="0">
                  <tr>
                <td height="213"> </td>
                <td colspan="2" rowspan="2"> </td>
                <td width="65" rowspan="4"> </td>
                <td width="274" valign="bottom" class="header">
                <!-- TemplateBeginEditable name="headertext" -->
                  <p><br />
                    Welcome to<br />
                    Maharishi Jyotish<br />
                    and<br />
                    Maharishi Yagya<br />
                    Programs<em><br />
                </em></p>
                <!-- TemplateEndEditable --></td>
                <td width="44" rowspan="4"> </td>
                <td width="135" rowspan="5" valign="top"><p class="nav_text_my_acct"><br />
                  View Cart<br />
                  My Account<br />
                  Contact<br />
                  Auto Booking<br />
                  Live Chat</p>
                 <!-- TemplateBeginEditable name="rtnav" -->
                  <p class="nav_text_rtside"><br />
                    Questions &amp; Answers:</p>
                  <p class="nav_text_rtside"> &bull;
                  <a href="questions_maharishi_jyotish.html">Questions on the<br />
                    Maharishi Jyotish program</a><br />
                  <br />
      &bull;
      <a href="questions_maharishi_yagya.html">Questions on the<br />
                    Maharishi Yagya program</a><br />
      <br />
      &bull; <a href="questions_comprehensive_life_kundali.html">Questions on<br />
                    Comprehensive Life Kundali</a><br />
      <br />
      &bull; <a href="collectioning_births_time.html">Collecting birth time information</a><br />
      <br />
      &bull; <a href="maharishi_jyotish_consultation.html">Maharishi Jyotish<br />
      consultation&mdash;Sample questions</a></p>
                  <!-- TemplateEndEditable -->
                  <p class="nav_text_rtside"> </p>              </td>
                  <td width="28" rowspan="5"> </td>
                  </tr>
              <tr>
                <td width="44" height="38" rowspan="3" valign="top"> </td>
                <td width="274" rowspan="3" valign="middle" class="header">
                <!-- TemplateBeginEditable name="subhead" -->
                <span class="subhead_blue">Maharishi Jyotish&#8480;                  and<br />
    Maharis              Programs <br />
    are a mirror of life.</span><!-- TemplateEndEditable --></td>
                </tr>
              <tr>
                <td height="88" colspan="2" valign="baseline"> </td>
                </tr>
              <tr>
                <td height="21" colspan="2" valign="top"><em class="picturename">Heart of Orion</em></td>
                </tr>
              <tr>
                <td height="611" valign="top"> </td>
                <td width="101" valign="top" class="bodytext style1"><p> </p>               
                </td>
                <td colspan="3" valign="top" class="bodytext style1">
                <!-- TemplateBeginEditable name="bodytext" -->
                  <p>They are helpful for designing prevention from problems and suffering. These programs are for those who believe &ldquo;As you sow, so do you reap.&rdquo; Maharishi Jyotish and Maharishi Yagya programs are for those who believe problems and suffering are the results of one&rsquo;s own wrong actions in the past, and who would like to take recourse to its policies and programs.</p>
                  <p>The knowledge of Maharishi Jyotish and Maharishi Yagya programs is that supreme knowledge that locates the whole panorama of life through one single point of a wide-angle lens&mdash;the time and place of birth of the individual is sufficient for a detailed calculation of the spread of the events of his whole life. And whenever during the lifetime negative influences are observed in the horoscope, calculations are made in advance to prescribe yagyas to generate positive influences to counterbalance the negative influences of the past.</p>
                  <p>All the Maharishi Yagya programs are with reference to Natural Law&mdash;the Will of God. It is very necessary for anyone who is entertaining the Maharishi Yagya programs to align their life to the rules of purity of life, as they understand purity of life.</p>
                  <p>The procedure of prediction and recommendation requires an elaborate preparation and study of the birth chart&mdash;Kundali or horoscope&mdash;of the person and his closely related family members: mother, father, husband or wife, and children. The correct birth time is necessary for accurate predictions and proper selection of yagyas. In case the birth time of a person is not accurate or not available, it is within the scope of expertise of the Maharishi Jyotish program Pandits to locate the proper birth time and prepare a proper Kundali.</p>
                  <p>It is necessary that an exhaustive study of the whole life of the person and his close relatives is performed by a panel of experts of the Maharishi Jyotish program. On the basis of this total study of all possible influences on the individual, a Comprehensive Life Kundali is produced, which will be an all-time standard reference for predictions and necessary Maharishi Yagya procedures as well as other Maharishi Jyotish services.</p>
                  <p>Teams of experts in Maharishi Jyotish consultation have been organized for each continent. They are available for consultations and they are experts at making Comprehensive Life Kundalis and prescribing appropriate Maharishi Yagya performances and Graha Shanti for individuals, families, and companies.</p>
                  <p>Everyone is advised to take advantage of this beautiful knowledge and enjoy a problem-free life.<br />
                      <br />
                      <span class="legal">Entire contents copyright &copy; 2004 Maharishi Vedic Foundation. All rights reserved. Please refer to <a href="legal.html"><u>legal details</u></a> concerning copyright and trademark protection.</span><br />
                      <br />
                  </p>
                <!-- TemplateEndEditable --></td>
                <td height="611" valign="top"> </td>
                </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td><img src="../maharishi_yagya_site/10-4-09_newsite/images/glow_bot.jpg" width="956" height="20" alt="" /></td>
      </tr>
    </table>
    <!-- #BeginLibraryItem "/Library/bottom_nav.lbi" -->
    <link href="../CSS/myjp.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    <!--
    body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    -->
    </style>
    <table width="966" height="432" border="0" align="center" cellpadding="11" cellspacing="0">
      <tr>
        <td width="1" valign="top" class="nav_bot_hd"> </td>
        <td width="111" valign="top" class="nav_bot_hd"><p>Introduction<br /> 
            <br />
            View Cart</p>
          <p>My Account</p>
          <p>Contact</p>
          <p>Auto Booking</p>
          <p>Live Chat</p>
          <p> </p>
          <p> </p>
          <p> </p>
          <p> </p>
          <p>Legal Details<br />
            <br />
                    </p></td>
        <td width="136" valign="top" class="nav_bot_hd">Maharishi Jyotish<br />
          <span class="nav_bot_body">What is Maharishi Jyotish?      </span>
          <p class="nav_bot_body"><span class="nav_bot_body"> The 9 Grah</span>as—Planets<br />
            <br />
            The 12 Rashis—<br />
            Astrological Sign<br />
            <br />
            The 27 Nakshatras—<br />
            Lunar Mansions<br />
            <br />
            Cosmic Counterparts of Human Physiology<br />
            <br />
            Grahas, Rashis, and Nakshatras at the <br />
            Time of Birth<br />
            <br />
        Gochara—Planetary Transits</p></td>
        <td width="125" valign="top" class="nav_bot_hd"><p>Maharishi Yagya<span class="nav_bot_body"><br />
          Maharishi Jyotish<br />
          </span></p>
          <p><span class="nav_bot_body">Maharishi Yagya<br />
          </span></p>
          <p><span class="nav_bot_body">Comprehensive Life Kundali<br />
          </span></p>
          <p><span class="nav_bot_body">Collecting birth time info<br />
            <br />
        Maharishi Jyotish&mdash;Sample questions</span></p></td>
        <td width="102" valign="top" class="bodytext"><p><span class="nav_bot_hd">Media / News</span><br />
            <span class="nav_bot_body">Video:<br />
            Presentation</span></p>
          <p><span class="nav_bot_body">Animations:<br />
            Birthday<br />
          Jyotish<br>
          <br>
          Global Good Fortune<br>
          Ad 1</span><span class="nav_bot_body"><br>
          <br>
          Global Good Fortune<br>
    Ad 2<br>
            <br />
            Yoga Journal Ad<br />
            <br />
            News<br />
          </span></p>
          <p><span class="nav_bot_body"><a href="http://calendars.globalgoodnews.com/vedic/vedic-calendar.htm">Vedic Calendar</a></span><br />
            </p></td>
        <td width="110" valign="top" class="bodytext"><span class="nav_bot_hd">Question &amp; Answers</span><br />
          <span class="nav_bot_body">Questions on the<br />
    Maharishi Jyotish program<br />
    <br />
    Questions on the<br />
    Maharishi Yagya program<br />
    <br />
    Questions on<br />
    Comprehensive Life Kundali<br />
    <br />
    Collecting birth time information<br />
    <br />
    Maharishi Jyotish<br />
    consultation&mdash;Sample questions</span></td>
        <td width="92" valign="top" class="bodytext"><p><span class="nav_bot_hd">Sucessess</span><br />
            <span class="nav_bot_body">USA Yagya<br />
            </span></p>
          <p><span class="nav_bot_body">Tuvala Yagya<br />
        </span></p>
        <p><span class="nav_bot_body">Libya Yaga</span></p></td>
        <td width="113" valign="top" class="bodytext"><p class="nav_bot_hd">Services<br />
            <span class="nav_bot_body">Apply for Services:</span></p>
        <p class="nav_bot_body"> Comprehensive Life Kundali<br />
          <br />
          Maharishi Jyotish consultation<br />
          <br />
          Maharishi Yagya performances<br />
          <br />
          Muhurta<br />
          <br />
          Compatibility Analysis<br />
          <br />
          Ascertaining Correct Birth Time<br />
          <br />
          NamKaran<br />
          <br />
          Additions to a Comprehensive<br />
          Life Kundali<br />
          <br />
        National Maharishi Yagya performances</p></td>
      </tr>
    </table>
    <!-- #EndLibraryItem --><div align="right">
    </div>
    </body>
    </html>

  • How can we add multiple editable region in template

    Hi,
    My issue is when I am going to create a new template I want to add multiple editable region in template and I want to use those editable region per page wise so that in page editor I will add different text for each page for those editable region.
    I can use incontxt editor to change those area for different pages although is it possible to use online editor to add different text for different pages.
    I also have a plan to solve the issue ... that is also not working.
    Plan is .. if we can use tag (not the default one in template), want to use different tag like {tag_headding},{tag_sidebarcontent} in template so that we can use those tag in template and fill the field in the page online editor, so when differnt page we will create we will fill those field for those tag and that will show in the front view of the site.
    Please help me. I am really stuck on this issue.
    Thanks in advance.
    Projjwal

    Hi Projjwal,
    Yes, if you look at many of the commercial BC templates available the way they are getting around it is with Content Holders and multiple templates.
    Now I know you will say that multiple templates is high maintenance ..... not if you use Content holders for both recurring content and unique content.
    Think of Conent Holders as 'Includes' ... I have been doing it this way with templates that I build from scratch as well. Easier than you think.
    And that way the client can change content such as footer information or whatever that appears on all pages without editing the template itself.
    Only drawback is that if you are using Design View in Dreamweaver the content holders don't render. But other than that Content Holders are awesome.
    Brad

  • Cannot add column to flexible table when ddl autocommit is off using Procedure

    Hello All,
    Through procedure I am trying to insert data into the target(EX_92) table(with schema flexibility)
    Source table data
    ID
    PRODUCT_CODE
    PRODUCT_NAME
    PRICE
    COLOR
    TYPE
    1
    1
    rugg
    101.22
    2
    1
    rugg
    101.22
    3
    2
    book
    200.32
    BLUE
    Y
    Target table QUERY
    drop table EX_P2;
    CREATE COLUMN TABLE EX_P2(
    ID INTEGER PRIMARY KEY,
    PRODUCT_CODE VARCHAR(3),
    PRODUCT_NAME NVARCHAR(20),
    PRICE DECIMAL(5,2)
    ) WITH SCHEMA FLEXIBILITY;
    Procedure to insert above records with additional columns into the target table(EX_P2)
    Procedure
    drop procedure "DS_O1"."PROC";
    create procedure "DS_O1"."PROC"(IN max_value INTEGER, IN schema_name varchar(40), IN table_name varchar(40), IN column_list varchar(400))
    LANGUAGE SQLSCRIPT  AS
    BEGIN
    DECLARE maxid integer :=0;
    DECLARE INSERT_STR VARCHAR(1000) :='';
    select max(ID) into maxid from "DS_O1"."EX_P2";
    select :maxid from dummy;
    INSERT_STR :='insert into "' || 'DS_O1' ||'"."EX_P2" ('||:column_list||') (select ' ||:column_list||'
      FROM "'||:schema_name||'"."'||:table_name||'"' || ' where  ID  >' || :max_value  || ')';
    EXECUTE immediate(:INSERT_STR);
    END;
    Now while executing above procedure
    CALL "DS_O1"."PROC" ( 0, 'DS_O1', 'TMP_EXL2','ID,PRODUCT_CODE,PRODUCT_NAME,PRICE,COLOR,STATUS,TYPE');
    I am getting the following error
    Could not execute 'CALL "DS_O1"."PROC" ( 0, 'DS_O1', 'TMP_EXL2','ID,PRODUCT_CODE,PRODUCT_NAME,PRICE,COLOR,STATUS,TYPE')' in 23 ms 564 µs .
    SAP DBTech JDBC: [7]: feature not supported:  [7] "DS_O1"."PROC": line 18 col 1 (at pos 779): [7] (range 3): feature not supported: cannot add column to flexible table when ddl autocommit is off

    Hi Rajnish,
    I had the same issue. For what it’s worth I was able to do a workaround basically creating all the columns when I create the table. The following code works for me to create the table which is just a matrix with one Integer column as the key and the rest as type Double.
    It is not ideal in all scenarios because the table columns cannot be added dynamically via a procedure at a later point. This table has 27K columns now
    Of course one of the advantages of a flex table would be programmatically adding columns dynamically. This works, but maybe there is still a way to add columns dynamically from a procedure, and someone else can advise.
    Apparently dynamically adding columns via procedures may have some "minor" limitations due to the need to compile the procedure with knowledge of the flex table DDL. But again, hopefully someone knows another solution.
    Best regards,
    Mark
    DROP PROCEDURE CREATE_MATRIX;
    CREATE PROCEDURE CREATE_MATRIX(
        LANGUAGE SQLSCRIPT
        SQL SECURITY INVOKER
        AS
    /*********BEGIN PROCEDURE SCRIPT ************/
    BEGIN
        -- cursor over messages
        declare cursor matrix_cursor for
            select distinct TERM
            from TERMS
            order by term;
           declare cnt INTEGER := 0;
           declare temptxt NVARCHAR(500000) := 'CREATE COLUMN TABLE DOC_MATRIX ( CONTENT_ID INTEGER ';
        for cur_matrix as matrix_cursor do
          cnt:=:cnt + 1;
               select temptxt || ', C' || cnt || ' DOUBLE' into temptxt from dummy;
        end for;
          temptxt:=temptxt || ' ) WITH SCHEMA FLEXIBILITY';
           EXEC :temptxt;
           select :temptxt from dummy;
    END;
    DROP TABLE DOC_MATRIX;
    CALL CREATE_MATRIX();

  • ERROR: cannot edit or duplicate page. Reason: no editable regions

    Hi,
    Going round in circles with this one.  Feeling like Friday afternoon.
    URL: http://www.business-risc.com/fleet/bss/1/index.html
    CtrlE works fine.
    Click on "POLICIES" spry tab
    Click on EDIT PAGE
    Highlights the correct editable region... hover confirms its an editable region.
    Allows me to edit, no problem.
    Then, on SAVE DRAFT or DONE returns ERROR: cannot edit or duplicate page.  Reason: page does not contain any editable regions.
    I just cant see why.  Can anyone help please?
    Thanks
    Carol

    There should be a space before the ice:editable attributes (all of them):
    class="TabbedPanelsContent"ice:editable="*"
    Regards,
    Dan Popa

  • Replacing existing template - need to add editable regions

    I've created a new design for my website and created a new template that uses the same editable regions so it will correctly update all of the existing pages based on the old template.  How can I add new editable regions to the template?  I was told that the editable regions have to matach exactly. Is there a way around this where I can add new ones? 

    It all depends on how you set-up your original template.  Can we see a link to your template or the code from it?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

Maybe you are looking for

  • Problem indexing with TREX

    Hi guys,   We have some problems with our TREX system. This´s our environment:   - SAP Netweaver 7 - SP17 (SUN Solaris)   - SAP TREX 7 (Windows 2003 server)   - IIS 6 with SSO to File Server (SSO22Kerbmap configured)   The problem is that When indexi

  • The display speakers, the camera display, and all three USB outputs in the back are not working?

    The speakers, the camera display, and all the USB outputs in the back are not working. I was typing a paper last night when the electricity went off, and 5min later went back on, and all the display speakers, the camera display, and all the USB outpu

  • IPhone After-life

    When the contract expires, what would happen to our iPhones? Can we unlock them and put a pay as you go SIM card, just like other handsets? (The reports of unlocking adventures seem unpromising.) I know it's too early to think about these questions,

  • [HOWTO] Mplayer music daemon

    Hello fellow Archers, I recently noticed that XMMS2 was using 40% of my CPU (not sure how I missed it but it no doubt has something to do with my setup) and decided I needed to correct this. My plan was to initially write my own music server, but tha

  • Short dump because of start routine.

    Hi , I have a start routine to delete the certain records of Source package based on some condition . My code is supposed to delete the source package when the 0DOC_CATEG ( Documant category ) is equal to 'B' or 'G'.Below is my code :     LOOP AT SOU