|
Posted by Erwin Moller on 04/11/07 13:47
callieandmark@yahoo.co.uk wrote:
> If i use an include to an external webpage why are the graphics and
> formatting missing ?
Most probably because the paths don't make sense anymore.
Did you check the HTML your PHP did produce after the contentstealing?
eg:
stolen html comes from: http:www.example.com/somedir/page1.html
contains:
<img src="../images/someimage.png">
which resolves to:
http:www.example.com/images/someimage.png
after placing in your HTML, the paths don't make sense anymore.
>
> Basically I want my own page heading and a form at the top of my page
> and then an external page beneth.
> Can anyone tell me the correct way of doing this.
If you want, you could try finding all the images, and give them the right
path (= pointing to the domain where you took them from).
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|