Viewing dynamic PHP page in browser

It doesn't appear possible to view a PHP-based web page using
the F12 command while building a site saved in the htdocs folder of
the Apache server. How can one preview a dynamic web site in a
browser? Do pages have to be constructed separately, then added to
the site once finalized? Thanks in advance!

> You can also set your site up so that it automatically
uploads the file on
> save.
This, however, is a VERY dangerous option to select in my
opinion.
One silly mistake and you have garbaged both the local and
the remote
file....
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
==================
"cheryljames" <[email protected]> wrote in
message
news:fin5gh$4fr$[email protected]..
> You can also set your site up so that it automatically
uploads the file on
> save.
>
> I have found too that I have to click within the page to
activate the F12.
> sometimes I'll be doing something, saving, etc and I'll
go to preview the
> page
> and it's greyed out. When I click in the page then go to
Preview it'll
> work.
>
> Weird quirky bug.
>

Similar Messages

  • Viewing PHP page in browser mode

    After setting up the testing server in the Site Definition
    dialogue and making sure all was in order, previewing in the
    browser only gave me an "It Works!" message on an otherwise blank
    screen. Have I omitted something? I downloaded XAMPP and all went
    without a hitch...

    Paevo Kelley wrote:
    > After setting up the testing server in the Site
    Definition dialogue and making
    > sure all was in order, previewing in the browser only
    gave me an "It Works!"
    > message on an otherwise blank screen. Have I omitted
    something?
    "It Works!" is the confirmation message indicating that
    Apache is working.
    Since you have installed XAMPP, PHP should also be running.
    You need to
    store your files in a subfolder of the Apache DocumentRoot.
    I'm not sure
    where XAMPP puts that, but it's called htdocs.
    In your site definition, point Testing server to
    htdocs/subfolder_name,
    and URL prefix to
    http://localhost/subfolder_name.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Using Named Anchors with Dynamic PHP Pages

    I have a web app that uses PHP to generate pages out of a
    MySWL database. The links to the page look something like:
    www.domain.com/display.php?id=300.
    On this page I'd like to include a link to an anchor towards
    the bottom with a feedback form. I have a named anchor called
    "add_rating". The link I'm using is
    "www.domain.com/display.php?id=300#add_rating".
    This link doesn't work in any browser/OS combination I've
    tried and so it must be my code. Any help?

    "
    http://www.domain.com/display.php#add_rating?id=300''
    (that's double quotes around)
    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
    ==================
    "Elie Chocron" <[email protected]> wrote in
    message
    news:gq8rb3$pqk$[email protected]..
    >I have a web app that uses PHP to generate pages out of a
    MySQL database.
    >The
    > links to the page look something like:
    www.domain.com/display.php?id=300.
    >
    > On this page I'd like to include a link to an anchor
    towards the bottom
    > with a
    > feedback form. I have a named anchor called
    "add_rating". The link I'm
    > using is
    > "www.domain.com/display.php?id=300#add_rating".
    >
    > This link doesn't work in any browser/OS combination
    I've tried and so it
    > must
    > be my code. Any help?
    >

  • Why am I prompted to download the .asp file whenever I attempt to view an asp page in a browser?

    I am doing tutorials on dynamic pages in Dreamweaver 8. I am doing both php and asp. When I preview an asp page, for instance, it displays properly - from 'Localhost.' When I enter the url of the page in a browser, however, the 'Do you want to open or save this file?' prompt appears. (See attachment 'Doc1')
    What gives? Thank you.
    The same thing happens with php pages. I can preview them ok. But when I try to view them in the browser on the WWW, instead of page content, I get the prompt to download the file.
    Message was edited by: pontius11

    your web server is not setup to process asp files.

  • After upgrading to FF 3.6.12 I can no longer view PHP pages from my hard drive.

    After upgrading to version 3.6.12 I can no longer open PHP web pages from my hard drive. When I create or edit web pages I view them from my hard drive first before uploading, as many webmasters do to look for errors before taking them live.
    I can view PHP pages online, but from my hard drive it just spawns endless empty tabs. Instead of just opening the page it asked me what to open it with, thinking the PHP web page is a script.
    It was working fine before the upgrade. I had a page open that I wanted to edit, which it reopened when my browser restarted.
    Then I edited the page. All I did was add a link to it. Then I hit the refresh button to see the change and instead of reloading the page, FF asked me what to do with the PHP script, prompting me to save it or choose what program to open it with.
    I selected to view it with FF and it just spawned endless tabs. They wouldn't stop. Had to shut down FF and it probably had 40 tabs opened with nothing on them. I tried other PHP pages from my hard drive that opened fine before, but it did the same thing with them.
    I tried finding help online and I see others have had the same problem, but no solution was offered that worked. I tried rebooting, same story, it wants to know what to do with the PHP script.
    I'm being forced to use another browser, so I'm going to go download Chrome now. If this probably isn't fixed soon I'll simply give up on FF. It's not worth the aggravation. I can't tell you how much TIME I've wasted today -- HOURS.
    Very disappointed.

    Thanks for the reply. It doesn't have to process the php, it just has to show the HTML content. It did that just fine before the last upgrade but won't now.
    I've seen that page you referenced: http://kb.mozillazine.org/File_types_and_download_actions.
    It doesn't help. The things it says to look for aren't there for me, specifically:
    browser.download.pluginOverrideTypes
    plugin.disable_full_page_plugin_for_types
    I followed the rest of the instructions but it didn't help.
    I did get it to quit opening tabs, instead it prompts me what it should do with the file every time now. What it should do, and used to do, is open the php page and display the HTML content.
    Any other ideas?

  • How to view local PHP files with my browser?

    I want to learn PHP and be able to view files I create (stored in my documents folder) by my browser. I read I'd have to get into Apache via Terminal and make some changes to be able to view PHP. I took a look inside and ran across warning comments, which scared me off!
    Any suggestions?

    Pretty simple, ther arew no "warnings" to consider. Depending on your version of Apache you may need to enable the  PHP  module in the configuration file at
    /private/etc/httpd/httpd.conf
    Look for the part where it says
    #LoadModule  php 4_module
    and also
    #AddModule mod_ php 4.c
    and make sure those lines are uncommented by deleting the "#" character, then restart Apache to activate the new settings . When you acces a PHP page, you must do it through Apache by clicking this URL: http://127.0.0.1/ Remember that HTML files can be dropped in a browser, but to run a PHP script file you must use an Apache URL.
    Read more about Apache here:
    http://Gnarlodious.com/Computer/Apache

  • I would like know how to view a SharePoint Page from mobile browser or app.

    I work for a company that sell products and then offers aftermarket support.  On our external SharePoint site, I created a page to link to Wiki pages that contain knowledge sharing entries.  The goal is when a member of the company learns something
    that they feel would be good to share, the can take a video, post it to Vimeo, and then embed the video with applicable text to the SharePoint site.  The SharePoint posts can also contain PDFs, other document links, and embedded pictures.  
    I have the page essentially finished, I am ready for some more contributors at the company to start adding content.
    One of the goals of the site is to be viewable via a mobile application.  I have tried apps such as SPConnect, and SharePlus from Infragistics.  Their mobile apps view SharePoint as a list, and do not view any of the embedded pictures or Vimeo
    videos.  
    My questions are:  
    Will SharePoint 2010 support mobile web browsing with the same functionality as the standard web browser?
    If 2010 will not, will SharePoint 2013 offer the support?
    If it is possible, what features do I need from a server and what settings do I need to enable to make it happen?  Currently on our site, it is not viewable.  I use "Forms Authentication" to log into the site.
    If it is possible, do you suggest finding an app?  Is there an app that will do it, or can I just log in and view from the mobile web browser the same way I do from a standard web browser?
    Overall, I need to know what I need to do to get this to work.
    Thank you for reading.  I look forward to your responses.

    Hi,
     Its possible to achieve the functionality which you are looking here. To enable mobile support please follow the below link which will guide you,
    http://www.aiim.org/community/blogs/expert/sharepoint-2010-mobility-browser-compatibility-compliance-and-its-continued-dominance-in-the-marketplace
    http://blogs.technet.com/b/office2010/archive/2010/03/09/configure-sharepoint-server-2010-for-mobile-device-access.aspx
    if its not helping you please let us know.
    Sekar - Our life is short, so help others to grow
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever
    you see a reply being an answer to the question of the thread, click "Mark As Answer

  • View .PHP page in Live view

    Hope this is in the right place
    I'm, having some trouble with CS5. I have a .php page containing no html that I would like to see in Live view. The page is hosted on a local server and runs just fine when I go to preview, or open it in Chrome/Firefox/IE outside of Dreamweaver. As such I'm assuming the WAMP Server i'm running for testing isn't the issue.
    When I open the page and select Live View I get the loading bar just above and to the far right side of the properties inspector, but the design view remains completely white as if nothing is there.
    Apache Version :
    2.2.17 
    PHP Version :
    5.3.3
    If you guys have any ideas please let me know
    Thank you very much in advance

    The following article describes how to set up a PHP testing server in Dreamweaver CS5:
    http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html. It goes through the entire process of installing XAMPP. If you already have WAMP installed, you can jump straight to the section that deals with defining a site and testing server. The WAMP equivalent of C:\xampp\htdocs is C:\wamp\www.

  • Horiz Menu Bar (in a template) Messed up on PHP page; Only in IE Browser

    I have redesigned a fairly large website for someone (I'm using DW CS3) and I developed a template which includes a Spry Horizontal Menu Bar. The menu bar was working fine on all of the HTML pages. As I come to the end of my project, I have created a PHP page (using my template with the horizontal menu bar) because I have included a PHP script for an Events Calendar (ComDevWeb).  Ever since I added the includes for the calendar, the horizontal menu bar gets messed up when viewing the page with IE. The menu bar looks fine on all of the other html pages. The menu bar on the PHP page also looks fine when I view it with Safari or Mozilla. Since the menu bar is in the template (that will affect every other page that is working just fine), I'm not sure how to proceed with my troubleshooting.
    Here is the website: www.ourtruecolors.org/newsite
    Here is the PHP page with the calendar (where the horiz menu bar appears messed up in IE, but looks fine in Safari & Mozilla browsers): http://www.ourtruecolors.org/calendar/index.php
    Any help or suggestions would be greatly appreciated.

    I have redesigned a fairly large website for someone (I'm using DW CS3) and I developed a template which includes a Spry Horizontal Menu Bar. The menu bar was working fine on all of the HTML pages. As I come to the end of my project, I have created a PHP page (using my template with the horizontal menu bar) because I have included a PHP script for an Events Calendar (ComDevWeb).  Ever since I added the includes for the calendar, the horizontal menu bar gets messed up when viewing the page with IE. The menu bar looks fine on all of the other html pages. The menu bar on the PHP page also looks fine when I view it with Safari or Mozilla. Since the menu bar is in the template (that will affect every other page that is working just fine), I'm not sure how to proceed with my troubleshooting.
    Here is the website: www.ourtruecolors.org/newsite
    Here is the PHP page with the calendar (where the horiz menu bar appears messed up in IE, but looks fine in Safari & Mozilla browsers): http://www.ourtruecolors.org/calendar/index.php
    Any help or suggestions would be greatly appreciated.

  • Why does Browse All Versions black out TimeMachine view when using Pages '09 in Mavericks?

    I have just upgraded from Mountain Lion to Mavericks.
    When I click File>Revert>Browse All Versions... for a Pages '09 document in Mavericks, the TimeMachine view just begins to emerge, but then suddenly the screen goes completely black. The only way I can recover (besides restarting) is to click on my second monitor. Then the typical TimeMachine view appears for a fraction of a second as it's exiting back to the current document view. I never get to see the previous versions, let alone work with them.
    I can't find anyone in the community with a similar problem.
    Also, I definitely do not want to upgrade to the new Pages, which is missing many of the features I use a lot.
    How can I get the Browse All Versions view of a Pages '09 document to stay visible in Mavericks?
    Note: I just discovered that I could solve this problem by disconnecting my second monitor, or by making it mirror my main monitor. Having multiple monitors seems to be interfering with the "Browse All Versions" function.

    Yeah, all the more furstrating when you see that osx is less polished than before and Apple take so much time to fix "simple" stuffs... (i.e: particularly no love for dual displays, lot of annoying quircks).
    Well, anyhow I posted here because it was the only place google sent me to when looking for this issue. I just answered to the guy since he was alone in his thread and I had the same issue (although not with pages). Just supportin', you see
    But yeah, I'll post in Mavericks section. I'll do it this w.e since I hadn't the time before. Thanks for your concern btw

  • MM_XSLTransform error every time in PHP page

    When I apply an XSL Transformation to a PHP page, the page
    displays with an MM_XSLTransform error saying the XML file is not a
    valid XML document -- even though it absolutely
    is valid XML. This is totally reproducable.
    Here's a simple example:
    library.xml:
    <?xml version="1.0" encoding="iso-8859-1"?>
    <library>
    <owner>Mister Reader</owner>
    <book>
    <isbn>1-2345-6789-0</isbn>
    <title>All About XML</title>
    <author>John Doe</author>
    <language>English</language>
    <price currency="usd">24.95</price>
    </book>
    <book>
    <isbn>9-8765-4321-0</isbn>
    <title>CSS Made Simple</title>
    <author>Jane Smith</author>
    <language>English</language>
    <price currency="usd">19.95</price>
    </book>
    </library>
    library.xsl:
    <xsl:stylesheet version="1.0" xmlns:xsl="
    http://www.w3.org/1999/XSL/Transform">
    <xsl:output method="html" encoding="iso-8859-1"/>
    <xsl:template match="/">
    <h1><xsl:value-of select="library/owner"/>'s
    Library</h1>
    <xsl:for-each select="library/book">
    <p><em><xsl:value-of
    select="title"/></em>
    by <xsl:value-of select="author"/>
    (ISBN <xsl:value-of select="isbn"/>)</p>
    </xsl:for-each>
    </xsl:template>
    </xsl:stylesheet>
    library.php:
    <?php
    //XMLXSL Transformation class
    require_once('includes/MM_XSLTransform/MM_XSLTransform.class.php');
    ?><!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>
    <?php
    $mm_xsl = new MM_XSLTransform();
    $mm_xsl->setXML("library.xml");
    $mm_xsl->setXSL("library.xsl");
    echo $mm_xsl->Transform();
    ?>
    </body>
    </html>
    When viewing the file library.php, the following error is
    displayed in the browser, followed by the raw XML:
    library.xml is not a valid XML document.
    Non-static method DOMDocument::loadXML() should not be called
    statically, assuming $this from incompatible context in file
    library.xml.
    I wonder whether there is a problem with the include file
    MM_XSLTransform, version 0.6.2. Since that include file begins with
    a "TODO" note from the programmer, I wonder whether it's not quite
    release-ready.
    Anyone else having this problem?
    Environment:
    - Testing Server on localhost
    - Windows XP Pro SP2
    - Dreamweaver 8.0.2
    - PHP 5.1.4
    - MySQL 5.0.2.1
    - PHP MyAdmin 2.8.1

    Jon9999 wrote:
    > I wonder whether there is a problem with the include
    file MM_XSLTransform,
    > version 0.6.2. Since that include file begins with a
    "TODO" note from the
    > programmer, I wonder whether it's not quite
    release-ready.
    It was release-ready. It worked fine in PHP 5.0, but changes
    in PHP
    5.1.4 caused it to break. As I understand, Adobe is preparing
    a PHP
    hotfix that solves several problems caused by the 8.0.2
    updater. It also
    fixes this one.
    In the meantime, you can easily hand fix it yourself.
    Comment out line 301, which looks like this:
    $xml = DOMDocument::loadXML($content);
    Then insert the following two new lines immediately below:
    $doc = new DOMDocument();
    $err = $doc->loadXML($content);
    The rest of the script then continues with this:
    restore_error_handler();
    So, when you have finished, lines 301-304 will look like
    this:
    //$xml = DOMDocument::loadXML($content);
    $doc = new DOMDocument();
    $err = $doc->loadXML($content);
    restore_error_handler();
    Just in case you're interested in what the problem was: line
    301 uses
    loadXML() as a static method of the DOMDocument class. As of
    PHP 5.1.4,
    this isn't allowed. The substitute lines create a DOMDocument
    object,
    and then call the method on the new object.
    David Powers
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    http://foundationphp.com/

  • Can't view Wordpress PHP files in Dreamweaver CC.

    Mac. MAMP.
    I have downloaded my full site hosted on xxxx into MAMP htdocs.
    Download directly from root public_html on host.
    I keep getting "Dynamically-related files could not be resolved because the site definition is not correct for this server"
    Even if I go "live view" and set - Web URL to: www.indochinaexplorers.com (my site) - instead of http://localhost, it comes up with a lot of PHP boxes.
    Been through all tutorials for more than a week.
    Have been through all possible settings and configurations under "Manage Site"
    Did a Test - New PHP page. Same thing, it does not show, design or live view.
    So stuck,
    Thanks Peter

    I have the same issue and none of the alleged Guru's that answered have provided anything useful.  Solid Web Design is about workflow, which could lead to innovation if people would stop reverse innovation language...Dreamweaver could be a viable wordpress solution if it worked as it's supposed to. CC is a bust as the focus has shifted to mobile first. 
    There are no "real pages" for you to edit in DW; just code fragments.
    Wordpress is dynamically driven but this is untrue.  Every PHP file in a theme has structure and is a "real page".  Fragments have to be in a "file" to be called, they are not called out of thin air.  If I want to style page.php, it cannot be done without first adding selectors.  #mainContent for example. The only thing php does is add dynamic functionality.  Page.php can be altered and saved as Page_fullwidth.php, Page_Music.php ,Page_webDesign.php and they can all have a different layout in the same theme.  Else there would be no templates to choose from in the static page section of the WP Admin area. 
    Themes drive the appearance and functionality of your WP site.  If you need a new look, find a different Theme and install it from your WP Dashboard.
    How does this help?
    Unless you are very familiar with PHP code and more specifically the PHP code WP uses, you will not have good results working in DW.   You really must use the WP Dashboard to manage your content, Themes, and plugins.
    This has nothing to do with the issue.  The issue is Dreamweaver simply does not allow propper editing of wordpress sites in a dynamic environment.  No one ever said they didn't know anything about php, creating wordpress themes, plugins, and so on...
    Dear next genius..Since the question has already been asked, I won't ask it again, but the original inquiry is my issue as well.  If you have figured out how to make this work, please respond, if not, please don't.
    Mac

  • I get 3 different views of a page

    hi I was interested in this product and decided to give it a try, but now I dont get how it works.
    I get 3 different views of my page, first is design view, second live preview, and the third is preview in a browser that is grately different.
    there is what I get:
    everything looks good in live but in browser everything is terrible what am I missing?
    here is mine hedder code and css:
    <?php ob_start();?>
    <!DOCTYPE html>
    <html class="html">
    <head>
      <title>Head</title>
      <!-- CSS -->
      <link rel="stylesheet" type="text/css" href="css/head_style.css"/>
      <!-- Other scripts -->
       </head>
    <body>
    <div id="header">
      <img src="images/3.jpg" >
      <ul id="menu">
        <li ><a href="index.php">            Home</a>
        </li>
         <li  ><a href="templates.php">            Templates</a>
         </li>
               <li  ><a href="blog.php">Blog</a>
         </li>
               <li  > <a href="about-us.php">            About us</a>
         </li>
        <li > <a href="support.php">            Support</a>
        </li>
         <li id="paskutinis" > <a href="support.php">            Support</a>
         </li>
      </ul>
    <p id="musetemplatespro" ><a href="index.php">MuseTemplatesPro.com</a></p>          
         <a id="cart" href="cart.php">Your Cart</a>
    </div>
    </body>
    </html>
    <?php ob_end_flush(); ?>
    CSS:
    <style>
    /** head **/
    #menu ul {list-style:none;
    position:absolute; 
    margin-left:0px;
    #menu li {
              float: left;
              width: 160px;
              background-color: #444444;
              text-align: center;
              border-right: 2px solid white;
              display: block;
              height: 30px;
              line-height: 30px;
              margin-top: 300px;
              list-style: none;
              margin-left: 0px;
    #menu li#paskutinis {
              float: left;
              width: 150px;
              background-color: #444444;
              text-align: center;
              border-right: 3px #444444;
              display: block;
              height: 30px;
              line-height: 30px;
              margin-top: 300px;
              list-style: none;
    #header {
              background-image: none;
              position: absolute;
              height: 250px;
              width: 960px;
              left: 100px;
              margin-top: 0px;
    #header img{
              position: absolute;
              left: 0px;
              top: 0px;
              width: 960px;
    #menu li ul li {
    float:none;
    width:150px;
    text-align:left;
    display:block;
    border-top:1px solid white;
    div#menu ul#menu_   {
    float:none;
    width:150px;
    text-align:left;
    padding-left:155px; 
    border-top:1px solid white;
    #menu ul#q   {
    position:absolute;
    top:0px;
    left:0;
    visibility:hidden;
    #menu li#q:hover ul {
    visibility:visible;
    #menu li:hover ul {visibility:visible;}
    #menu a {
              text-decoration: none;
              color: white;
              font-family: Helvetica, Arial, sans-serif;
              display: block;
    #menu  li:hover {background-color:maroon;}
    #menu {
              position: absolute;
              width: 960px;
              height: 30px;
              margin-top: 0px;
              left: -40px;
              top: -10px;
    #head
    margin-left:200px;
    width:923px;
    background-image: url('http://musetemplatespro.com/images/head.jpg');
    height: 300px;
    #head
    margin-left:200px;
    width:923px;
    background-image: url('http://musetemplatespro.com/images/head.jpg');
    height: 300px;
    a#cart
              position: absolute;
              margin-left: 1000px;
              margin-top: -55px;
              text-decoration: none;
              color: white;
              font-family: Helvetica, Arial, sans-serif;
              font-size: 25px;
              padding: 5px;
              border: 1px solid white;
              left: -180px;
              top: 296px;
    p#musetemplatespro
              margin-top: -1600x;
              margin-left: 65px;
              position: absolute;
              color: white;
              font-family: Helvetica, Arial, sans-serif;
              text-decoration: none;
              left: 25px;
              top: 19px;
    p#musetemplatespro a
    color:white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 35px;
    text-decoration:none;
    </style>
    ul {
              left: 0px;

    Design View is just an approximation of how the page will appear minus any scripting. Never rely on it for anything more than a quick reference "click the element to select it" style interface.
    Live View is a "mostly there" version of a Webkit browser (Safari or Chrome). It's more accurate, but still doesn't give you everything.
    Preview in Browser is your page in an actual browser that is installed on your machine (not an emulation) and should be used to determine how your page will actually appear. The more browsers you preview in, the better. I test in IE10 (9, 8 and 7 in dev tools), Firefox, Chrome, Safari and Opera using PIB.
    Make sure to run your pages through the validator at http://validator.w3.org to catch any coding errors. HTML errors are one of the biggest causes of display problems between Design View, Live View and each individual browser and browser version.

  • How do I add a movie to a php page?

    I only know the very basics of php.  I am trying to help a friend who wants to insert a movie onto their page.
    I don't know how to code it.
    Can someone help, please?
    Thank you

    Unless you're trying to do something dynamically, video in PHP pages is inserted exactly the same way as HTML pages.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 with Video</title>
    <!--help for older IE browsers-->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    </head>
    <style>
    video {max-width:100%}
    </style>
    <body>
    <!--begin video-->
    <video width="500" height="325" poster="Your_poster_image.jpg" controls>
    <!--these are 6 sec sample videos are for testing purposes. Replace sample-videos with your own videos-->
    <source src="http://techslides.com/demos/sample-videos/small.webm" type="video/webm">
    <source src="http://techslides.com/demos/sample-videos/small.ogv" type="video/ogg">
    <source src="http://techslides.com/demos/sample-videos/small.mp4" type="video/mp4">
    If you're seeing this, you're using an outdated browser that doesn't support
    the video tag. Please upgrade to a browser that does.
    </video>
    <!--end video-->
    </body>
    </html>
    Nancy O.

  • PHP page looks fine by itself, but CSS Divs fall apart on PHP include

    Hi everyone. Thanks for your help in advance, this problem I'm having really has me puzzled.
    The issue I'm having is, I have two php files. body.php with content to be included and index-3.php as the container. When I load body.php by itself in the browser, the layout looks fine.  When I load the index-3.php file that uses the php include function to load body.php through itself, some of the divs in the body.php file come apart.
    I'm old hat at building pages with tables and Iframes, but very new at using divs and php.
    Here are the two files, so you can see for yourselves:
    http://www.hitn.tv/index-3.php (the container)
    http://www.hitn.tv/body.php (the included)
    Is this a CSS issue, or a php issue?
    The index:
    The Body:
                                                                                                                                  Content on this page requires a newer version of Adobe Flash Player.                             
        Temas de interés para la
    comunidad hispana Hoy
    debatiremos un interesante
    asunto que afecta a nuestra
    comunidad
      7/27 - Venezuela en la mira
      por   tráfico de drogas
        7/27 - Venezuela en la mira
        por   tráfico de drogas
          7/27 - Venezuela en la mira
          por   tráfico de drogas
            7/27 - Venezuela en la mira
            por   tráfico de drogas
              7/27 - Venezuela en la mira
              por   tráfico de drogas
                7/27 - Venezuela en la mira
                por   tráfico de drogas
    The Stylesheet:
    @charset "utf-8"; body { background-image: url(images/background.jpg); background-attachment: fixed; background-color: #FFE2BA; background-repeat: repeat-x; text-align: center; } .containerdiv { width: 953px; margin-left: auto; margin-right: auto; } .boxtext { font-size: 11px; color: #000; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; line-height: normal; text-align: center; } .rightside { width:762px; height:584px; float: left; overflow: hidden; } .sidebar { } .lowerbar { } #mainsitedivcontainer { width: 762px; } .latestvideos { width: 699px; height: 61px; margin-bottom: 5px; margin-top: 0px; margin-right: 0px; margin-left: 0px; } #leftbookend { float: left; } #rightbookend { float: right; width: 31px; height: 142px; } #videobox { float: left; width: 550px; } #mainsitevideotextblock { float: right; width: 212px; } #mainsitevideotextblock { background-color: #F4F4F4; height: 420px; } .videothumbnaildivframe { height: 61px; width: 82px; overflow: hidden; float: left; } .videotextboxdescription { height: 61px; width: 151px; overflow: hidden; float: right; background-color: #FFF; border-top-width: 0px; border-right-width: 3px; border-bottom-width: 0px; border-left-width: 3px; border-top-style: none; border-right-style: solid; border-bottom-style: none; border-left-style: solid; border-right-color: #D4D4D4; border-left-color: #D4D4D4; text-align: center; } .picdivleft { float: left; height: 61px; width: 233px; } .picdivright { float: right; height: 61px; width: 151px; } .picthenvid { height: 61px; width: 233px; } .centerboxdiv { width: 233px; height: 61px; float: left; } #doubemenucontainer { height: 122px; width: 699px; float: left; } #middlebar { height: 15px; width: 762px; clear: left; } .boxtext { font-size: 11px; color: #000; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; line-height: normal; } #finalvideowrap { height: 142px; width: 762px; background-color: #D4D4D4; overflow: hidden; } 
    Any help at all is much appreciated!
    Thanks so much,
    Evan

    Hi there, and welcome to the forums!
      Could you please provide a screenshot of the website when it is previewed in a browser/live view? This way I can better understand the conflicts that are occuring in your code.
      It is always a good practice when coding a website to preview it in the browser as you code, to make sure there are no conflicts. It's important to remember that in the end, your viewers will be viewing your site in a browser, not in Dreamweaver's preview. : )

Maybe you are looking for

  • How do I set the default event alarm to email in iCal 3.0?

    Anyone know? The default event alarm (an alert with a noise) in iCal 3.0 doesn't do me the slightest bit of good if I'm not sitting at my computer, which I'm often not. I'd like all new events to have a default alarm of "Email" so I get email reminde

  • NTSC/PAL Question

    If I record a HD movie with a PAL HD camcorder, can I play it on a NTSC HDTV via HDMI cable ?

  • MPC - New computer user purpose.......

    I usually end up passing my old components down to family members rotating by who has the oldest components.  Well in this case I can't really do that.  My old motherboard is a KT6V-LSR Socket A and Full size ATX so it won't fit in a MicroATX MPC cas

  • Buying music on Napster and other stores.

    I'm considering purchasing an alternative MP3 player instead upgrading to a fifth generation iPod. This is because Apple refuses to allow music purchased from other music stores to play on iPods, so I am forced to use iTunes and iTunes support regard

  • Need to extract all bill to accout details.

    Hi Guys, Our business application Oracle has a lot of bill to account#s. I would like to extract all activated account#s according to our price list. Please let me know if we have any option in Oracle... Thanks in advance. :)