Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Editing PHP pages

New Here ,
Jun 09, 2008 Jun 09, 2008
Hi,
I am trying to make changes to a website that uses PHP, but when I saved the webpages to the remote server it erased all the formatting. For example, the font changed to Times New Roman, and all the pictures, tables, etc. disappeared. I think this is because I need a PHP application server to make changes but I'm not sure, and I don't know what I should be installing. Any tips would be appreciated.
TOPICS
Server side applications
335
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 09, 2008 Jun 09, 2008
It would most likely be because you didn't link to the stylesheet properly
or you didn't upload the stylesheet, or something like that.

Can you post a link to the page please?

--
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
==================


"kc209" <webforumsuser@macromedia.com> wrote in message
news:g2jkoj$dv2$1@forums.macromedia.com...
> Hi,
> I am trying to make changes to a website that uses PHP, but when I saved
> the
> webpages to the remote server it erased all the formatting. For example,
> the
> font changed to Times New Roman, and all the pictures, tables, etc.
> disappeared. I think this is because I need a PHP application server to
> make
> changes but I'm not sure, and I don't know what I should be installing.
> Any
> tips would be appreciated.
>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 09, 2008 Jun 09, 2008
Here is the webpage I was trying to edit:

http://afcmentoring.org/donate.php

Here is a copy I made of that same webpage after making an edit and saving it to the remote server:

http://afcmentoring.org/copydonate.php
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 09, 2008 Jun 09, 2008
kc209 wrote:
> Here is the webpage I was trying to edit:
>
> http://afcmentoring.org/donate.php
>
> Here is a copy I made of that same webpage after making an edit and saving it
> to the remote server:
>
> http://afcmentoring.org/copydonate.php

Just look at the links in the page. The original has this:

<link rel="stylesheet" type="text/css" href="master_afc.css" />

The copy has this:

<link rel="stylesheet" type="text/css"
href="../../public_html/master_afc.css" />

This applies to all links. They shouldn't have ../../public_html/ in them.


--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 09, 2008 Jun 09, 2008
LATEST
This absolutely implies that the site has not been properly defined.

--
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
==================


"David Powers" <david@example.com> wrote in message
news:g2jqf4$jju$3@forums.macromedia.com...
> kc209 wrote:
>> Here is the webpage I was trying to edit:
>> http://afcmentoring.org/donate.php
>>
>> Here is a copy I made of that same webpage after making an edit and
>> saving it to the remote server:
>>
>> http://afcmentoring.org/copydonate.php
>
> Just look at the links in the page. The original has this:
>
> <link rel="stylesheet" type="text/css" href="master_afc.css" />
>
> The copy has this:
>
> <link rel="stylesheet" type="text/css"
> href="../../public_html/master_afc.css" />
>
> This applies to all links. They shouldn't have ../../public_html/ in them.
>
>
> --
> David Powers, Adobe Community Expert
> Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
> Author, "PHP Solutions" (friends of ED)
> http://foundationphp.com/

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines