| | |
|
|
|
Re: PHP pages layout problem |
| message from Gregoriu on 15 Jul 2004 |
When I open a PHP page in the layout mode of DWMX, it does not appear properly.
I only have some texts and images and the tables and the normal layout of the
page is not as it should be.
I did not have this problem before and it suddenly appeared. I believe
everything is well configured.
If anybody has had that trouble before and / or knows the solution, please
tell me ;-)
You can see a screenshot of what I get when I open my page on Dreamweaver here
:
http://www.lesitedelavie.com/dw2004-php-pb.gif
The real page as it should appear is online at :
http://www.lesitedelavie.com/index.php
When I open the page in standard mode, it automatically puts itself back in
php "weird" mode.
Can you help...?
|
| Joe Makowiec replied to Gregoriu on 15 Jul 2004 |
Can you post the page source? Make a copy, rename it index.php.txt, and
post it.
|
| Mark replied to Gregoriu on 15 Jul 2004 |
I had a problem where the page ran ok in the browser but looked bad in DW.
My issue was due to php statements within the body of the html. Check that
there's no "white space" between all your php statements.
|
| Larry replied to Gregoriu on 15 Jul 2004 |
Just a guess, but it looks like you are viewing the page as text and not
serving it. Dreamweaver MX 2004 will not display php as it is served
unless it IS served. (at least I think so - I'm new, too!) You need a
local testing server and perhaps you did, but have changed your path.
|
|
Archived message: Re: PHP pages layout problem (Macromedia Dreamweaver)