No Design/Split View?

Ok... sorry to sound like a rookie here, but one of the few
times I really want to use Design View I cant seem to get it to
work. Let me explain...
I am a long-time hand coder, and still hand-code most of my
pages. I have a page that I have hand-coded that contains an image
that I would like to create an image map (link) for. However, I
cant seem to get the Design and/or Split views to work. The buttons
on the nav bar are greyed out and the selections are unavailable
from the drop-down app menus. Here is some further info:
1. Here is the URL to the page I am working on:
http://stage.novussententia.com/walkofhope.
2. I am developing this on a remote server... but the server
is local to my network.
3. I am using server side includes
4. Here is the actual code from the page since I am using
SSI's:
<%
pStr = "private, no-cache, must-revalidate"
Response.ExpiresAbsolute = #2001-01-01#
Response.AddHeader "pragma", "no-cache"
Response.AddHeader "cache-control", pStr
%>
<!--#include file="../scripts/spiders.asp"-->
<!--#include file="../scripts/spider_keys.asp"-->
<!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>
<title>MDA-ALS :: Walk of Hope - Atlanta, GA ::
Home</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
<meta http-equiv="Expires" name="Expires" content="Sat,
15 August 2009 18:00:00 GMT">
<link rev=made
href="mailto:[email protected]">
<link href="../favicon.ico" rel="shortcut icon">
<!--#include file="../includes/metas.htm"-->
<link href="../walkofhope.css" rel="stylesheet"
type="text/css">
</head>
<body bgcolor="white" text="white" leftmargin="0"
topmargin="0" marginwidth="0">
<%=spiderContent()%>
<table width="100%" height="100%" border="0"
cellpadding="0" cellspacing="0" bgcolor="#e2e4e6">
<tr>
<td align="center" valign="top">
<table width="940" height="494" border="0"
cellpadding="0" cellspacing="0">
<tr>
<!-- Begin Header -->
<td width="20" rowspan="4"
background="../assets/drop_left.gif"></td>
<td><img src="../assets/home_top_01.jpg"
width="466" height="471" alt=""></td>
<td><img src="../assets/home_top_02.jpg"
width="434" height="471" alt=""></td>
<td width="20" rowspan="4"
background="../assets/drop_right.gif"></td>
<!-- End Header -->
</tr>
<tr>
<td><img src="../assets/home_top_03.jpg"
width="466" height="23" alt=""></td>
<td align="center" valign="middle" bgcolor="#FFFFFF">
<!-- Begin Global Navigation -->
<!--#include file="../includes/global_nav.htm"-->
<!-- End Global Navigation -->
</td>
</tr>
<tr>
<td colspan="2" align="left" valign="top"
style="background-image: url( ../assets/back_bottom.gif );
background-repeat: no-repeat; background-color: #18a86d;
padding-left: 10px; Padding-top: 20px;">
<!-- Begin Main Content Area -->
<table width="100%" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td width="300" height="260" align="center"
valign="top"><img
src="../assets/sign_up_button.gif"></td>
<td width="2"><img src="../assets/spacer_white.gif"
width="2" height="200"></td>
<td align="left" valign="top" style="Padding-top:
0px;"><img src="../assets/home_copy.gif" border="0"
usemap="#home_copy"></td>
</tr>
</table>
<!-- End Main Content Area -->
</td>
</tr>
<!-- Begin Footer -->
<!--#include file="../includes/footer.htm"-->
<!-- Begin Footer -->
</table>
</td>
</tr>
</table>
<%=spiderContent()%>
</body>
</html>
Can you assist?

This file's name is index.asp?
And is this obfuscated text?
<%=spiderContent()%>
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"NovusCory" <[email protected]> wrote in
message
news:[email protected]...
> Ok... sorry to sound like a rookie here, but one of the
few times I really
> want
> to use Design View I cant seem to get it to work. Let me
explain...
>
> I am a long-time hand coder, and still hand-code most of
my pages. I have
> a
> page that I have hand-coded that contains an image that
I would like to
> create
> an image map (link) for. However, I cant seem to get the
Design and/or
> Split
> views to work. The buttons on the nav bar are greyed out
and the
> selections
> are unavailable from the drop-down app menus. Here is
some further info:
>
> 1. Here is the URL to the page I am working on:
>
http://stage.novussententia.com/walkofhope.
> 2. I am developing this on a remote server... but the
server is local to
> my
> network.
> 3. I am using server side includes
> 4. Here is the actual code from the page since I am
using SSI's:
>
> <%
> pStr = "private, no-cache, must-revalidate"
> Response.ExpiresAbsolute = #2001-01-01#
> Response.AddHeader "pragma", "no-cache"
> Response.AddHeader "cache-control", pStr
> %>
> <!--#include file="../scripts/spiders.asp"-->
> <!--#include file="../scripts/spider_keys.asp"-->
> <!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>
> <title>MDA-ALS :: Walk of Hope - Atlanta, GA ::
Home</title>
> <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
> <meta http-equiv="Expires" name="Expires"
content="Sat, 15 August 2009
> 18:00:00 GMT">
> <link rev=made
href="mailto:[email protected]">
> <link href="../favicon.ico" rel="shortcut icon">
> <!--#include file="../includes/metas.htm"-->
> <link href="../walkofhope.css" rel="stylesheet"
type="text/css">
> </head>
>
> <body bgcolor="white" text="white" leftmargin="0"
topmargin="0"
> marginwidth="0">
> <%=spiderContent()%>
> <table width="100%" height="100%" border="0"
cellpadding="0"
> cellspacing="0"
> bgcolor="#e2e4e6">
> <tr>
> <td align="center" valign="top">
>
> <table width="940" height="494" border="0"
cellpadding="0"
> cellspacing="0">
> <tr>
>
> <!-- Begin Header -->
>
> <td width="20" rowspan="4"
> background="../assets/drop_left.gif"></td>
> <td><img src="../assets/home_top_01.jpg"
width="466"
> height="471" alt=""></td>
> <td><img src="../assets/home_top_02.jpg"
width="434"
> height="471" alt=""></td>
> <td width="20" rowspan="4"
> background="../assets/drop_right.gif"></td>
>
> <!-- End Header -->
>
> </tr>
> <tr>
> <td><img src="../assets/home_top_03.jpg"
width="466"
> height="23" alt=""></td>
> <td align="center" valign="middle"
bgcolor="#FFFFFF">
>
> <!-- Begin Global Navigation -->
>
> <!--#include file="../includes/global_nav.htm"-->
>
> <!-- End Global Navigation -->
>
> </td>
> </tr>
> <tr>
> <td colspan="2" align="left" valign="top"
> style="background-image: url( ../assets/back_bottom.gif
> background-repeat:
> no-repeat; background-color: #18a86d; padding-left:
10px; Padding-top:
> 20px;">
>
> <!-- Begin Main Content Area -->
>
> <table width="100%" border="0" cellpadding="0"
> cellspacing="0">
> <tr>
> <td width="300" height="260" align="center"
> valign="top"><img
src="../assets/sign_up_button.gif"></td>
> <td width="2"><img
> src="../assets/spacer_white.gif" width="2"
height="200"></td>
> <td align="left" valign="top"
> style="Padding-top: 0px;"><img
src="../assets/home_copy.gif" border="0"
> usemap="#home_copy"></td>
> </tr>
> </table>
>
> <!-- End Main Content Area -->
>
> </td>
> </tr>
>
> <!-- Begin Footer -->
>
> <!--#include file="../includes/footer.htm"-->
>
> <!-- Begin Footer -->
>
> </table>
>
> </td>
> </tr>
> </table>
> <%=spiderContent()%>
> </body>
> </html>
>
>
> Can you assist?
>

Similar Messages

  • Remote images not showing up in design/split view

    Just recently, whenever i updated the image location from the
    local site to the remote site path, the images don't get loaded
    into dreamweaver how it used to.
    i'm not sure if i unchecked something. the paths are correct
    and they show up when i preview in browser so i know it's not that.
    if anyone can help with this it will be great. thanks.

    Do you have spaces in your image file/pathnames?
    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
    ==================
    "zgarcia" <[email protected]> wrote in
    message
    news:e286rc$adb$[email protected]..
    > DW 8.01
    >
    > it's not the put action.
    >
    > what i normally do is compose the email on the local
    site so i have the
    > images
    > showing, add the links etc...
    > then i upload the images onto my remote server.
    > after i do that, i go into the source code and do a
    find/replace on the
    > image
    > directory. (highlight "images" and replace it with the
    > "
    http://www.example.com/campaign/email")
    >
    > now, after i do a replace all, the images would reflect
    whatever is in the
    > remote directory (
    http://etc...) and will actually display
    in the
    > design/split
    > view instead of seeing broken image icons as it's
    currently doing.
    >
    > the remote site locations are correct.
    >
    > let me know if that helps, thanks.
    >

  • Design & Split View Unavailable

    I will apologize up front for the length of this post. I
    wanted to give as comprehensive a picture as possible.
    I am running v. 8.0.2 on a OS X (10.4.8 - "Tiger"). I'm
    working on an intranet site using the company's newly approved
    template. Until a few days ago, I was able to see the files (*.stm)
    in any view I wanted. Now I cannot see the files in anything but
    code view. I can remote to a PC with Dreamweaver 8 and it can see
    the files in Design view - the header includes are garbled junk,
    but the rest of the page is fine. Two things have changed and I
    don't know which is the culprit because they both happened since I
    last viewed the site on my Mac version of Dreamweaver.
    1. The server files were moved from a "physical" Win2003
    Server to a virtual machine. The effect of this is that I now have
    to mount the volumes using Terminal because Finder cannot access
    them. Tracking down how to mount the volumes is why I haven't seen
    them on a Mac for a while. (Don't know why FInder cannot "see" this
    particular VM, it sees other ones, but the admin is not interested
    in fixing it.)
    2. My .NET developer moved the support files and pages for a
    class calendering and registration application. (VB.NET 2.0). The
    file extension used for the .NET app is .aspx.
    I've been scouring the Discussion groups and can't find
    anything like this so I'm posting. Some of the ideas I've tried
    based on similar posts:
    1. Checked to see if .stm is in my extensions.txt file - it
    was,
    2. Checked Style Rendering to make sure "Display Styles" is
    checked - it is.
    3. Checked extensions listed in "Open in Code View" text box
    to make sure .stm is NOT listed - it wasn't. Just for kicks, I
    added it, quit Dreamweaver, launched, deleted, quit Dreamweaver and
    launched again...no good.
    I'm out of ideas...anyone, anyone?

    http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_16410
    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
    ==================
    "don1958" <[email protected]> wrote in
    message
    news:[email protected]...
    >I will apologize up front for the length of this post. I
    wanted to give as
    > comprehensive a picture as possible.
    > I am running v. 8.0.2 on a OS X (10.4.8 - "Tiger"). I'm
    working on an
    > intranet
    > site using the company's newly approved template. Until
    a few days ago, I
    > was
    > able to see the files (*.stm) in any view I wanted. Now
    I cannot see the
    > files
    > in anything but code view. I can remote to a PC with
    Dreamweaver 8 and it
    > can
    > see the files in Design view - the header includes are
    garbled junk, but
    > the
    > rest of the page is fine. Two things have changed and I
    don't know which
    > is the
    > culprit because they both happened since I last viewed
    the site on my Mac
    > version of Dreamweaver.
    > 1. The server files were moved from a "physical" Win2003
    Server to a
    > virtual
    > machine. The effect of this is that I now have to mount
    the volumes using
    > Terminal because Finder cannot access them. Tracking
    down how to mount the
    > volumes is why I haven't seen them on a Mac for a while.
    (Don't know why
    > FInder
    > cannot "see" this particular VM, it sees other ones, but
    the admin is not
    > interested in fixing it.)
    > 2. My .NET developer moved the support files and pages
    for a class
    > calendering
    > and registration application. (VB.NET 2.0). The file
    extension used for
    > the
    > .NET app is .aspx.
    > I've been scouring the Discussion groups and can't find
    anything like this
    > so
    > I'm posting. Some of the ideas I've tried based on
    similar posts:
    > 1. Checked to see if .stm is in my extensions.txt file -
    it was,
    > 2. Checked Style Rendering to make sure "Display Styles"
    is checked - it
    > is.
    > 3. Checked extensions listed in "Open in Code View" text
    box to make sure
    > .stm
    > is NOT listed - it wasn't. Just for kicks, I added it,
    quit Dreamweaver,
    > launched, deleted, quit Dreamweaver and launched
    again...no good.
    >
    > I'm out of ideas...anyone, anyone?
    >

  • Always open files in code view (with option to switch back to design/split)

    I almost never use design view and it's very annoying that Dreamwaver CS4 can't seem to understand and remember that. I can be editing a file one day in code view, and when I open the file again the next day it opens in design view!? Is there a setting for this somewhere or is this a bug? Any suggestions for a solution?
    Someone suggested I add the relevant suffixes in the "Open in code view" field (Preferences > File Types / Editors) but Adobe has decided that if I choose to always open a certain file type in code view via this method, I will not be allowed to temporarlily switch to design/split view.
    Any other suggestions?
    Original thread (incorrectly marked as "answered")
    http://forums.adobe.com/message/2399024

    All I can suggest is that you post an official feature request via the official form and wait for Adobe to implement something in CS6 or CS7 (assuming the feature set for CS5 is set in stone by now).
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • CS5.5 I can't get testing server, "design" and "Split" views operational

    I just upgraded from DWCS3 to DWCS5.5 and am trying to get php (dynamically related) files working. Very frustrating.
    I have set up everything according to the tutorial at http://www.adobe.com/devnet/dreamweaver/articles/setup_testing_server.html Nothing seems to work. And no one seems to currently be answering posts...so I apologize if this is a faux pas, but I'm starting a new thread in hopes that I and others can get some help.
    Here's what I have:
    WAMP server: : C:\TNG813onMowesII\www\ (Mowes Portable II is  software that enables you to quickly set up a WAMP (Windows, Apache, MySQL and PHP) system on any Windows system.))
    Site Name: localhost genealogy Local Site Folder: C:\TNG813onMowesII\www\ Server Name: localhost  Server Folder: C:\TNG813onMowesII\www\  Web URL: http://localhost/genealogy/ Server Model: PHP MySQL Connection: Local/Network
    Remote - unchecked
    Testing - checked
    I also have an idnetical image at D:/MyWebs/public_html/ for syncing with my remote website - http:larryvoyer.com
    My "Design", "Split", "Live View" and "Inspect" buttons are greyed out.
    Again, I apologize if I messed things up bu opening a thread on a prvious subject
    Larry Voyer
    Site Creator/Administrator
    http://larryvoyer.com/genealogy/
    Attempting to solve this on another thread, I was asked for the code that I was trying to see in design view...here it is if it's important:
    <?php
    $flags['noicons'] = true;
    $flags['noheader'] = true;
    $flags['nobody'] = true;
    //Change the text in quotes below to reflect the title of your site
    tng_header( "{$tmp['t5_maintitle']}", $flags );
    ?>
    <body>
    <div align="center">
    <table width="90%" class="maintable">
      <tr>
        <td class="row" colspan="6"></td>
      </tr>
    <tr>
      <td class="imagesection"> </td>
      <td class="spacercol">  </td>
      <td class="content" colspan="4">
       <table border="0" cellpadding="5" cellspacing="0" width="2%" class="innertable">
            <tr>        
        <td class="leftimage"><img src="<?php echo $cms['tngpath'] . $templatepath; ?><?php echo $tmp['t5_leftimg']; ?>" alt="louis voyer" ></td>
        <td class="banner" colspan="2"><img src="<?php echo $cms['tngpath'] . $templatepath; ?><?php echo $tmp['t5_titleimg']; ?>" alt="title"/></td>
        <td class="rightimage"><img src="<?php echo $cms['tngpath'] . $templatepath; ?><?php echo $tmp['t5_rightimg']; ?>" alt="louis voyer" ></td>
      </td>
    </tr>
        <tr>
            <td colspan="4" class="boxback">
       <a href="whatsnew.php" class="lightlink2"><?php echo $text['mnuwhatsnew']; ?></a>
                | <a href="browsemedia.php?mediatypeID=photos" class="lightlink2"><?php echo $text['mnuphotos']; ?></a>
                | <a href="browsemedia.php?mediatypeID=documents" class="lightlink2"><?php echo $text['documents']; ?></a>
                | <a href="browsemedia.php" class="lightlink2"><?php echo $text['allmedia']; ?></a><br />
    <!-- SECOND LINE OF LINKS-->
                <a href="mostwanted.php" class="lightlink2"><?php echo $text['mostwanted']; ?></a>
                | <a href="reports.php" class="lightlink2"><?php echo $text['mnureports']; ?></a>
                | <a href="cemeteries.php" class="lightlink2"><?php echo $text['mnucemeteries']; ?></a>
          | <a href="browsemedia.php?mediatypeID=headstones" class="lightlink2"><?php echo $text['mnutombstones']; ?></a>
          | <a href="anniversaries.php" class="lightlink2"><?php echo $text['anniversaries']; ?></a>
          | <a href="places.php" class="lightlink2"><?php echo $text['places']; ?></a><br />
    <!-- THIRD LINE OF LINKS-->
          <a href="browsenotes.php" class="lightlink2"><?php echo $text['notes']; ?></a>
          | <a href="browsesources.php" class="lightlink2"><?php echo $text['mnusources']; ?></a>
             | <a href="browsetrees.php" class="lightlink2"><?php echo $text['mnustatistics']; ?></a>
             | <a href="bookmarks.php" class="lightlink2"><?php echo $text['bookmarks']; ?></a>
          | <a href="suggest.php" class="lightlink2"><?php echo $text['contactus']; ?></a>
    <?php
    if( $allow_admin ) {
      echo "| <a href=\"showlog.php\" class=\"lightlink2\">{$text['mnushowlog']}</a>\n";
      echo "| <a href=\"admin.php\" class=\"lightlink2\">{$text['mnuadmin']}</a>\n";
    ?>
      </td>
         </tr>
          <tr>
         <td class="leftcontent" rowspan="3">
      <div class="header">
                  <p>Our Noble Background</p>
       </div>
       <p>Recently, the <a href="Longueval" _mce_href="http://www.habitant.org/longueval/">Longueval">http://www.habitant.org/longuev al/">Longueval Research Project </a> has established the connection, through Anne Couvent, into the royalty database.
        This site includes that ancestry.
        Anne Couvent is in your ancestry, have fun loking at some of our famous and infamous ancestors. </p>
        <li><div align="left">
         <ul>
          <li> <a href="pedigree.php?personID=I63070&amp;tree=v7_28"><img src="img/Chart.gif" class="chartimg" alt="" /></a>  <a href="getperson.php?personID=I63070amp;tree=v7_28" class="pers" id="pI63070_tv7_28">Queen Cleopatra </a>  </li>
          <li> <a href="pedigree.php?personID=I107713&amp;tree=v7_28"><img src="img/Chart.gif" class="chartimg" alt="" /></a>  <a href="getperson.php?personID=I107713&amp;tree=v7_28" class="pers" id="pI185929_tv7_28">Alexander the Great</a>  </li>     
          <li> <a href="pedigree.php?personID=I186817&amp;tree=v7_28"><img src="img/Chart.gif" class="chartimg" alt="" /></a>  <a href="getperson.php?personID=I186817&amp;tree=v7_28" class="pers" id="pI186817_tv7_28">Attila the Hun</a>  </li>
          <li> <a href="pedigree.php?personID=I83464&amp;tree=v7_28"><img src="img/Chart.gif" class="chartimg" alt="" /></a>  <a href="getperson.php?personID=I83464&amp;tree=v7_28" class="pers" id="pI83464_tv7_28">Charlemagne</a>  </li>
          <li> <a href="pedigree.php?personID=I185929&amp;tree=v7_28"><img src="img/Chart.gif" class="chartimg" alt="" /></a>  <a href="getperson.php?personID=I185929&amp;tree=v7_28" class="pers" id="pI185929_tv7_28">King Louis XIV</a>  </li>
         </ul>
          </div></li>
       <p> Here are some links showing noble ancestors as they are related to me </p>
          <ul><li>
          <div align="left"><a href="rulers/rulers_france.php">Rulers of France</a></div>
        </li>
        <li>
          <div align="left"><a href="rulers/rulers_germany.php">Rulers of Germany</a></div>
        </li>
        <li>
          <div align="left"><a href="rulers/rulers_hre.php">Rulers of theHoly Roman Empire</a></div>
        </li>
        <li>
          <div align="left"><a href="rulers/rulers_italy.php">Rulers of Italy</a></div>
        </li>
        <li>
          <div align="left"><a href="rulers/rulers_visigoths.php">Rulers of the Visigoths</a></div>
        </li>
        <li>
          <div align="left"><a href="rulers/rulers_franks.php">Rulers of the Franks</a></div>
        </li>
         </ul>
         <p>  </p>
         <span class="style26o">Please note: this is not complete and is included for the user to see their potential relationship to past nobility
              The nobility database is far from the primary focus of the site and will not be supported other than the correction of errors.</span></div>
            </td>
      <td>
       <div class="header">
                  <?php echo $text['welcome']; ?>!
       </div>
       <div class="normal">
          <img src="<?php echo $cms['tngpath'] . $templatepath; ?><?php echo $tmp['t5_mainimage']; ?>" alt="" style="float:right" class="indexphoto" width="300"  /><br /><br />
         <p>Welcome to the genealogy site devoted to Voyer and Bedard ancestry. Why Voyer and Bedard? My father was a Voyer. My mother a Bedard
         I believe that this is the largest compilation of Voyers with 4000+ and 24,000+ Bedards. I hope that it will be useful to those looking for their heritage.</p>
         </p>I am indebted to my cousin Jacqueline TIERNAN Poudrier for her tireless research and contributions to this site. </p>
         <p>If you have any questions or comments about the information on
         this site, <a href="suggest.php">please contact us</a>.
         We look forward to hearing from you.</p>
         <ul>
          <?php
           if(!$currentuser) {
            if(!$tngconfig['disallowreg'])
             echo "<li><a href=\"newacctform.php\">{$text['mnuregister']}</a></li>\n";
            echo "<li><a href=\"login.php\">{$text['mnulogon']}</a></li>\n";
           else {
            echo "<li><a href=\"logout.php\">{$text['mnulogout']}</a></li>\n";
           if($chooselang)
            echo "<li><a href=\"changelanguage.php\">{$text['mnulanguage']}</a></li>\n";
          ?>
         </ul>
         <p></p>
         <div>
         <div class="header">
                  <p>DNA Genealogy</p>
       </div>
       <p></p>
         <p>DNA technology allows us another way to investigate our ancestry, especially with regard to lines that have been difficult or even impossible to resolve as is our case with the lack of records in France.<p></p> 
    There are many ways to test and analyze DNA, but there are two particular kinds of DNA testing that are especially useful in genealogy:  Y-chromosome DNA (Y-DNA) testing and mitochondrial DNA (mtDNA) testing.  The genealogical usefulness of these two DNA tests is based on two aspects of human inheritance:
       <ol>
       <li>  that the Y chromosome is passed on only by the father</li>
       <li>  that mitochondria are passed on only by the mother</li>
       </p>
       <p>Both a VOYER and a BEDARD DNA project have been created and can reached through the links below. Please make sure that the person submitted for DNA tests is in our dtabase so that we can determine the earliest ancestor.
       If you are submitting for a mitochondrial DNA test, please contact us so that we can attempt to trace your maternal pedigree.
              <div class="subheader"><span class="style41"><a href="Voyer" _mce_href="http://www.worldfamilies.net/surnames/voyer">Voyer">http://www.worldfamilies.n et/surnames/voyer">Voyer DNA Project</a> <a href="Bedard" _mce_href="http://www.worldfamilies.net/surnames/bedard">Bedard">http://www.worldfamilies .net/surnames/bedard">Bedard DNA Project</a></span></div>
        <div>
        </td>
      </div>
      <td> </td>
            <td class="rightcontent">
        <div class="language_box">
         <?php
          if($chooselang) {
           $query = "SELECT languageID, display, folder FROM $languages_table ORDER BY display";
           $result = mysql_query($query) or die ($text['cannotexecutequery'] . ": $query");
           $numlangs = mysql_num_rows( $result );
           if($numlangs > 1) {
            echo getFORM( "savelanguage2", "get", "tngmenu3", "" );
            echo "<select name=\"newlanguage3\" id=\"newlanguage3\" style=\"font-size:11px;\" onchange=\"document.tngmenu3.submit();\">";
            while( $row = mysql_fetch_assoc($result)) {
             echo "<option value=\"{$row['languageID']}\"";
             if( $languages_path . $row['folder'] == $mylanguage )
              echo " selected=\"selected\"";
             echo ">{$row['display']}</option>\n";
            echo "</select>\n";
            echo "<input type=\"hidden\" name=\"instance\" value=\"3\" /></form>\n";
           mysql_free_result($result);
          echo "</p>\n";
         ?>
       </div>
       <form action="search.php" method="get">
        <table class="indexbox">
         <tr>
          <td class="padding"><span class="boxback"><?php echo $text['mnulastname']; ?>:<br />
           <input type="text" name="mylastname" class="searchbox" size="14" /></span></td></tr>
           <tr><td class="padding"><span class="boxback"><?php echo $text['mnufirstname']; ?>:<br />
           <input type="text" name="myfirstname" class="searchbox" size="14" /></span>
          </td>
         </tr>
         <tr>
          <td class="padding"><span class="normal"><input type="hidden" name="mybool" value="AND" />
          <input type="submit" name="search" value="<?php echo $text['mnusearchfornames']; ?>" class="small" /><br /><br />
          <?php
           echo "<a href=\"surnames.php\" class=\"lightlink2\">{$text['mnulastnames']}</a><br />\n";
           echo "<a href=\"searchform.php\" class=\"lightlink2\">{$text['mnuadvancedsearch']}</a>\n";
          ?></span>
          </td>
         </tr>
        </table>
       </form>
       <p></p>
       <div class="help">
       <div class="subheader">Can You Help?</div>
       <p></p>
        <p.request>Can you make yourself available to translate correspondence and site content into French?.</p>
        <p.request>Do you read the Obituaries? If you find BEDARD and VOYER obituaries (links or scans)? </p>
        <p.request>Are you a BEDARD or VOYER and not in our database? </p>
        <p.request>Are you interested in being part of the site research or development team?
        <p> </p><a href="suggest.php">please contact us</a>..</p>
       </div>
      </td>
          </tr>
        </table>
        </td>
      </tr>
      <tr>
        <td colspan="6" class="row12"></td>
      </tr>
      <tr>
      <div class="c3"></div>
    </td>
    </tr>
    </table>
    <br />
    <div>
      <br />
      <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
      <div align="center">
      <input type="hidden" name="cmd" value="_s-xclick" />
      <input type="hidden" name="hosted_button_id" value="1942114" />
      <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="" />
      <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
      </div>
    </form>
    </div>
    </td></tr>
    <tr><td class="tableheader"><img src="img/spacer.gif" width="25" height="25" alt="" /></td></tr></table>
    <div class="footer small">
    <br />
    This site powered by <a href="http://lythgoes.net/genealogy/software.php" class="footer">The Next Generation of Genealogy Sitebuilding</a> &copy;, v. 8.1.3, written by Darrin Lythgoe 2001-2012.
    <br /><br />
    Voyer & Bedard Genealogy &copy; Larry Voyer 2008-2012.
    <br /><br />
    <span class="sitecounter">Unique visitors since January 1, 2012: </span>
         <div>
            <!-- Start of StatCounter Code for Default Guide -->
       <script type="text/javascript"> var sc_project=7546502; var sc_invisible=0; var sc_security="d0ac87ac"; </script> <script type="text/javascript" src="http://www.statcounter.com/counter/counter.js"></script>
       <noscript><div class="statcounter"><a title="web counter" href="http://statcounter.com/free-hit-counter/" target="_blank"><img class="statcounter" src="http://c.statcounter.com/7546502/0/d0ac87ac/0/" alt="web counter"></a></div></noscript>
      <!-- End of StatCounter Code for Default Guide -->
    </div>
    </div> <!-- end of footer div -->
    </div> <!-- end of center div -->
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try {
    var pageTracker = _gat._getTracker("UA-2104283-2");
    pageTracker._trackPageview();
    } catch(err) {}</script>
    <!-- end footer.php for template 5--><script type="text/javascript" src="js/litbox.js"></script>
    </div> <!-- end of center div -->
    </body>
    </html>

    John,
    I misundrstood you response
    I entered http://localhost in my browser and recieved the following page:
    Asd you can see everything is working. I thought that when you called local host, it went to the www/ directory where I have my sites
    I still don't see a problem with my settings
    Server Folder: C:\TNG813onMowesII\www\
    Web URL: http://localhost/genealogy/
    I hate it when the tool is more trouble than the work.
    Larry Voyer
    Site Creator/Administrator
    http://larryvoyer.com/genealogy/

  • Magin change moving from Design to Split views

    For some reason, the margins of my HTML page change when I
    move from split view to design view. The page is a single table,
    centered with <center>, but when I change views, they whole
    thing shifts over by 19 pixels, from being centered starting at 309
    to being centered starting at 328.
    What the heck!?? Anyone know what might be causing
    this?

    Appearance of a vertical scrollbar?
    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
    ==================
    "D Cam" <[email protected]> wrote in message
    news:fbt85u$cpv$[email protected]..
    > For some reason, the margins of my HTML page change when
    I move from split
    > view
    > to design view. The page is a single table, centered
    with <center>, but
    > when I
    > change views, they whole thing shifts over by 19 pixels,
    from being
    > centered
    > starting at 309 to being centered starting at 328.
    >
    > What the heck!?? Anyone know what might be causing this?
    >

  • DW code view custom highlight color from design view (split view)

    I would like to change the "Code view" highlight color from it's default to something more contrasty ... so while using "Split view" - when I select an element in "Design View" the corresponding code in "Code view" would be easier to find ...
    Anyone knows how to customize this setting wit DW CS5??
    Thanks!

    I would like to change the "Code view" highlight color from it's default to something more contrasty ... so while using "Split view" - when I select an element in "Design View" the corresponding code in "Code view" would be easier to find ...
    Anyone knows how to customize this setting wit DW CS5??
    DW Code View uses the Selection colors defined for your Operating System.
    If you don't know how to change that, which OS and version are you using?
    HTH,
    Randy

  • DW Split View - Design View

    When working in DW in Split View, when the user clicks into
    the Design View window the view automatically updates the view if
    code view has changed.
    Can i intercept this? Does it call a specific file or menu
    command that i would have access to?
    The reason:
    We use DW as a stand alone HTML editor and some of the files
    we work with are extremely large and each time a change is made in
    code view and tusers click into design view it auto updates the
    deisgn view and this could end up taking some time. i would like to
    manually control this if possible?
    Thanks

    I think it is probably the type of document you are creating,
    for example if
    you go to open a javascript or xml or css document, it goes
    to code and
    grays out the disign and split views. So you might be opening
    the wrong type
    of document.
    Gary
    "LouisCat" <[email protected]> wrote in
    message
    news:gbcucp$t6k$[email protected]..
    > In Dreamweaver CS3 (9.0.3453), when starting a new site,
    only the CODE
    > preview
    > button is available - Split/Design views are grayed out.
    >
    > Also, everything in the submenu under View > Visual
    Aids is also gray
    > Also, Refresh Design View is gray.
    >
    > I'm a visual kinda guy, and haven't been able to find a
    fix via Google.
    >
    > NOTE: Everything was ok when first loading, then blew
    out. Haven't been
    > able
    > to fix, and reinstalling doesn't work (I use Revo
    Uninstaller to totally
    > remove, so as to get a clean install - nothing)
    >
    > Many thanx for any help.
    >
    > - LouisCat
    >

  • Split View - Design side jumps

    I've come to the conclusion that the most exhausting part of
    working with Dreamweaver is chasing down my previous location on
    the Design side of the Split View after making a code change. What
    is it witth that? Example: If I select an area on the design page,
    go into the code side and, say, change a local style cattribute (or
    do just about anything for that matter) the page in the Design area
    jumps to the bottom of the document. I'm tired of having to scroll
    back to where I was every time I make a change in the code. I've
    been dealing with this forever and just wrote it off as a quirk but
    I need to know: Is there a way to fix this?
    Thanks.
    Cayce

    The settings you removed are NOT DW's default settings. In
    other words, the
    only way that *.htm and *.html could have gotten into the
    Open in Code View
    field would be if you had put them there.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "MJ-78" <[email protected]> wrote in message
    news:giha9n$r28$[email protected]..
    >I had that same problem, but I just fixed it by going to
    Edit > Preferences
    > >
    > File Types/Editors. In the first field, labeled "Open in
    Code View", I
    > removed
    > the file extensions html and .htm, and now the split
    view and design view
    > are
    > no longer greyed out. Code view is still available, too.
    >
    > I had looked at that setting before, but it wasn't clear
    that "Open in
    > code
    > view" meant that it would be impossible to view the
    files in Design view.
    > So
    > they definitely need an improvement for the user
    interface there.
    >

  • Dreamweaver 8.0.2 -- code view is totally screwed, so is design view. Split view works fine.

    I just started having an extremely annoying issue in DW8-XP.
    The code view is completely messed up. I can switch to code view,
    but nothing is there. Just a ghost of the split view I was just in.
    If I open a new file (like css file) in code view, I see a ghost of
    the last view. Since css files don't have a split or design view,
    I'm screwed. Cannot firgure out how to delete the config file. Do
    you think this would help? Would it erase any settings I have
    currently set?
    I tried switching to a default layout, restarting and all. No
    luck. Little help? :D

    Restart the system.
    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
    ==================
    "purefusion" <[email protected]> wrote in
    message
    news:eqntd2$chq$[email protected]..
    >I just started having an extremely annoying issue in
    DW8-XP. The code view
    >is
    > completely messed up. I can switch to code view, but
    nothing is there.
    > Just a
    > ghost of the split view I was just in. If I open a new
    file (like css
    > file) in
    > code view, I see a ghost of the last view. Since css
    files don't have a
    > split
    > or design view, I'm screwed. Cannot firgure out how to
    delete the config
    > file.
    > Do you think this would help? Would it erase any
    settings I have currently
    > set?
    >
    > I tried switching to a default layout, restarting and
    all. No luck. Little
    > help? :D
    >

  • Can you set DW to always show split view?

    This is not a major problem but an annoying thing and I can't seem to find.  I almost always work in split view - never design view.  Yet DW seems to default to design view. Even if I have previously edited a page in split or even code view, the next time I open that file (if I have closed and opened DW in the meantime) it opens in design view.
    I tried making a custom workspace that included viewing files in split view but sure enough whenever I re-open DW any files I open are once again displayed in Design View.
    Anyone know how to change this?
    Thanks!
    Ellie

    >>I tried making a custom workspace that included viewing files in split view but sure enough whenever I re-open DW any files I open are once again displayed in Design View.
    Yes, the same problem started in CS4-Mac for me.
    Just for kicks, I opened my custom workspace a moment ago. I then opened a document to split view, then resaved that setup as a new custom workspace.
    Upon reopening Dreamweaver the next time, it remembered my split view setting. However, the time after that, I was back in Design view.
    This seems to be pretty buggy.
    Hopefully someone will post a solution.
    ...pt

  • In Dreamweaver 2014.1 how do I get the vertical settings for split view?

    In split view, I want the code window to appear left of the design window as I had it set up in the previous version. I cannot find a place in preferences to do that. Help. I like the code window to the left and properties below the design window.

    No I cannot. I've tried to drag the coding window and it seems to be immoveable. I read the reference. It does not answer my question nor do any of the linked articles connected to it. I can float the property window and the other windows just fine and move them where I need them, however the code window in split view goes nowhere. When I have multiple file windows open in tabs and drag one of them the code view stuck at the bottom moves with it.

  • DW9 (CS3) split view not work with ASP files?

    I just installed and ran DW CS3 (ver 9.0 bulid 3481) -- I use
    "coder" view for the screen layout. I like the split-view style
    since I code inline HTML with my ASP and ASPX code. However, the
    new version has the split-screen view button grayed out. How do I
    enable split view when I edit files that are not just ending in
    "htm" or "html" extensions? If the Adobe programmers made an
    ASSumption then they need to issue a patch and remove it pronto. I
    do not want someone else making decisions on how I do my work...I
    get enough of that from Microsoft already, I do not need it from my
    tools also. Please forward this to the developers if there is no
    way to change my preferences, otherwise please tell me how to edit
    a config file or hex-edit the executable to get this funtionality
    back. TIA!

    I still can't figure out why the split view or design view is
    grayed out and not accessible when editing files with an .asp or
    .aspx extension and it is driving me crazy! I called the support
    line and got someone in India who didn't understand my problem. 30
    minutes later I finally got her to agree to transfer me to
    secondary support but they were busy and she promised me they would
    call the next day. That was over a week ago. I didn't even get a
    voicemail, even though I stayed by my phone the whole day. I see
    that support for DW under Adobe is no better than it was under
    Macromedia...how sad. Microsoft Expression Web is looking better
    and better every day....... :(

  • Split-view temperment?

    So it seems that me or dw are misinformed in a particular css file. Heres the scoop:
    I have a css file that contains global styles.
    I use split view to edit this file, and watch the results immediately in design view before testing in multiple files.
    For some reason unknown to me... The file in split-view only has started being treated as plain text. In otherwords, I've lost all my code-hinting, and more important for my legibility (because I'm used to it lol) my code coloring.
    I have section-specific css files, and css files for other files being imported to the document.. etc etc... and they all function perfectly in split-view.
    I've checked all the settings that would make sense to me... but alas, I find nothing pertinent or effective...
    Attached you will see the file in question, with no code coloring... and you will see a spry css file with code coloring, etc..
    I hope this all make sense, and I appreciate what advice you can provide!
    Best Regards,
    Dan

    That is pretty strange...
    I am sure as you have written that you have checked all setting but still just to confirm once -
    You have gone to DW preferences and (Edit > Preference) and looked at following sections:
    If already done...any clues of when this actually happend...was it on some command you executed...or all of a sudden...
    Regards,
    Vinay

  • Dreamweaver CS3 Split View Issue

    Hello All,
    I just got the new dreamweaver CS3 and when working in split
    view nothing is refreshing correctly. What I mean is, if I click on
    some text in the design portion of dreamweaver to try and change
    the font, css assignment, or whatever I cannot. I have to click on
    the text, hit refresh (f5) and then the correct information in the
    properties panel shows up. I have the same problem when selecting
    something in the code portion of the split; it does not select the
    portion in the design section. What is the deal? Dreamweaver 8 did
    this fine.
    Anyone else have this problem?
    Alex

    What OS? Does the problem happen with all files and all
    sites, just some,
    or just one?
    David Alcala
    Adobe Product Support

Maybe you are looking for

  • [SOLVED]xorg-server 1.14.4-1 - mouse wheel not responding while moving

    I notice a relapse of the bug (https://bugs.archlinux.org/task/29191 and https://bugs.freedesktop.org/show_bug.cgi?id=48167) since the xorg-server upgrade. Downgrade to 1.14.3-2 solves the problem. The problem is noticed in ioQuake3 engines. UPDATE:

  • Windows 8.1 with bing : restrictions

    You should be able to do local policies on these, but you would have to manage them as individual local policies. They should also support Windows 10, and if you are feeling the challenge, and have the licenses, you can try to upgrade the license to

  • Do not disturb: alerts still audible

    When I turn the Do not disturb feature to ON the notification sounds are not silenced. Banners and alerts are not shown but I still hear an audible notification when a new email, Skype, iMessage... comes in. How do I suppress the sounds, too? Thanks,

  • Notification alert All Apps In Xperia Z1

    Hello I have a phone: Sony Xperia Z1  It is a wonderful and very excellent and supernatural Hahahaha Occurred in my mobile phone problem notification and notices and alerts. When the screen is locked, when it comes to e-mail message, or Facebook noti

  • Mising background

    Hello all, As I view my web page in the design window, everything looks fine. However, when I hit my F12 key to preview my work, my background image is missing along with the all the button graphics that I am using. The strange thing about this is, w