Code: Select all
<?php
include 'http://www.google.com';
?>Here's my questions:
- It seems that the images and CSS of the external page don't load with the page; how do I fix that? (I realize that they are trying to find the images locally - how do I get around this?)
- How would I go about adding a link to this page that changes that external link? (preferably without going to an entire new site/just like an iframe). Right now the page loads google. How would I put a link on the page to just change the google part to yahoo?
- Is it possible to control the width of this? (Maybe if I put it in some CSS div tags.)