Footer displayed inaccurately in Dreamweaver CS4 php page

Hi,
I recently upgraded from Dreamweaver 8 to Dreamweaver CS4. Our organization site uses mostly php pages. When I attempt to open these pages in Dreamweaver CS4 the footer menu bar displays innacurately down through the center of the page and won't allow any edits as it acts like a top layer or something. Usually it acts as a menu bar on the top of any page on our website.
As it should appear from an online screen shot: You'll notice the orange menu bar across the top.
A shot of the Design View in Dreamweaver CS4:  You'll see the menu options are running down the center of the page as text.
This is the code : Can also be visited at www.axisdance.org
    <div id="footer">AXIS Dance Company &middot; 1428 Alice Street, Suite 200 &middot; Oakland, CA 94612<br />
        Phone: 510-625-0110 &middot; Fax: 510-625-0321
    </div><!--end footer-->
    <div id="navBar"><!--<a name="navigation" class="minimize"> </a><br />-->
        <!-- begin list for menu-->
        <ul id="udm" class="udm">
            <li><h2><a href="index.php">home</a></h2>
            </li>
            <li><h2><a href="about.php">about us</a></h2>
                <ul>
                <li><a href="about.php">About AXIS</a></li>
                <li><a href="about_news.php">News</a></li>
                <li><a href="about_mediaKit.php">Media Kit</a></li>
                <li><a href="about_dancers.php">Dancers</a></li>
                <li><a href="about_staff.php">Board & Staff</a></li>
                <li><a href="about_jobs.php">Jobs & Auditions</a>
                <ul>
                    <li><a href="about_internships.php">Internships</a></li>
                    </ul>
                <li><a href="about_faq.php">FAQ</a></li>
                <li><a href="about_contact.php">Contact Us</a>
                    <ul>
                    <li><a href="about_contact_directions.php">Directions</a></li>
                    </ul>                   
                </li>
                </ul>
            </li>
            <li><h2><a href="performance.php">performances</a></h2>
                <ul>
                <li><a href="performance.php">Performance Calendar</a></li>
                <li><a href="performance_repertory.php">Repertory Clips </a></li>
                <li><a href="performance_gallery.php">Image Gallery</a></li>
                <li><a href="performance_reviews.php">Reviews</a></li>
                <li><a href="performance_booking.php">Booking AXIS</a></li>
                <li><a href="performance_collaboration.php">Collaborating Artists</a></li>
                </ul>
            </li>
            <li><h2><a href="education.php">education</a></h2>
                <ul>
                <li><a href="education.php">About Education </a></li>
                <ul>
                    <li><a href="kids.php">Dance Access/KIDS!</a></li>
                    <li><a href="Adults.php">Dance Access (Adults)</a></li>
                    </ul>
                <li><a href="education_danceAccess.php">Class Schedule</a></li>
                <li><a href="education_hiring.php">Booking Dance Access</a></li>
                <li><a href="education_summerIntensive.php">Summer Intensive</a></li>
                <li><a href="education_resources.php">Resources</a>
                    <ul>
                    <li><a href="education_resources_videos.php">Media</a></li>
                    <li><a href="education_resources_articles.php">Essays & Articles</a></li>
                    <li><a href="assets/teachersGuide.pdf">Teacher's Guide (PDF)</a></li>
                    </ul>                   
                </li>
                <li><a href="education_likeUs.php">Companies Like Us</a></li>
                </ul>
            </li>       
            <li><h2><a href="support.php"> support </a></h2>
                <ul>
                <li> <a href="support.php"> Ways to Support</a></li>
                <li><a href="support_volunteering.php">Volunteering</a></li>                   
                <li><a href="support_mailingList.php">Join Mailing List</a></li>                   
                <li><a href="support_store.php">AXIS Store</a></li>                   
                <li><a href="support_funders.php">Funders &amp; Donors </a></li>                   
                <li><a href="support_webSupporters.php">Web Supporters</a></li>                   
                </ul>
            </li>
        </ul>
        <img src="images/shim.gif" width="800" height="1" border="0" alt="navigation bar" /><br />
    </div><!--end navbar-->
</div><!--end center-->
<div id="copy">
    <div id="right">&copy; 1999-2010. AXIS Dance Company  <br>
        <a href="http://www.facebook.com/pages/AXIS-Dance-Company/56899952604?ref=ts" target="_blank"></a> <a href="http://www.youtube.com/user/AXISDanceComp" target="_blank"></a> <a href="http://www.axisdance.org/support_mailingList.php" target="_blank"></a><br />
    </div>
    <div id="powered"> </div>
    <div class="clear"> </div>
</div><!--end copy-->
<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-10598516-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>
This seems like a simple solution but I'm just not sure what it would be.
Thanks

The live view or preview functions do not work and lead to the error: "Not Found, the requested URL/html/index.php was not found on this server.'   This is another issue that I don't understand.
Unfortunately, I did not develop this website and have a minimal knowledge of html and Dreamweaver.  I'm not sure if I can answer the question about which menu system we're using - would seeing the code of the footer help?   I'll paste below in case.  
And just to be clear, the problem only occurs in editing in Dreamweaver, but when uploaded to our server it appears correctly.
Thanks for your help!
    <div id="footer">AXIS Dance Company &middot; 1428 Alice Street, Suite 200 &middot; Oakland, CA 94612<br />
        Phone: 510-625-0110 &middot; Fax: 510-625-0321
    </div><!--end footer-->
    <div id="navBar"><!--<a name="navigation" class="minimize"> </a><br />-->
        <!-- begin list for menu-->
        <ul id="udm" class="udm">
            <li><h2><a href="index.php">home</a></h2>
            </li>
            <li><h2><a href="about.php">about us</a></h2>
                <ul>
                <li><a href="about.php">About AXIS</a></li>
                <li><a href="about_news.php">News</a></li>
                <li><a href="about_mediaKit.php">Media Kit</a></li>
                <li><a href="about_dancers.php">Dancers</a></li>
                <li><a href="about_staff.php">Board & Staff</a></li>
                <li><a href="about_jobs.php">Jobs & Auditions</a>
                <ul>
                    <li><a href="about_internships.php">Internships</a></li>
                    </ul>
                <li><a href="about_faq.php">FAQ</a></li>
                <li><a href="about_contact.php">Contact Us</a>
                    <ul>
                    <li><a href="about_contact_directions.php">Directions</a></li>
                    </ul>                   
                </li>
                </ul>
            </li>
            <li><h2><a href="performance.php">performances</a></h2>
                <ul>
                <li><a href="performance.php">Performance Calendar</a></li>
                <li><a href="performance_repertory.php">Repertory Clips </a></li>
                <li><a href="performance_gallery.php">Image Gallery</a></li>
                <li><a href="performance_reviews.php">Reviews</a></li>
                <li><a href="performance_booking.php">Booking AXIS</a></li>
                <li><a href="performance_collaboration.php">Collaborating Artists</a></li>
                </ul>
            </li>
            <li><h2><a href="education.php">education</a></h2>
                <ul>
                <li><a href="education.php">About Education </a></li>
                <ul>
                    <li><a href="kids.php">Dance Access/KIDS!</a></li>
                    <li><a href="Adults.php">Dance Access (Adults)</a></li>
                    </ul>
                <li><a href="education_danceAccess.php">Class Schedule</a></li>
                <li><a href="education_hiring.php">Booking Dance Access</a></li>
                <li><a href="education_summerIntensive.php">Summer Intensive</a></li>
                <li><a href="education_resources.php">Resources</a>
                    <ul>
                    <li><a href="education_resources_videos.php">Media</a></li>
                    <li><a href="education_resources_articles.php">Essays & Articles</a></li>
                    <li><a href="assets/teachersGuide.pdf">Teacher's Guide (PDF)</a></li>
                    </ul>                   
                </li>
                <li><a href="education_likeUs.php">Companies Like Us</a></li>
                </ul>
            </li>       
            <li><h2><a href="support.php"> support </a></h2>
                <ul>
                <li> <a href="support.php"> Ways to Support</a></li>
                <li><a href="support_volunteering.php">Volunteering</a></li>                   
                <li><a href="support_mailingList.php">Join Mailing List</a></li>                   
                <li><a href="support_store.php">AXIS Store</a></li>                   
                <li><a href="support_funders.php">Funders &amp; Donors </a></li>                   
                <li><a href="support_webSupporters.php">Web Supporters</a></li>                   
                </ul>
            </li>
        </ul>
        <img src="images/shim.gif" width="800" height="1" border="0" alt="navigation bar" /><br />
    </div><!--end navbar-->
</div><!--end center-->
<div id="copy">
    <div id="right">&copy; 1999-2010. AXIS Dance Company  <br>
        <a href="http://www.facebook.com/pages/AXIS-Dance-Company/56899952604?ref=ts" target="_blank"></a> <a href="http://www.youtube.com/user/AXISDanceComp" target="_blank"></a> <a href="http://www.axisdance.org/support_mailingList.php" target="_blank"></a><br />
    </div>
    <div id="powered"> </div>
    <div class="clear"> </div>
</div><!--end copy-->
<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-10598516-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>

Similar Messages

  • Dreamweaver CS4 - Site pages disappearing

    I have been using Dreamweaver CS4 since it first came out and I've created and maintain over 75 sites on the same hosting service, I also have created and maintain many sites on other hosting services. I just started having a very strange problem. This problem has happened with one site that is hosted with my hosting service (Inmotion Hosting) and one site that is hosted elsewhere. Here is what happened today (this is the site that is NOT hosted with my current hosting company)
    I started working on this site last week - all was going fine - simply making some changes to site text and adding new site titles and meta descriptions.
    I worked on it yesterday and uploaded a couple of pages - all went fine.
    I opened the site today (before I even opened Dreamweaver) and went to the site using the url - home page opened fine - I clicked on the "About Us" page and I got the following error message (just to be clear - this is the same thing that happend last week with a different site):
    Not Found
    The requested URL /contact_request.html was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    I opened Dreamweaver and looked at the Local / Remote view page and the page I was tring to access was showing on both the Local and Remote sides - this was NOT a page that I worked on yesterday.
    I went to Google to try and see if I could find a reason why this would happen, I found one suggestion that I try to Google the site and the page name that I was trying to access and click on that link.
    I did that and it worked - I also pressed Ctrl-F5 several times to make sure that I was not accessing a cached version of the page.
    I went into Dreamweaver, made a couple of changes to the page, uploaded it and it worked fine.
    I tried a few other pages in the site and found that most pages were coming up fine, some pages would give me that same "Not Found" error.
    I closed the site, closed FireFox, shut down my computer, restarted everything and tried again - same problem - sometimes some of the pages will just give me a "Not Found" error - not always the same page.
    If I go to Google and search the site and then click on that link - the page will open fine.
    I tried contacting my hosting company and they told me that it must be a Dreamweaver syncronization issue.
    Does anyone have any ideas??

    These links are all 404 not found.
    http://allergydropz.com/solution_casestudies.html
    http://allergydropz.com/about_drowen.html
    http://allergydropz.com/solution_whydrops.html
    http://allergydropz.com/solution_who.html
    http://allergydropz.com/solution_advantages.html
    http://allergydropz.com/solution_casestudies.html
    http://allergydropz.com/solution_insurance.html
    http://allergydropz.com/contact_request.html
    Upload them again.
    Nancy O.

  • Need help getting Library Footer to work in Dreamweaver CS4

    I'm trying to get a library item to work as a footer.  These are the steps I took
    1) I created a footer.lbi file inside the Library folder of assets, and this footer.lbi file shows up fine when I preview in browser
    2) Then, at the bottom of my indexTest.html page, I created a div tag with ID footer and inserted that into the document.
    3) I dragged the footer.lbi file from the Library Folder in assets into the footer tag of my indexTest.html
    <div id="footer"> <a href="Library/footer.lbi">footer</a> </div>
    4) The drag from the library adds the above href statement to my code, and results in an active link labeled footer being placed in the actual footer of my webpage.  Clicking on that link opens the actual footer.
    5) How do I actually get the library item embedded in my webpage so the footer itself shows up instead of a hyperlink?
    Thanks

    reindeer4 wrote:
    I'm trying to get a library item to work as a footer.  These are the steps I took
    1) I created a footer.lbi file inside the Library folder of assets, and this footer.lbi file shows up fine when I preview in browser
    2) Then, at the bottom of my indexTest.html page, I created a div tag with ID footer and inserted that into the document.
    3) I dragged the footer.lbi file from the Library Folder in assets into the footer tag of my indexTest.html
    <div id="footer"> <a href="Library/footer.lbi">footer</a> </div>
    4) The drag from the library adds the above href statement to my code, and results in an active link labeled footer being placed in the actual footer of my webpage.  Clicking on that link opens the actual footer.
    5) How do I actually get the library item embedded in my webpage so the footer itself shows up instead of a hyperlink?
    Thanks
    Try this workflow:
    Create a page that contains the content you want to have in the Library item.
    Select the elements to place in the Library item, and use MODIFY | Library > Add Object to Library
    Add the footer div to your production page, click in it, select the Library item you just created and click on INSERT on the Library pane
    That should give you what you want.

  • Advance filtering with Dreamweaver cs4, PHP and mysql

    Here is the problem:
    This is my query which gives me back no data.
    SELECT *
    FROM photos
    WHERE photoTypeID LIKE cat
    ORDER BY photoID DESC
    variable = cat
    Type = integer
    default value= -1
    run time value = $_POST['cat']
    If I change the default value to "%" I get all the data in the Test SQL statement window but then I get a DIVISION BY ZERO on my page.

    When using LIKE, you must set the type to "Text". LIKE matches strings. It cannot be used with numbers.

  • HELP DREAMWEAVER CS4 NOT SHOWING SWF FILES

    I have a presentation in 2 days in Tokyo. And I'm panicking.
    I'm on am Intel Mac OS X 10.4.11.
    I have the latest version of Flash Player 10 installed. (Not the brand new beta version).
    I created a great website in Dreamweaver MX a few years ago.
    I never had ANY issues with .swf files displaying until using Dreamweaver CS4.
    I updated my photography portfolios in Adobe Bridge, and used Dreamweaver CS4 to link the updates.
    NOTHING MORE THAN THAT!
    Then, NONE of the .swf files that were always viewable are showing.
    There is absolutely NO Flash content showing on any page of the site now.
    Not even in browser view in Safari, or Firefox.
    I uploaded the files along with the newly created SCRIPTS folder to my server, and still no .swf files are viewable.
    These are NOT FLV files they are .swf files that were imbedded properly, and were always viewable. Until now.
    I have to go to Tokyo in two days and give a presentation of this site.
    What is the problem?
    The attached files show the view in Dreamweaver CS4. The view in Safari, and the view in Firefox.
    I'm screwed for a desperately needed job in Tokyo if I can't get this fixed ASAP.
    Please help.

    i think you are on to something here. but i am not sure how to go about fixing this.
    are you saying the "../s
    should be replaced with "S
    where is this code located? in the source code of each page that has the swf files? i should replace it with the correct version you copy and pasted? and that should resolve the problem?
    big thanks if this is the issue.
    <script src="../scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    The correct link to that file would be this -
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    Note the "S" in place of the "s".  *nix servers are case sensitive.

  • Fix Dreamweaver CS4 Color Eyedropper Bug

    Dreamweaver locks up when using the eyedropper from the CSS
    panel to select/match a color from any object in Design view.
    Easiest to explain by describing a split view. Dreamweaver locks
    every time -- when placing cursor in a background color code in a
    style sheet, then going to the CSS panel and selecting the
    background color swatch for that style, then with the eyedropper,
    touching a color in the Design view part of the split screen.
    Dreamweaver CS3 never locked up when performing these same
    steps. Dreamweaver CS4, locks up whether selecting a color in a
    bitmap or a CSS background color that is displayed in the Design
    split view. Means I have to go to Fireworks to color match, and if
    the color I want is in a range of a gradient, I have to make the
    gradient a bitmap before selecting the spot with the eyedropper. I
    even had some difficulty in Fireworks, as the selection wouldn't
    show up in the color panel when I touched the bitmap with the
    eyedropper. I could see the color code in the popup color selector
    and clicked there for the color to show up in Fireworks' color
    panel.
    Kind of a hassle...would be nice to get an update fix for
    this.

    prjviera wrote:
    > Dreamweaver locks up when using the eyedropper from the
    CSS panel to
    > select/match a color from any object in Design view.
    This is a user-to-user forum. If you have found what you
    believe to be a
    bug, please file an official report giving as many details as
    possible
    to reproduce it. The official report form is here:
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS4",
    "PHP Solutions" & "PHP Object-Oriented Solutions"
    http://foundationphp.com/

  • Unable to Launch Dreamweaver CS4

    When I try to launch Dreamweaver CS4 I get the splash screen
    and then the error message "The application Dreamweaver quit
    unexpectedly". I can see that this has happened in CS3 but I cannot
    find any method of fixing the problem in CS4.
    I am running Mac OS X Version 10.5.5 and I have a retail
    version of CS4 Web Premium, any help would be great.
    I have attached the error code if it is any use.
    Once again, Thanks

    andyhofer wrote:
    > I am running Mac OS X Version 10.5.5 and I have a retail
    version of CS4 Web
    > Premium, any help would be great.
    This is a user-to-user forum, so you might strike lucky and
    find someone
    who has encountered a similar problem. However, since you
    have the
    retail version of CS4 Web Premium, you're also entitled to
    free support
    directly from Adobe:
    http://www.adobe.com/support/contact/
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS4",
    "PHP Solutions" & "PHP Object-Oriented Solutions"
    http://foundationphp.com/

  • Dreamweaver CS4 hangs on spash screen

    Hi,
    When booted in Safe Mode on XP, Dreamweaver CS4 works fine.
    However opening Dreamweaver when booted in normal mode, causing it
    to hang at the splash screen. Any idea on finding out what is
    causing it to hang? Thanks.

    justforgroups wrote:
    > Once I disabled the firewall, all worked fine. I do not
    have this problem with
    > Firewall Plus with any other software. Firewall Plus is
    the latest version as
    > of writing: 5.0.0.36
    >
    > Hope this helps someone and I also hope Adobe look into
    this problem.
    This is a user-to-user forum, so your comments might help
    someone who
    runs into the same problem. However, to get it onto Adobe's
    radar,
    please submit a bug report using the following official form:
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS4",
    "PHP Solutions" & "PHP Object-Oriented Solutions"
    http://foundationphp.com/

  • Dreamweaver CS4 Hangs

    I just purchased a new Dreamweaver CS4 and have installed it
    5 times, uninstalled 4 times on my Windows Vista Premium machine.
    When starting I get splash screen and that's it. I was on phone
    with Adobe support for about an hour and they could not figure out
    issue. If I install on different computer it works fine. Any advise
    welcome.

    longviewnet wrote:
    > I just purchased a new Dreamweaver CS4 and have
    installed it 5 times,
    > uninstalled 4 times on my Windows Vista Premium machine.
    When starting I get
    > splash screen and that's it.
    If you're using an Acer computer, there's a known conflict
    between
    Dreamweaver and Acer eDataSecurity Management V3.0. You can
    find a patch
    here:
    http://www.egistec.com/oem-acer001/program-update.html
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS4",
    "PHP Solutions" & "PHP Object-Oriented Solutions"
    http://foundationphp.com/

  • Dreamweaver cs4 interface

    Hello,
    I have not tried it yet, but with dreamweaver cs4 is the
    interface the same
    as the classic view CS3, split screen and all the panels on
    the right.
    regards
    K

    Twocans wrote:
    > I have not tried it yet, but with dreamweaver cs4 is the
    interface the same
    > as the classic view CS3, split screen and all the panels
    on the right.
    If you select the Classic workspace, it is. The panel tabs
    are slightly
    different, and the Property inspector is divided into HTML
    and CSS views.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS4",
    "PHP Solutions" & "PHP Object-Oriented Solutions"
    http://foundationphp.com/

  • Problem displaying php page in dreamweaver

    I am having problems displaying php scripting on dreamweaver.
    Need your advice.
    Installed dreamweaver 8, Coldfusion 7, mysql, php5.2 (using
    windows installer).
    Created file test.php ror testing containing
    <!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" />
    <title>Untitled Document</title>
    </head>
    <body>
    date is:<b><?php echo Hello ?></b>
    </body>
    </html>

    ulises_arsi wrote:
    > I am having problems displaying php scripting on
    dreamweaver.
    Tell us what the problems are.
    > Installed dreamweaver 8, Coldfusion 7, mysql, php5.2
    (using windows installer).
    PHP needs to be configured with a web server, such as Apache
    or IIS.
    ColdFusion is also a webserver, but as far as I know, it
    cannot be
    configured to serve PHP pages.
    > date is:
    <?php echo Hello ?>
    The only thing that would display is an error message. Hello
    needs to be
    enclosed in quotes:
    <?php echo 'Hello'; ?>
    David Powers
    Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    http://foundationphp.com/

  • Convert DW html pages to PHP in Dreamweaver CS4

    Created web pages in DWCS4 in html but discovered because I need some form pages to interact with MySQL that I should have created pages using DW PHP format. Is there a simple way to convert all html pages to php using dreamweaver CS4? OS is Win XP. Have access to hosting company with MySQL, PHP,PHPAdmin.

    I would recommend against Nancy's suggestion here (and it's REALLY weird to see myself typing that).
    I say it only because you are working within an existing site that likely already has links going to the .html file you are changing.
    If you do a Save As and create a new .php file based on the still existing .html file, you will need to manually change the links on the pages that are currently pointing to the that .html file so they will point to the new .php file. You would need to either open the pages individually and fix the links, or use DW's Find & Replace feature and do a site-wide correction.
    However, if you change the file extension from within the Files tab instead, DW will  update any pages that link to it automatically.

  • Setting up Dreamweaver CS4 with PHP testing server... Live View doesnt work

    Hello,
    Im trying to setup Dreamweaver CS4 with a php website im
    making. Ive setup the site information, and provided a testing site
    (XAMPP), and i can see the fully rendered .php pages in the Live
    View tab. However, say i change some of the text in the .php file
    (say from <p>Hello</p> to <p>Hi</p>) and
    then click in the Live View tab - the page does not update. It
    seems to do something, bit just returns the same.
    How do i set it up so, like with plain .html pages, you can
    make a change to the source code and instantly see the change in
    Live View?
    (At the moment i have to make the change to the source code,
    save it, click Live View to cancel it, and then click Live View
    again).
    Background:
    Ive setup XAMPP (G:\XAMPP\)
    Ive setup vhosts in apache.
    Ive stored my websites in G:\Websites
    Ive set the testing server to G:\Websites\site, where "site"
    is setup as a vhost and correctly displays when entered into a
    browser.
    Ive set the url prefix to
    http://site/
    Ive set local root to G:\Websites\site
    Any help would be greatly appreciated.
    Cheers.

    > How do i set it up so, like with plain .html pages, you
    can make a change
    > to
    > the source code and instantly see the change in Live
    View?
    Did you try using F5 to refresh the page? If that doesn't
    work for you,
    then you'll have to drop and restart Live view. No need to
    save and reload
    the page.
    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
    ==================
    "Major_Disaster" <[email protected]> wrote
    in message
    news:gibqir$lgu$[email protected]..
    > Hello,
    >
    > Im trying to setup Dreamweaver CS4 with a php website im
    making. Ive setup
    > the
    > site information, and provided a testing site (XAMPP),
    and i can see the
    > fully
    > rendered .php pages in the Live View tab. However, say i
    change some of
    > the
    > text in the .php file (say from <p>Hello</p>
    to <p>Hi</p>) and then click
    > in
    > the Live View tab - the page does not update. It seems
    to do something,
    > bit
    > just returns the same.
    >
    > How do i set it up so, like with plain .html pages, you
    can make a change
    > to
    > the source code and instantly see the change in Live
    View?
    >
    > (At the moment i have to make the change to the source
    code, save it,
    > click
    > Live View to cancel it, and then click Live View again).
    >
    > Background:
    > Ive setup XAMPP (G:\XAMPP\)
    > Ive setup vhosts in apache.
    > Ive stored my websites in G:\Websites
    > Ive set the testing server to G:\Websites\site, where
    "site" is setup as a
    > vhost and correctly displays when entered into a
    browser.
    > Ive set the url prefix to
    http://site/
    > Ive set local root to G:\Websites\site
    >
    > Any help would be greatly appreciated.
    >
    > Cheers.
    >

  • Assist plaese with PHP testing in Dreamweaver CS4

    Dear Friends,
    I’m completely new in Dreamweaver. I’ve just installed in my windowsXP PHP, MySQL and Apache. I’m trying to test PHP in Dreamweaver CS4. Here what I did but still could not see result in browser view.
    In site definition box,
    in local info:
    site name: PHP test
    local root folder: C:\wamp\www\
    HTTP address: http://localhost/PHPTest.php/
    In testing server:
                Server model: PHP My SQL
                Access: Local/Network
                Testing server folder: C:\Inetpub\wwwroot\
                URL Prefix: http://localhost/PHPTest.php/
    Inside the body script in code view I inserted the following:
    <?php
                echo "This is a PHP line";
                phpinfo();
    ?>
    When I try to see it in browser it shows: Internet Explorer cannot display the webpage
    Please tell me what I did wrong please.
    Thanks,
    Qartveli

    some clues to get you started:
    1. when developing on a local server, make sure that the testing server folder is equal to the local root folder -- means that it´s "C:\wamp\www\" in both cases, otherwise your local server will try to load the current page from the directory "C:\Inetpub\wwwroot" where this page physically doesn´t exist, and that´s why you´re getting the "cannot display the webpage" error message.
    2.
    URL Prefix: http://localhost/PHPTest.php/
    never specify a certain page name in here -- http://localhost/ is all you need for the URL prefix, and the name of the to-be-previewed page will be appended automatically when going to Preview mode..
    Cheers,
    Günter

  • Why a simple php syntax checker extension doesn't exist yet for Dreamweaver CS4 ?

    Hello,
    my request is in the subject ;-)
    I remember a very useful extension in Golive CS8/9 that did exactly that :
    Duplicate from DW the currently edited php/html page to a temp file
    Send the temp file to the command line : "/path/to/php -l /path/to/temp/file"
    Display the command output ("syntax ok" or "error on line ##") directly INSIDE dreamweaver
    It required only that an apache/php package was installed on the developer's computer (using whater Xampp, or Wamp, etc.)
    Though you might say to me that I should use a PHP IDE wich is dedicated specifically to that goal, I wonder why a such extension does not exist... as it is a great time saver when rapid syntax checking is required before uploading...
    I may be wrong but i can't find anything close to that via google / adobe studio exchange search results...
    Should I start to learn the dreamweaver CS4 API extension documention or someone can give me a hint to achieve that ?
    Thanks everyone.

    Hi M.Zografski
    I have tried to clear that cache the only thing I keep running into is that the file that is listed doesn't even match the way my dreamweaver loaded onto my computer. I get up to the point of the Adobe file then my next one is shown as Adobe Dreamweaver CS4- I choose this and then there is no file in there showing the language at all. I have a file listed as %AppData% and if I choose this one then it shows Thinstall file and this opens into Adobe AIR- then this has some registry files and another fold as %drive_C% which opens to Adobe then to Dreamweaver then to en_US then Configuration which does contain a file RDSINFO and it appears to be empty. This seems very round about to getting to the cache file and I was unsure of whether or not this was what I was indeed looking for.  Also if I try to search for this WinFileCache with that file name I get no results.
    Why is this being so stubborn. I am thinking if I could locate the file then it would all go well
    Thanks
    Teresa

Maybe you are looking for

  • In memory replication doesn't seem to work

    We have set up a Cluster with 2 servers. Our Proxy server is NES. We can           see the round robin working but each time we are accessing the session,           the same cookie gets overriden (the browser receives the WebLogicSession           co

  • Using my Macbook with an external display

    I would like to buy this 23" LED display: http://www.overstock.com/Electronics/LG-E2360V-PN-23-inch-1080p-LED-Monitor-Refu rbished/5610316/product.html?TID=CartLayer I currently have a Macbook 13" aluminum unibody with the Mini Display Port. I'm not

  • My Ipod touch wont turn on and screen just flashes black?

    my ipod touch hasnt been working lately. I was at the beach and the battery died but we didnt have any chargers so i waited untill we got home to plug it in. When i did the ipod got really messed up and it would just turn off when i unplugged it. So

  • Windows 2012 RDS - Session Host servers High Availability

    Hello Windows/Terminal server Champs, I am new middle of implementing RDS environment for one of my customer, Hope you could help me out. My customer has asked for HA for RDS session host where applications are published, and i have prepared below pl

  • Dynamic setting of "Std. TabSet"

    If I have a page setup with 2 level tabs and I want the parent tab set and the and the standard tab to change according to a page level item, can I? I am having no trouble changing the Standard tab within the same parent level tabs by conditions. I j